seanooi / iOS-WebP

Google's WebP image format decoder and encoder for iOS
http://seanooi.github.io/iOS-WebP/
MIT License
856 stars 138 forks source link

Error on decoding on device #12

Open ignazioc opened 10 years ago

ignazioc commented 10 years ago

I'm trying your library, it works on simulator (32 and 64 bit) but it doesn't work on device. Your demo project crashes after about one second if is runned on device (ios 7.1 iphone 5) The application crashes on CGSConvertAlphaByte

Any advices?

seanooi commented 10 years ago

Does it work if you comment line 28-30 in UIImage+WebP.m?

obrhoff commented 10 years ago

Same problem here. At least on iOS8 Beta 5.

seanooi commented 9 years ago

Just noticed this OLD issue, not sure if it's still one though, but it's working on my iOS 8.3 device.