ImageGearJava Project > com.accusoft.imagegear.formats.exif Package > ImGearEXIFMetadata Class : getSubjectLocation Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the SubjectLocation tag. The tag indicates the location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the Rotation tag. The first value indicates the X column number and second indicates the Y row number.
public int[] getSubjectLocation() |
See the EXIF 2.2 specification for tag usage details.