it's out of memory , when I change some images to webp . ``` dispatch_queue_t changeToWebp = dispatch_queue_create("changeToWebp", NULL); dispatch_async(changeToWebp, ^{ NSData *data = [UIImage imageToWebP:img quality:75]; }); ```
it's out of memory , when I change some images to webp .