seanooi/iOS-WebP

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

nerohem opened this issue · 0 comments

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];