Open nerohem opened 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];
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];