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

getTag

open 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.

open 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.

open fun getTag(tagId: Int, ifdId: Int): ExifTagInfo!

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

See Also
#getTag