File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
SDWebImageWebPCoder/Classes Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ - (UIImage *)decodedImageWithData:(NSData *)data options:(nullable SDImageCoderO
347347 UIImage *firstFrameImage = [[UIImage alloc ] initWithCGImage: imageRef scale: scale orientation: kCGImagePropertyOrientationUp ];
348348#endif
349349 firstFrameImage.sd_imageFormat = SDImageFormatWebP;
350- firstFrameImage.sd_isDecoded = YES ; // We handle byte alignment and alloc bitmap buffer
351350 CGImageRelease (imageRef);
352351 WebPDemuxReleaseIterator (&iter);
353352 WebPDemuxDelete (demuxer);
@@ -1339,7 +1338,6 @@ - (UIImage *)safeAnimatedImageFrameAtIndex:(NSUInteger)index {
13391338 image = [[UIImage alloc ] initWithCGImage: imageRef scale: _scale orientation: kCGImagePropertyOrientationUp ];
13401339#endif
13411340 image.sd_imageFormat = SDImageFormatWebP;
1342- image.sd_isDecoded = YES ; // We handle byte alignment and alloc bitmap buffer
13431341 CGImageRelease (imageRef);
13441342
13451343 WebPDemuxReleaseIterator (&iter);
You can’t perform that action at this time.
0 commit comments