Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module |
Contains the main classes for JHOVE modules.
|
edu.harvard.hul.ois.jhove.module.tiff |
Contains supporting classes for the TIFF-HUL module.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TiffModule.checkValidity(TiffIFD ifd,
RepInfo info)
Check the validity of the IFD.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TiffProfileDLF.hasMinimumResolution(TiffIFD tifd,
double minUnit2Res,
double minUnit3Res)
Checks for minimum X and Y resolution.
|
protected boolean |
TiffProfile.satisfiesBackgroundColorIndicator(TiffIFD ifd,
int value)
Checks if the value of the BackgroundColorIndicator tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesBackgroundColorIndicator(TiffIFD ifd,
int[] values)
Checks if the value of the BackgroundColorIndicator tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffFXBase.satisfiesClass(TiffIFD ifd)
Test for common requirements of all Tiff/FX profiles.
|
protected boolean |
TiffProfile.satisfiesCompression(TiffIFD ifd,
int value)
Checks if the value of the PlanarConfiguration tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesCompression(TiffIFD ifd,
int[] values)
Checks if the value of the Compression tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesDotRange(TiffIFD ifd,
int minValue,
int maxValue)
Checks the DotRange against a minimum and a maximum value.
|
protected boolean |
TiffProfile.satisfiesFillOrder(TiffIFD ifd,
int[] values)
Checks if the value of the Indexed tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesImageColorIndicator(TiffIFD ifd,
int value)
Checks if the value of the ImageColorIndicator tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesImageColorIndicator(TiffIFD ifd,
int[] values)
Checks if the value of the ImageColorIndicator tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesImageWidth(TiffIFD ifd,
int[] values)
Checks if the value of the ImageWidth tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesIndexed(TiffIFD ifd,
int[] values)
Checks if the value of the Indexed tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesNewSubfileType(TiffIFD ifd,
long value)
Checks if the value of the NewSubfileType tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesNewSubfileType(TiffIFD ifd,
long[] values)
Checks if the value of the NewSubfileType tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesOrientation(TiffIFD ifd,
int value)
Checks if the value of the Orientation tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesOrientation(TiffIFD ifd,
int[] values)
Checks if the value of the Orientation tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesPhotometricInterpretation(TiffIFD ifd,
int value)
Checks if the value of the PhotometricInterpretation tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesPhotometricInterpretation(TiffIFD ifd,
int[] values)
Checks if the value of the PhotometricInterpretation tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesPlanarConfiguration(TiffIFD ifd,
int value)
Checks if the value of the PlanarConfiguration tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesPlanarConfiguration(TiffIFD ifd,
int[] values)
Checks if the value of the PlanarConfiguration tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesResolutionUnit(TiffIFD ifd,
int value)
Checks if the value of the ResolutionUnit tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesResolutionUnit(TiffIFD ifd,
int[] values)
Checks if the value of the ResolutionUnit tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesSamplesPerPixel(TiffIFD ifd,
int value)
Checks if the value of the SamplesPerPixel tag matches
the value passed to it.
|
protected boolean |
TiffProfile.satisfiesSamplesPerPixel(TiffIFD ifd,
int[] values)
Checks if the value of the SamplesPerPixel tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesXResolution(TiffIFD ifd,
int[] values)
Checks if the value of the XResolution tag matches
any of the values in the array passed to it.
|
protected boolean |
TiffProfile.satisfiesYResolution(TiffIFD ifd,
int[] values)
Checks if the value of the XResolution tag matches
any of the values in the array passed to it.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.