Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Field and Description |
---|---|
private TIFFField[] |
TIFFEncodeParam.extraFields |
(package private) TIFFField[] |
TIFFDirectory.fields
An array of TIFFFields.
|
Modifier and Type | Method and Description |
---|---|
TIFFField[] |
TIFFEncodeParam.getExtraFields()
Returns the value set by
setExtraFields() . |
TIFFField |
TIFFDirectory.getField(int tag)
Returns the value of a given tag as a TIFFField,
or null if the tag is not present.
|
TIFFField[] |
TIFFDirectory.getFields()
Returns an array of TIFFFields containing all the fields
in this directory.
|
Modifier and Type | Method and Description |
---|---|
private long[] |
TIFFImage.getFieldAsLongs(TIFFField field)
Return as a long[] the value of a TIFF_LONG or TIFF_SHORT field.
|
private static int |
TIFFImageEncoder.getValueSize(TIFFField field)
Determine the number of bytes in the value portion of the field.
|
void |
TIFFEncodeParam.setExtraFields(TIFFField[] extraFields)
Sets an array of extra fields to be written to the TIFF Image File
Directory (IFD).
|
private void |
TIFFImageEncoder.writeValues(TIFFField field) |
private void |
TIFFImageEncoder.writeValuesAsFourBytes(TIFFField field) |