Package rebuild.graphics.tiff.tags

Class Summary
ASCIITag A tag that contains one or more Writer.ASCII items.
BitsPerSampleTag The number of bits per component in the image.
ByteTag A tag that contains one or more Writer.BYTE items.
CompressionTag Compression scheme used on the image data.
DoubleTag A tag that contains one or more Writer.DOUBLE items.
ExtraSamplesTag Description of extra components.
FloatTag A tag that contains one or more Writer.FLOAT items.
ImageLengthTag The number of rows of pixels in the image.
ImageWidthTag The number of columns in the image, i.e., the number of pixels per scanline.
Long8Tag A tag that contains one or more Writer.LONG8 items.
LongTag A tag that contains one or more Writer.LONG items.
PhotometricInterpretationTag The color space of the image data.
PlanarConfigurationTag How the components of each pixel are stored.
RationalTag A tag that contains one or more Writer.RATIONAL items.
ResolutionUnitTag The unit of measurement for XResolution and YResolution.
RowsPerStripTag The number of rows per strip.
SamplesPerPixelTag The number of components per pixel.
SByteTag A tag that contains one or more Writer.SBYTE items.
ShortTag A tag that contains one or more Writer.SHORT items.
SLong8Tag A tag that contains one or more Writer.SLONG8 items.
SLongTag A tag that contains one or more Writer.SLONG items.
SRationalTag A tag that contains one or more Writer.SRATIONAL items.
SShortTag A tag that contains one or more Writer.SSHORT items.
StripByteCountsTag For each strip, the number of bytes in the strip after compression.
StripOffsetsTag For each strip, the byte offset of that strip.
XResolutionTag The number of pixels per ResolutionUnitTag in the ImageWidthTag direction.
YResolutionTag The number of pixels per ResolutionUnitTag in the ImageLengthTag direction.