deleteTag

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

Parameters

tag

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

open fun deleteTag(tag: Exify.TAG)

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

Parameters

tagId

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

open fun deleteTag(tagId: Int)

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

Parameters

ifdId

the IFD of the ExifTag to remove.

tagId

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

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