IMAGE

Image definition block.

<image

       camera = "frontside|backside"        -- Camera type.
       colors = "bitonal|gray|rgb24|rgb36"
       -- Color space.
       compress = "none|faxg3|faxg4|jpeg"
       -- Compression type.
       filename = CDATA
       -- Image file name.
       name = CDATA
       -- Image name.
       quality = CDATA
       -- JPEG compression quality.
       rotate = "none|left|centre|right"
       -- Rotation type.
       xpixels = CDATA
       -- Image width in pixels.
       xresolution = CDATA
       -- Image x resolution in dpi.
       xseccoord = CDATA
       -- Upper-left coordinate of scanned section in x.
       xsecsize = CDATA
       -- Width of scanned section in x.
       xsection = "none|left|right|user"
       -- Type of section in x. Meaning?
       ypixels = CDATA
       -- Image height in pixels.
       yresolution = CDATA
       -- Image y resolution in dpi.
       yseccoord = CDATA
       -- Upper-left coordinate of scanned section in y.
       ysecsize = CDATA
       -- Width of scanned section in y.
       ysection = "none|top|bottom|user"
       -- Type of section in y. Meaning? >
       <lcms/>        -- Little color management system.

</image>


Parent Element(s): <scan/>        -- Root element.

Top Elements
All Elements
Example
DTD File
Tree
Printable Documentation


scan DTD