setTags

Puts a collection of ExifTags into this ExifInterface objects's tags. Any previous ExifTags with the same TID and IFDs will be removed.

See also

#setTag
Link copied to clipboard

Parameters

tags

a Collection of ExifTags.

open fun setTags(tags: Collection<ExifTagInfo>)