- Notifications
You must be signed in to change notification settings - Fork 92
Pull requests: SDWebImage/SDWebImageWebPCoder
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Remove the extra SD_WEBP macro define. Since now we move to a dedicated repo
#2 by dreampiggy was merged Sep 18, 2018 Loading…
8 tasks done
Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed fix
#13 by dreampiggy was merged Feb 26, 2019 Loading…
Fix the potential leak of chunk iterator used for ICC Profile colorSpace check
#5 by dreampiggy was merged Jan 22, 2019 Loading…
Fix the umbrella headers and modulemap for CocoaPods project
#11 by dreampiggy was merged Feb 2, 2019 Loading…
Remove unnecessary CGImage check when encode first frame fix
#10 by dreampiggy was merged Feb 2, 2019 Loading…
Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace
#4 by dreampiggy was merged Jan 18, 2019 Loading…
Fix that WebP with custom ICC Profile will randomly crash, because
CGColorSpaceCreateWithICCProfile
does not copy the ICC data pointer fix #12 by dreampiggy was merged Feb 18, 2019 Loading…
Recheck the animated canvas calculation logic, fix the issue of that calculation fix important
#23 by dreampiggy was merged Sep 12, 2019 Loading…
Fix the Animated WebP coder the frame blend index calculation issue, he end condition should be only
endIndex
to match the behavior. #22 by dreampiggy was merged Sep 12, 2019 Loading…
Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the
SDAnimatedImage
fix important #14 by dreampiggy was merged May 15, 2019 Loading…
Don't Read the ICC profile from the decoded image in the case we are on iOS
#16 by punty was closed May 29, 2019 Loading…
Fix the issue that could not compile SDWebImageWebPCoder when using CocoaPods with use_modular_header! project
#15 by 0x0c was merged Jun 2, 2019 Loading…
Fix the issue when WebP is static webp, the
SDAnimatedImageCoder
protocol implementation still create CGContext, this can reduce RAM usage #30 by dreampiggy was merged Jan 7, 2020 Loading…
Fix the warning of deprecated API
CGColorSpaceCreateWithICCProfile
warning #24 by dreampiggy was merged Oct 2, 2019 Loading…
Update to fix the wrong product name
SDWebImageWebPCoder_macos.framework
for macOS on Carthage users macOS project #17 by dreampiggy was merged Jun 2, 2019 Loading…
Fix the issue that thumbnail decoding does not works for progressive webp image bug Something isn't working
#32 by dreampiggy was merged Jan 18, 2020 Loading…
Feature WebP Encoding max pixel size (Thumbnail Encoding) enhancement New feature or request
#42 by dreampiggy was merged Apr 13, 2020 Loading…
Update the example and test case for the max file size
#38 by dreampiggy was merged Apr 7, 2020 Loading…
Feature - Supports Progressive Animated WebP (Important) enhancement New feature or request
#33 by dreampiggy was merged Jan 18, 2020 Loading…
Support Swift Package Manager (with libwebp v1.1.0-rc2) swiftpm
#28 by dreampiggy was merged Dec 27, 2019 Loading…
Fix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line
#36 by dreampiggy was merged Apr 7, 2020 Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:master.