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

deleteTag

fun deleteTag(tag: Exify.TAG): void

Removes the ExifTag for a tag constant from that tag's default IFD.

Parameters

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

fun deleteTag(tagId: int): void

Removes the ExifTag for a tag constant from that tag's default IFD.

Parameters

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

fun deleteTag(tagId: int, ifdId: int): void

Removes the ExifTag for a tag constant from the given IFD.

Parameters

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

ifdId - int: the IFD of the ExifTag to remove.