ly.img.android.pesdk.backend.exif / Exify / getTagValue

getTagValue

fun getTagValue(tag: Exify.TAG): java.lang.Object

Returns the value of the ExifTag in that tag's default IFD for a defined tag constant or null if none exists or the value could not be cast into the return type.

Parameters

tag - Exify.TAG: a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH}.

Return
java.lang.Object: the value of the ExifTag or null if none exists.

fun getTagValue(tagId: int): java.lang.Object

Returns the value of the ExifTag in that tag's default IFD for a defined tag constant or null if none exists or the value could not be cast into the return type.

Parameters

tagId - int: a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH}.

Return
java.lang.Object: the value of the ExifTag or null if none exists.

fun getTagValue(tagId: int, ifdId: int): java.lang.Object

Gets a tag value for an IFD other than the tag's default.

See Also
#getTagValue