开发者

Does Android ImageView check image rotation?

开发者 https://www.devze.com 2023-04-12 19:58 出处:网络
Does And开发者_如何学Goroid ImageView check image rotation? Or I should do it manually using ExifInterface?ImageView just knows only having an image inside, not knowing whatever action of its.

Does And开发者_如何学Goroid ImageView check image rotation? Or I should do it manually using ExifInterface?


ImageView just knows only having an image inside, not knowing whatever action of its.

  1. 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/

  2. In case you want to detect whether the image is rotate, create a CustomImageView inherits from the base ImageView, having a flag to check image rotation flag.

0

精彩评论

暂无评论...
验证码 换一张
取 消