getAngle

Get the exif rotation of the image.

Return

the rotation angle.

Parameters

filename

the name of the file.

open fun getAngle(filename: String): Int
open fun getAngle(inputStream: InputStream): Int