0

I am reviewing Picasso and other image processing libraries for a) cropping, b) rotation and c) auto straightening. I understand from Google Photos App style Image Cropping, Straightening and panning that picasso can be used for cropping, but it doesn't answer other parts of my question.

Can some one point me to any library that supports auto straightening and rotation of image (or does Picasso supports it already, which I am not sure?)

tristansokol
  • 4,054
  • 2
  • 17
  • 32
mobileDev
  • 1,358
  • 2
  • 14
  • 34
  • 2
    You can use OpenCV for all image processing techniques.But this library is written in C/C++.If you have knowledge about native side, you can use this. – JavadKhan Jul 13 '17 at 06:33
  • @JavadKhan told you use native or Check this https://stackoverflow.com/questions/29666379/image-straightening-in-android-sample – Farmer Jul 13 '17 at 06:38
  • you can also use adobe sdk for android for this.https://creativesdk.adobe.com/ – Sohail Zahid Jul 13 '17 at 06:38

0 Answers0