Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
TIFFEncodeParam.setExtraFields(TIFFField[] extraFields) |
Sets an array of extra fields to be written to the TIFF Image File
Directory (IFD).
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.