ImageGearJava Project > com.accusoft.imagegear.formats.exif Package > ImGearEXIFMetadata Class : getPixelXDimension Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the PixelXDimension tag. The tag specifies information specific to compressed data. When a compressed file is recorded, the valid width 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 getPixelXDimension() |
See the EXIF 2.2 specification for tag usage details.