Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
edu.harvard.hul.ois.jhove.handler |
Contains the main classes for JHOVE output handlers.
|
edu.harvard.hul.ois.jhove.module.tiff |
Contains supporting classes for the TIFF-HUL module.
|
Modifier and Type | Method and Description |
---|---|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesBlueX()
Get 8.2.8.5 primary chromaticities blue X.
|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesBlueY()
Get 8.2.8.6 primary chromaticities blue Y.
|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesGreenX()
Get 8.2.8.3 primary chromaticities green X.
|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesGreenY()
Get 8.2.8.4 primary chromaticities green Y.
|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesRedX()
Get 8.2.8.1 primary chromaticities red X.
|
Rational |
NisoImageMetadata.getPrimaryChromaticitiesRedY()
Get 8.2.8.2 primary chromaticities red Y.
|
Rational[] |
NisoImageMetadata.getReferenceBlackWhite()
Get 6.1.4.6 Reference black and white.
|
Rational |
NisoImageMetadata.getWhitePointXValue()
Get 8.2.7.1 white point X value.
|
Rational |
NisoImageMetadata.getWhitePointYValue()
Get 8.2.7.2 white point Y value.
|
Rational |
NisoImageMetadata.getXSamplingFrequency()
Get 8.1.3 X sampling frequency.
|
Rational[] |
NisoImageMetadata.getYCbCrCoefficients()
Get 6.1.4.5 YCbCr coefficients.
|
Rational |
NisoImageMetadata.getYSamplingFrequency()
Get 8.1.4 Y sampling frequency.
|
static Rational |
ModuleBase.readSignedRational(DataInputStream stream,
boolean endian,
ModuleBase counted) |
static Rational |
ModuleBase.readSignedRational(RandomAccessFile file,
boolean endian) |
static Rational |
ModuleBase.readUnsignedRational(DataInputStream stream,
boolean endian) |
static Rational |
ModuleBase.readUnsignedRational(DataInputStream stream,
boolean endian,
ModuleBase counted) |
static Rational |
ModuleBase.readUnsignedRational(RandomAccessFile file,
boolean endian) |
Modifier and Type | Method and Description |
---|---|
protected static String |
HandlerBase.rationalArray(Rational[] rarray)
Return String representation of an array of Rational, each evaluated
as a double, with space separator.
|
protected static String |
HandlerBase.rationalArray10(Rational[] rarray)
Return String representation of an array of Rational, each as
two integers, with space separator.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesBlueX(Rational x)
Set 8.2.8.5 primary chromaticities blue X.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesBlueY(Rational y)
Set 8.2.8.6 primary chromaticities blue Y.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesGreenX(Rational x)
Set 8.2.8.3 primary chromaticities green X.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesGreenY(Rational y)
Set 8.2.8.4 primary chromaticities green Y.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesRedX(Rational x)
Set 8.2.8.1 primary chromaticities red X.
|
void |
NisoImageMetadata.setPrimaryChromaticitiesRedY(Rational y)
Set 8.2.8.2 primary chromaticities red Y.
|
void |
NisoImageMetadata.setReferenceBlackWhite(Rational[] reference)
Set 6.1.4.6 reference black and white.
|
void |
NisoImageMetadata.setWhitePointXValue(Rational x)
Set 8.2.7.1 white point X value.
|
void |
NisoImageMetadata.setWhitePointYValue(Rational y)
Set 8.2.7.2 white point Y value.
|
void |
NisoImageMetadata.setXSamplingFrequency(Rational x)
Set 8.1.3 X sampling frequency.
|
void |
NisoImageMetadata.setYCbCrCoefficients(Rational[] coefficients)
Set 6.1.4.5 YCbCr coefficients.
|
void |
NisoImageMetadata.setYSamplingFrequency(Rational y)
Set 8.1.4 Y sampling frequency.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlHandler.rationalToString(StringBuffer buf,
String tag,
String margin,
Rational r)
Appends a Rational value to a StringBuffer
|
Modifier and Type | Method and Description |
---|---|
protected static Rational |
IFD.average(Rational r1,
Rational r2) |
Rational |
TiffIFD.getAperatureValue()
Returns the value of the APERTUREVALUE (37378) tag.
|
Rational[] |
TiffIFD.getAsShotNeutral()
Returns the value of the AsShotNeutral (50728) tag.
|
Rational[] |
TiffIFD.getAsShotWhiteXY()
Returns the value of the AsShotWhiteXY (50729) tag.
|
Rational |
TiffIFD.getCompressedBitsPerPixel()
Returns the value of the COMPRESSEDBITSPERPIXEL
(37122) tag.
|
Rational |
TiffIFD.getFocalPlaneXResolution()
Returns the value of the FOCALPLANEXRESOLUTION
(37390) tag.
|
Rational |
TiffIFD.getFocalPlaneYResolution()
Returns the value of the FOCALPLANEYRESOLUTION
(37390) tag.
|
Rational |
GPSInfoIFD.getGPSAltitude()
Get the GPSAltitude (6).
|
Rational |
GPSInfoIFD.getGPSDestBearing()
Get the GPSDestBearing (24).
|
Rational |
GPSInfoIFD.getGPSDestDistance()
Get the GPSDestDistance (26).
|
Rational[] |
GPSInfoIFD.getGPSDestLatitude()
Get the GPSDestLatitude (20).
|
Rational[] |
GPSInfoIFD.getGPSDestLongitude()
Get the GPSDestLongitude (22).
|
Rational |
GPSInfoIFD.getGPSDOP()
Get the GPSDOP (11).
|
Rational |
GPSInfoIFD.getGPSImgDirection()
Get the GPSImgDirection (17).
|
Rational[] |
GPSInfoIFD.getGPSLatitude()
Get the GPSLatitude (2).
|
Rational[] |
GPSInfoIFD.getGPSLongitude()
Get the GPSLongitude (4).
|
Rational |
GPSInfoIFD.getGPSSpeed()
Get the GPSSpeed (13).
|
Rational |
GPSInfoIFD.getGPSTrack()
Get the GPSTrack (15).
|
Rational[] |
GPSInfoIFD.getGPTimeStamp()
Get the GPSTimeStamp (7).
|
Rational |
TiffIFD.getMaxAperatureValue()
Returns the value of the MAXAPERTUREVALUE (37381)
tag.
|
Rational |
TiffIFD.getShutterSpeedValue()
Returns the value of the SHUTTERSPEEDVALUE (37377) tag.
|
Rational |
TiffIFD.getXPosition()
Returns the value of the XPOSITION (286) tag.
|
Rational |
TiffIFD.getYPosition()
Returns the value of the XPOSITION (287) tag.
|
protected Rational |
IFD.readRational(long count,
long value)
Reads a RATIONAL value and returns it as a Rational.
|
protected Rational[] |
IFD.readRationalArray(long count,
long value)
Reads an array of RATIONAL values and returns it as an
array of Rational.
|
protected Rational |
IFD.readSignedRational(long count,
long value)
Reads an SRATIONAL value and returns it as a Rational.
|
protected Rational[] |
IFD.readSignedRationalArray(long count,
long value)
Reads an array of SRATIONAL values and returns it as an
array of Rational.
|
Modifier and Type | Method and Description |
---|---|
protected Property |
IFD.addRationalArrayProperty(String name,
Rational[] r,
boolean rawOutput) |
protected Property |
IFD.addRationalProperty(String name,
Rational r,
boolean rawOutput)
Returns a property for a tag with a RATIONAL value.
|
protected static Rational |
IFD.average(Rational r1,
Rational r2) |
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.