(String capturedImage)
| 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 |
nothing calls this directly
no test coverage detected