ImageGearJava Project > com.accusoft.imagegear.formats.exif Package > ImGearEXIFMetadata Class : getPixelYDimension Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the PixelYDimension tag. The tag specifies information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker.
public java.lang.long getPixelYDimension() |
See the EXIF 2.2 specification for tag usage details.