Does Android ImageView check image rotation? Or I should do it manually using ExifInterface?
Does Android ImageView check image rotation? Or I should do it manually using ExifInterface?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ImageViewjust knows only having an image inside, not knowing whatever action of its.In case you want to rotate image, this is one of my article written about it: http://xjaphx.wordpress.com/2011/06/22/image-processing-rotate-image-on-the-fly/
In case you want to detect whether the image is rotate, create a
CustomImageViewinherits from the baseImageView, having a flag to check image rotation flag.