Package edu.harvard.hul.ois.jhove.module.tiff

Contains supporting classes for the TIFF-HUL module.

See:
          Description

Class Summary
ExifIFD Encapsulation of a Exif IFD
GeoTiffStrings This class contains indexed string arrays for the various keys that are used by GeoTIFF.
GlobalParametersIFD Encapsulation of a GlobalParameters IFD, as defined by TIFF/FX, RFC 2301.
GPSInfoIFD Encapsulation of a GPSInfo IFD (for TIFF/EP and Exif).
IFD Encapsulation of a TIFF image file directory (IFD).
InteroperabilityIFD Encapsulation of an Exif Interoperability IFD (for Exif).
TiffFXBase Base class for all profiles under TIFF/FX.
TiffIFD Encapsulation of standard TIFF IFD.
TiffProfile Abstract class for TIFF profile checkers.
TiffProfileClassB Profile checker for TIFF Class B (Baseline Bilevel).
TiffProfileClassF Profile checker for TIFF Class F.
TiffProfileClassG Profile checker for TIFF Class G (Baseline Grayscale).
TiffProfileClassIT Abstract superclass for Tiff Profile Checkers Tiff IP/whatever.
TiffProfileClassITBL Profile checker for TIFF Class IT-BL.
TiffProfileClassITBLP1 Profile checker for TIFF Class IT-BL/P1.
TiffProfileClassITBP Profile checker for TIFF Class IT-BP.
TiffProfileClassITBPP1 Profile checker for TIFF Class IT-BP/P1.
TiffProfileClassITBPP2 Profile checker for TIFF Class IT-BP/P2.
TiffProfileClassITCT Profile checker for TIFF Class IT-CT.
TiffProfileClassITCTP1 Profile checker for TIFF Class IT-CT/P1.
TiffProfileClassITCTP2 Profile checker for TIFF Class IT-CT/P2.
TiffProfileClassITFP Profile checker for TIFF Class IT-FP.
TiffProfileClassITFPP1 Profile checker for TIFF Class IT-FP/P1.
TiffProfileClassITFPP2 Profile checker for TIFF Class IT-FP/P2.
TiffProfileClassITHC Profile checker for TIFF Class IT-HC.
TiffProfileClassITHCP1 Profile checker for TIFF Class IT-HC/P1.
TiffProfileClassITHCP2 Profile checker for TIFF Class IT-HC/P2.
TiffProfileClassITLW Profile checker for TIFF Class IT-LW.
TiffProfileClassITLWP1 Profile checker for TIFF Class IT-LW/P1.
TiffProfileClassITLWP2 Profile checker for TIFF Class IT-LW/P2.
TiffProfileClassITMP Profile checker for TIFF Class IT-MP.
TiffProfileClassITMPP1 Profile checker for TIFF Class IT-MP/P1.
TiffProfileClassITMPP2 Profile checker for TIFF Class IT-MP/P2.
TiffProfileClassITSD Profile checker for TIFF Class IT-SD.
TiffProfileClassITSDP2 Profile checker for TIFF Class IT-SD/P2.
TiffProfileClassP Profile checker for TIFF Class P (Baseline Palette color).
TiffProfileClassR Profile checker for TIFF Class R (Baseline Palette color).
TiffProfileClassY Profile checker for TIFF Class Y (Baseline YCbCr).
TiffProfileDLF Abstract superclass for the profile checkers for TIFF/DLF
TiffProfileDLFBW Profile checker for TIFF DLF Benchmark for Faithful Digital Reproductions of Monographs and Serials: black and white.
TiffProfileDLFColor Profile checker for TIFF DLF Benchmark for Faithful Digital Reproductions of Monographs and Serials: color.
TiffProfileDLFGray Profile checker for TIFF DLF Benchmark for Faithful Digital Reproductions of Monographs and Serials: grayscale.
TiffProfileDNG Profile checker for the DNG raw IFD.
TiffProfileDNGThumb IFD 0 of a DNG document must satisfy this profile.
TiffProfileEP Profile checker for TIFF/EP.
TiffProfileExif Profile checker for Exif.
TiffProfileExifIFD Profile checker for the Exif IFD of a TIFF file which potentially matches the TIFF profile.
TiffProfileExifThumb Profile checker for the thumbnail IFD of a TIFF file potentially meeting the TIFF profile.
TiffProfileFXC Profile checker for TIFF FX, Profile C (Baseline Color).
TiffProfileFXF Profile checker for TIFF FX, Profile F, aka TIFF-F.
TiffProfileFXJ Profile checker for TIFF FX, Profile J (lossless JBIG).
TiffProfileFXL Profile checker for TIFF FX, Profile L (Lossless Color).
TiffProfileFXM Profile checker for TIFF FX, Profile M (Mixed Raster Content).
TiffProfileFXS Profile checker for TIFF FX, Profile S.
TiffProfileGeoTIFF Profile checker for GeoTIFF.
TiffProfilePagemaker6 Profile checker for TIFF Pagemaker 6.0.
TiffProfilePhotoshop Profile checker for TIFF Photoshop.
TiffProfileRFC1314 Profile checker for TIFF RFC 1314.
TiffTags A class for enumerating TIFF tag numbers and labels, and associating one with the other.
 

Exception Summary
TiffException Exception subclass used internally by the TIFF module.
 

Package edu.harvard.hul.ois.jhove.module.tiff Description

Contains supporting classes for the TIFF-HUL module.