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

deleteTag

open fun deleteTag(tag: Exify.TAG!): Unit

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

open fun deleteTag(tagId: Int): Unit

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

open fun deleteTag(tagId: Int, ifdId: Int): Unit

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.