ImageGearJava Project : com.accusoft.imagegear.formats.tif Package |
Class | Description |
---|---|
ImGearTIFFMetadata | Provides simplified access to TIFF metadata.
This class provides simplified read/write access to TIFF metadata of an ImGearPage. Properties of this class represent specific TIFF tags. The following file formats may contain TIFF metadata: - TIFF - JPEG with EXIF metadata (EXIF specification uses TIFF structure and a subset of TIFF tags). ImGearTIFFMetadata class provides access to data stored in the general metadata tree. It does not store its own copy of the data. Types of properties of the class represent TIFF tag types, e.g., string, byte[ ], etc. Instead of value types, ImageGear uses corresponding Nullable types. If a specific tag is not present in the metadata, corresponding method returns null. Similarly, to remove a specific tag from metadata, set the corresponding value to null. |
Enumeration | Description |
---|---|
ImGearPhotoInterpretations | This enumeration specifies all the supported types of TIFF photometric interpretations. |
ImGearStripModes | This enumeration specifies all the supported strip and tile modes for TIFF image writing. |
ImGearTIFFBitonalPaletteMode | Specifies whether ImageGear shall fix strange looking palettes when reading bitonal TIFF images. |
ImGearTIFFCompression | Represents TIFF compressions. |
ImGearTIFFFillOrder | Represents TIFF fill orders. |
ImGearTIFFNewSubFileTypeMasks | Represents TIFF New Subfile Type masks. |
ImGearTIFFOrientation | Represents TIFF orientations. |
ImGearTIFFPhotoInterpretation | Represents TIFF photometric interpretations. |
ImGearTIFFPlanarConfig | Represents TIFF planar configurations. |
ImGearTIFFPredictorType | Represents TIFF predictor types. |
ImGearTIFFResolutionUnit | Represents TIFF resolution units. |
ImGearTIFFSubFileType | Represents TIFF subfile types. |