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

getTag

fun getTag(tagId: int): ExifTagInfo

Returns the ExifTag in that tag's default IFD for a defined tag constant or null if none exists.

Parameters

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

Return
ExifTagInfo: an ExifTagInfo or null if none exists.

fun getTag(tag: Exify.TAG): ExifTagInfo

Returns the ExifTag in that tag's default IFD for a defined tag constant or null if none exists.

Parameters

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

Return
ExifTagInfo: an ExifTagInfo or null if none exists.

fun getTag(tagId: int, ifdId: int): ExifTagInfo

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

See Also
#getTag