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

getActualTagCount

open fun getActualTagCount(tagId: Int, ifdId: Int): Int

Gets the number of elements for an ExifTag in a given IFD.

Parameters

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

ifdId - Int: the IFD containing the ExifTag to check.

Return
Int: the number of elements in the ExifTag, if the tag's size is undefined this will return the actual number of elements that is in the ExifTag's value.