File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SDWebImageWebPCoder'
3- s . version = '0.12 .0'
3+ s . version = '0.13 .0'
44 s . summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -648,7 +648,6 @@ - (nullable CGImageRef)sd_createWebpImageWithData:(WebPData)webpData colorSpace:
648648 // For a typical ARGB image, the aligned bytes-per-row value is a multiple of 64.
649649 size_t alignment = pixelFormat.alignment ;
650650 size_t bytesPerRow = SDByteAlign (width * (bitsPerPixel / 8 ), alignment);
651- // size_t bytesPerRow = 6688;
652651
653652 void *rgba = WebPMalloc (bytesPerRow * height);
654653 config.output .is_external_memory = 1 ;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.11 .0 </string >
18+ <string >0.13 .0 </string >
1919 <key >CFBundleVersion </key >
20- <string >0.11 .0 </string >
20+ <string >0.13 .0 </string >
2121 <key >NSPrincipalClass </key >
2222 <string ></string >
2323</dict >
You can’t perform that action at this time.
0 commit comments