The DTD for the ImageInformation XML File

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

RasterImageFormat

Image file format.

FormatId

Int

Image file format Id.

Url

String

Image file Url.

Width

Int

Width of the image.

Height

Int

Height of the image.

BitsPerPixel

Int

Bits per pixel of the image.

BytesPerLine

Int

The number of bytes per scanline for the image data.

SizeDisk

Int

Size of the image file on disk.

SizeMemory

Int

Size of the image in memory.

Compression

String

Compression of the image file.

Order

RasterByteOrder

Byte order of the image.

PageNumber

Int

Page number of the file.

TotalPages

Int

The total number of pages in the file.

HasResolution

Boolean

True if the image file has resolution values stored inside; otherwise it is false.

XResolution

Int

The horizontal resolution (DPI) of the image.

YResolution

Int

The vertical resolution (DPI) of the image.

IsRotated

Boolean

True if the image has a rotated view perspective; otherwise it is false.

IsSigned

Boolean

True if the image data contains signed (negative) values; False otherwise.

HasAlpha

Boolean

True if the image contains alpha channel information; False otherwise.

Palette

String

String value containing the whole image palette using HTML color representation. Each color is separated by the ',' character. As an examples:

PaletteEntry 0, PaletteEntry 1, PaletteEntry 2, ...PaletteEntry n-1

GifHasAnimationLoop

Boolean

True if the GIF image has animation looping; False otherwise.

GifAnimationLoop

Int

Gif Animation loop count. 0 = infinity. This field is valid only if the HasAnimationLoop value was True.

GifAnimationWidth

Int

The GIF animation width.

GifAnimationHeight

Int

The GIF animation height.

GifHasAnimationBackground

Boolean

True if the GIF image has an animation background; False otherwise.

GifAnimationBackground

RasterColor

The GIF animation background. color

GifHasAnimationPalette

Boolean

True if the GIF image has an animation palette; False otherwise.

GifAnimationPalette

String

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

Boolean

True if the GIF image is interlaced; False otherwise.

TiffHasNoPalette

Boolean

True if the TIFF image is saved without a palette; False if the image is saved with a palette.

TiffImageFileDirectoryOffset

Int

The TIFF image file directory offset.

TiffIsImageFileDirectoryOffsetValid

Boolean

True if the TIFF image has a valid IFD; False otherwise.

FaxIsCompressed

Boolean

True if the fax image is compressed; False otherwise.

JpegIsProgressive

Boolean

True if the JPEG image is progressive; False otherwise.

JpegIsLossless

Boolean

True if the JPEG image uses lossless JPEG compression; False otherwise.

JpegHasStamp

Boolean

True if the JPEG image has a stamp stored; False otherwise.

PsdLayers

Int

The number of layers in the PSD file.

Help Version 21.0.2021.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Imaging, Medical, and Document

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.