getTag

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

Return

an or null if none exists.

Parameters

tagId

a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH} .

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.

Return

an or null if none exists.

Parameters

tag

a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH} .

open fun getTag(tag: Exify.TAG): ExifTagInfo

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

See also

#getTag

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