ImageGearJava Project > com.accusoft.imagegear.formats.tif Package > ImGearTIFFMetadata Class : getReferenceBlackWhite Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the ReferenceBlackWhite tag. The tag specifies a pair of headroom and footroom image data values (codes) for each pixel component. The first component code within a pair is associated with ReferenceBlack, and the second is associated with ReferenceWhite.
public long[] getReferenceBlackWhite() |
See the TIFF 6.0 specification for tag usage details.