You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];
The text was updated successfully, but these errors were encountered:
nerohem
changed the title
photo's color changed like have some blur effect
when i get the photo from the Custom PhotoAlbum the photo's color changed like have some blur effect
Apr 5, 2016
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];
The text was updated successfully, but these errors were encountered: