ImageGearJava Project > com.accusoft.imagegear.formats.exif Package > ImGearEXIFMetadata Class : getTransferFunction Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the TransferFunction tag. The tag specifies a transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag (ColorSpace).
public int[] getTransferFunction() |
See the EXIF 2.2 specification for tag usage details.