siralam / BSImagePicker

An image picker that extends BottomSheetDialogFragment. Camera and gallery all in one dialog. Single or Multi Selection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images Rotates during selection

amirghm opened this issue · comments

When I pick an image, it seems to be loaded with a 90-degree rotation. whats the problem?

commented

Try just load it with Glide. You should see the same result.

commented

Actually the image loading part is done by yourself so it is probably out of the scope of this library.

Thank you so much for the response, I upload the image to Cloudinary and load uploaded file with glide and see the result is rotated.

anyways I'll check, but why this happened?

commented

Its becoz it is really rotated, may be the imager viewer you were using has some auto correction feature. It may also be related to exif attributes; but as far as I know Glide has already handled those.

Ok, thank you for your information, it seems I should close this issue.