iOS-WebP icon indicating copy to clipboard operation
iOS-WebP copied to clipboard

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

Open nerohem opened this issue 9 years ago • 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];

nerohem avatar Apr 05 '16 07:04 nerohem