We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f847ba commit 8a0bd42Copy full SHA for 8a0bd42
SDWebImageWebPCoder/Classes/SDImageWebPCoder.m
@@ -353,7 +353,11 @@ - (UIImage *)incrementalDecodedImageWithOptions:(SDImageCoderOptions *)options {
353
SD_LOCK(_lock);
354
image = [self safeStaticImageFrame];
355
SD_UNLOCK(_lock);
356
+ image.sd_imageFormat = SDImageFormatWebP;
357
+ image.sd_isDecoded = YES;
358
+ return image;
359
}
360
+
361
// For Static WebP images
362
int width = 0;
363
int height = 0;
0 commit comments