ExifUtils

open class ExifUtils

Functions

getAngle
Link copied to clipboard
open fun getAngle(inputStream: InputStream): Int

Get the exif rotation of the image.

open fun getAngle(filename: String): Int
save
Link copied to clipboard
open fun save(fileUri: Uri, datetime: Date, orientation: Int, flash: Boolean, location: Location)