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

iOS 11 HEIC image convert to a broken image #92

Open mewehk opened 7 years ago

mewehk commented 7 years ago
  1. convert HEIC to jpg(by UIImageJPEGRepresentation function)
  2. convert jpg to webp(by YYImage). sometimes the result image is broken image I found that after _newCGImageFromIndex:decoded: called, maybe image has broken
StormXX commented 6 years ago

I met the same issue @ibireme