sandrios / sandriosCamera

Easy integration of camera for image and video capturing with Image Picker.
MIT License
187 stars 54 forks source link

after took photo the result rotate 90 degree #31

Closed superdiazzz closed 6 years ago

superdiazzz commented 7 years ago

am using second button in Sample which doesnt implement cropping... i put the result into imageview as setImageBitmap(Bitmap bm) onActivityResult. But why i got rotating result after then?

Mohamed-Fakhry commented 6 years ago

I used this to solve the issue https://github.com/jdamcd/android-crop/issues/140#issuecomment-130493867

superdiazzz commented 6 years ago

Its working! thanks man