You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rotate bitmap according to EXIF orientation. Cf. http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/
229
-
*
230
-
* @param bitmap Bitmap to be rotated
231
-
* @param storagePath Path to source file of bitmap. Needed for EXIF information.
Log_OC.e("BitmapUtil", "Could not rotate the image: " + storagePath);
291
-
}
292
-
returnresultBitmap;
293
-
}
294
227
295
228
/**
296
229
* Detect if Image will be rotated according to EXIF orientation. Cf. http://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/
0 commit comments