ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.76k stars 479 forks source link

YYFrameImage orientation issue #108

Open rutinfc opened 6 years ago

rutinfc commented 6 years ago

Case

  1. Use JPEG with YYFrameImage with rotation information in Exif
  2. The rotation value of the 0th image is designated as UIImageOrientationUp
  3. YYAnimatedImageView is exposed differently than the rotation value of the image actually rendered

Fix

  1. Changed YYFrameImage to use Orientation information of the image when initializing it