android-crop
android-crop copied to clipboard
Image Rotation
I am getting an image rotation problem like many others are as well, what about just adding a rotate button to solve this problem. Just allow the user to rotate the image other than relying on the orientation in the file since it seems as if Samsung has dropped the ball on this issue.
No,my problem is just me click the home or back button , then the screen is on the launcher.At this time ,back to the game ,the game was come back to the first page is not in palying state.
From: Carson Aberle Date: 2015-11-03 15:39 To: jdamcd/android-crop Subject: [android-crop] Image Rotation (#176) I am getting an image rotation problem like many others are as well, what about just adding a rotate button to solve this problem. Just allow the user to rotate the image other than relying on the orientation in the file since it seems as if Samsung has dropped the ball on this issue. — Reply to this email directly or view it on GitHub.
Or at the VERY least expose the CropUtils class. These are generally useful utilities that should be public, not package-level visibility.
how can I rotate image, but not rotate cropping tool. is it capable with your library?
ya, i notice this issue if i hold the phone in portrait, (height > width), the resultView will be rotated on some phones. e.g. Android 5.1.1 (Sony Xperia Z5) Not OK, Android 4.3 (HTC Butterfly) is OK.
resultView.setImageURI(Crop.getOutput(result));
This is related to CropUtil.copyExifRotation. This method is not writing Exif data since it's using android.media.ExifInterface.saveAttributes which seems not to work properly. Probably working someday - for the time being one could rotate the saved Bitmap or use another Exif lib.
How, how can I rotate it in crop mod?
@sweatapp did u find any solution to thid?, thanks
Getting the same problem here with a Sony android device, any fixes yet?