Skip to content

Commit

Permalink
Bumped version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jul 13, 2023
1 parent 3b27487 commit 3819cb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SDWebImageWebPCoder.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageWebPCoder'
s.version = '0.12.0'
s.version = '0.13.0'
s.summary = 'WebP decoder/encoder for SDWebImage coder plugin.'

s.description = <<-DESC
Expand Down
1 change: 0 additions & 1 deletion SDWebImageWebPCoder/Classes/SDImageWebPCoder.m
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ - (nullable CGImageRef)sd_createWebpImageWithData:(WebPData)webpData colorSpace:
// For a typical ARGB image, the aligned bytes-per-row value is a multiple of 64.
size_t alignment = pixelFormat.alignment;
size_t bytesPerRow = SDByteAlign(width * (bitsPerPixel / 8), alignment);
//size_t bytesPerRow = 6688;

void *rgba = WebPMalloc(bytesPerRow * height);
config.output.is_external_memory = 1;
Expand Down
4 changes: 2 additions & 2 deletions SDWebImageWebPCoder/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.0</string>
<string>0.13.0</string>
<key>CFBundleVersion</key>
<string>0.11.0</string>
<string>0.13.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 3819cb7

Please sign in to comment.