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
347
347
UIImage *firstFrameImage = [[UIImage alloc ] initWithCGImage: imageRef scale: scale orientation: kCGImagePropertyOrientationUp ];
348
348
#endif
349
349
firstFrameImage.sd_imageFormat = SDImageFormatWebP;
350
- firstFrameImage.sd_isDecoded = YES ; // We handle byte alignment and alloc bitmap buffer
351
350
CGImageRelease (imageRef);
352
351
WebPDemuxReleaseIterator (&iter);
353
352
WebPDemuxDelete (demuxer);
@@ -1339,7 +1338,6 @@ - (UIImage *)safeAnimatedImageFrameAtIndex:(NSUInteger)index {
1339
1338
image = [[UIImage alloc ] initWithCGImage: imageRef scale: _scale orientation: kCGImagePropertyOrientationUp ];
1340
1339
#endif
1341
1340
image.sd_imageFormat = SDImageFormatWebP;
1342
- image.sd_isDecoded = YES ; // We handle byte alignment and alloc bitmap buffer
1343
1341
CGImageRelease (imageRef);
1344
1342
1345
1343
WebPDemuxReleaseIterator (&iter);
You can’t perform that action at this time.
0 commit comments