-
public class ExifHelperSuper basic exif utilities.
-
-
Method Summary
Modifier and Type Method Description static intgetOrientation(int exifOrientation)Maps an ExifInterface orientation valueto the actual degrees. static intgetExifOrientation(int orientation)Maps a degree value to ExifInterface constant. -
-
Method Detail
-
getOrientation
static int getOrientation(int exifOrientation)
Maps an ExifInterface orientation valueto the actual degrees.
-
getExifOrientation
static int getExifOrientation(int orientation)
Maps a degree value to ExifInterface constant.
-
-
-
-