iOS-WebP
iOS-WebP copied to clipboard
when i get the photo from the Custom PhotoAlbum the photo's color changed like have some blur effect
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];