Package is.galia.codec.tiff
package is.galia.codec.tiff
Contains two main components:
TIFFDecoder
, a wrapper around a TIFFImageReader
- A general-purpose
TIFF directory reader
that can also be used to parse embedded EXIF metadata in non-TIFF images.
-
ClassDescriptionContains all Baseline TIFF tags defined in the TIFF 6.0 specification.TIFF field data type.Image file directory (IFD).Implementation for IFD pointers.Iterator over the top-level sibling directories (IFDs) in a TIFF file, reading them on-demand as they are iterated.Combination TIFF and EXIF Image File Directory (IFD) reader.Serializes a
Directory
as JSON.Contains all Baseline TIFF tags specified in the EXIF standard.Contains all GPS tags defined in the EXIF standard.Contains all Interoperability tags defined in the EXIF standard.Contains all EXIF tags defined in the EXIF standard.TIFF field, a.k.a.GeoTIFF adds several tags to the main IFD and does not define its own private IFD.Implementation forDataType
s that can have multiple values.Implementation forDataType.ASCII
andDataType.UTF8
.Tag identifying aField
.Implementation wrapping the default JDK Image I/O TIFFImageReader
.Implementation wrapping the default JDK Image I/O TIFFImageWriter
.TIFF for Fax eXtended (TIFF-FX) adds several tags to the main IFD and does not define its own private IFD.