File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SDWebImageWebPCoder'
3
- s . version = '0.12 .0'
3
+ s . version = '0.13 .0'
4
4
s . summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -648,7 +648,6 @@ - (nullable CGImageRef)sd_createWebpImageWithData:(WebPData)webpData colorSpace:
648
648
// For a typical ARGB image, the aligned bytes-per-row value is a multiple of 64.
649
649
size_t alignment = pixelFormat.alignment ;
650
650
size_t bytesPerRow = SDByteAlign (width * (bitsPerPixel / 8 ), alignment);
651
- // size_t bytesPerRow = 6688;
652
651
653
652
void *rgba = WebPMalloc (bytesPerRow * height);
654
653
config.output .is_external_memory = 1 ;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.11 .0 </string >
18
+ <string >0.13 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.11 .0 </string >
20
+ <string >0.13 .0 </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string ></string >
23
23
</dict >
You can’t perform that action at this time.
0 commit comments