ExifUtil

object ExifUtil

Utility class for writing EXIF data to JPGs.

Functions

Link copied to clipboard
fun readExifTag(jpeg: ByteArray, tag: TagInfo): String?

Reads the contents of a single EXIF tag.

Link copied to clipboard
fun writeExif(jpeg: ByteArray, metadata: Map<TagInfo, String>): ByteArray

Writes EXIF data into the JPEG encoded image.

Properties

Link copied to clipboard