ImageGearJava Project > com.accusoft.imagegear.formats.exif Package > ImGearEXIFMetadata Class : getFocalLengthIn35mmFilm Method |
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the FocalLengthIn35mmFilm tag. This tag indicates the equivalent focal length, assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the FocalLength tag.
public java.lang.int getFocalLengthIn35mmFilm() |
See the EXIF 2.2 specification for tag usage details.