MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / exifRotation

Method exifRotation

CodenameOne/src/com/codename1/ui/Image.java:490–492  ·  view source on GitHub ↗
(String capturedImage)

Source from the content-addressed store, hash-verified

488 ///
489 /// the rotated and/or flipped image
490 public static Image exifRotation(String capturedImage) throws IOException {
491 return exifRotation(capturedImage, null, -1);
492 }
493
494 /// The main use case of this method is the automatic rotation and flipping
495 /// of an image returned from the camera or from the gallery, preserving the

Callers

nothing calls this directly

Calls 15

getInstanceMethod · 0.95
isJPEGMethod · 0.95
openInputStreamMethod · 0.95
isPNGMethod · 0.95
copyMethod · 0.95
openOutputStreamMethod · 0.95
createMethod · 0.95
getLengthMethod · 0.95
getExifOrientationTagMethod · 0.95
lockMethod · 0.95
getWidthMethod · 0.95
getHeightMethod · 0.95

Tested by

no test coverage detected