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

when i get the photo from the Custom PhotoAlbum the photo's color changed like have some blur effect #33

Open nerohem opened 8 years ago

nerohem commented 8 years ago

I copy the code from the Demo. The webP image has changed its color. my code :
NSData *webPData = [UIImage imageToWebP:tempImg quality:75.0f]; imageView.image = [UIImage imageWithWebPData:result];