The ImageInformation XML file contains the following tags:
<ImageInformation> <Format></Format> <FormatId></FormatId> <Url></Url> <Width></Width> <Height></Height> <BitsPerPixel></BitsPerPixel> <BytesPerLine></BytesPerLine> <SizeDisk></SizeDisk> <SizeMemory></SizeMemory> <Compression></Compression> <Order></Order> <PageNumber></PageNumber> <TotalPages></TotalPages> <HasResolution></HasResolution> <XResolution></XResolution> <YResolution></YResolution> <IsRotated></IsRotated> <IsSigned></IsSigned> <HasAlpha></HasAlpha> <Palette></Palette> <GifHasAnimationLoop></GifHasAnimationLoop> <GifAnimationLoop></GifAnimationLoop> <GifAnimationWidth></GifAnimationWidth> <GifAnimationHeight></GifAnimationHeight> <GifHasAnimationBackground></GifHasAnimationBackground> <GifAnimationBackground></GifAnimationBackground> <GifHasAnimationPalette></GifHasAnimationPalette> <GifAnimationPalette></GifAnimationPalette> <GifIsInterlaced></GifIsInterlaced> <TiffHasNoPalette></TiffHasNoPalette> <TiffImageFileDirectoryOffset></TiffImageFileDirectoryOffset> <TiffIsImageFileDirectoryOffsetValid></TiffIsImageFileDirectoryOffsetValid> <FaxIsCompressed></FaxIsCompressed> <JpegIsProgressive></JpegIsProgressive> <JpegIsLossless></JpegIsLossless> <JpegHasStamp></JpegHasStamp> <PsdLayers></PsdLayers> </ImageInformation>
The following table contains the type and description for each tag in the ImageInformation XML file.
Tag Name |
Value Data Type |
Description |
---|---|---|
Format |
Image file format. |
|
FormatId |
Image file format Id. |
|
Url |
Image file Url. |
|
Width |
Width of the image. |
|
Height |
Height of the image. |
|
BitsPerPixel |
Bits per pixel of the image. |
|
BytesPerLine |
The number of bytes per scanline for the image data. |
|
SizeDisk |
Size of the image file on disk. |
|
SizeMemory |
Size of the image in memory. |
|
Compression |
Compression of the image file. |
|
Order |
Byte order of the image. |
|
PageNumber |
Page number of the file. |
|
TotalPages |
The total number of pages in the file. |
|
HasResolution |
True if the image file has resolution values stored inside; otherwise it is false. |
|
XResolution |
The horizontal resolution (DPI) of the image. |
|
YResolution |
The vertical resolution (DPI) of the image. |
|
IsRotated |
True if the image has a rotated view perspective; otherwise it is false. |
|
IsSigned |
True if the image data contains signed (negative) values; False otherwise. |
|
HasAlpha |
True if the image contains alpha channel information; False otherwise. |
|
Palette |
String value containing the whole image palette using HTML color representation. Each color is seperated by the ',' character. As an examples: PaletteEntry 0, PaletteEntry 1, PaletteEntry 2, ...PaletteEntry n-1 |
|
GifHasAnimationLoop |
True if the GIF image has animation looping; False otherwise. |
|
GifAnimationLoop |
Gif Animation loop count. 0 = infinity. This field is valid only if the HasAnimationLoop value was True. |
|
GifAnimationWidth |
The GIF animation width. |
|
GifAnimationHeight |
The GIF animation height. |
|
GifHasAnimationBackground |
True if the GIF image has an animation background; False otherwise. |
|
GifAnimationBackground |
The GIF animation background. color |
|
GifHasAnimationPalette |
True if the GIF image has an animation palette; False otherwise. |
|
GifAnimationPalette |
String Value containing the entire GIF animation palette using HTML color representation. Each color is separated by a ',' character. For example: GifAnimationPaletteEntry 0, GifAnimationPaletteEntry 1, GifAnimationPaletteEntry 2, ...GifAnimationPaletteEntry n-1 |
|
GifIsInterlaced |
True if the GIF image is interlaced; False otherwise. |
|
TiffHasNoPalette |
True if the TIFF image is saved without a palette; False if the image is saved with a palette. |
|
TiffImageFileDirectoryOffset |
The TIFF image file directory offset. |
|
TiffIsImageFileDirectoryOffsetValid |
True if the TIFF image has a valid IFD; False otherwise. |
|
FaxIsCompressed |
True if the fax image is compressed; False otherwise. |
|
JpegIsProgressive |
True if the JPEG image is progressive; False otherwise. |
|
JpegIsLossless |
True if the JPEG image uses lossless JPEG compression; False otherwise. |
|
JpegHasStamp |
True if the JPEG image has a stamp stored; False otherwise. |
|
PsdLayers |
The number of layers in the PSD file. |