Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SDWebImage
/
SDWebImageWebPCoder
Public
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
92
Star
256
Code
Issues
10
Pull requests
1
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
9f66a66
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 18, 2020
Bumped version to 0.4.1
dreampiggy
committed
9f66a66
Copy full SHA for 9f66a66
Merge pull request #32 from SDWebImage/fix_thumbnail_progressive_size
Show description for 11e4f1a
dreampiggy
authored
11e4f1a
Copy full SHA for 11e4f1a
Fix the issue that thumbnail decoding does not works for progressive webp image
dreampiggy
committed
0cc073a
Copy full SHA for 0cc073a
Bumped version to 0.4.0
dreampiggy
committed
e58c901
Copy full SHA for e58c901
Update the Readme about thumbnail decoding.
dreampiggy
committed
a65d37c
Copy full SHA for a65d37c
Merge pull request #31 from SDWebImage/feature_thumbnail_decoding
Show description for d77570d
dreampiggy
authored
d77570d
Copy full SHA for d77570d
Commits on Jan 17, 2020
Re-implements the animated webp's thumbnail decoding, now looks better
dreampiggy
committed
6726339
Copy full SHA for 6726339
The Animated WebP should not use the scaled canvas size, which will cause the draw frame contains Jagged and buggy. Instead, use the full pixels canvas to draw, scale down each frame after drawn (s…
Show description for f6ff82b
dreampiggy
committed
f6ff82b
Copy full SHA for f6ff82b
Fix the animated canvas again, this time should work
dreampiggy
committed
72d1968
Copy full SHA for 72d1968
Update the Test Case to ensure the thumbnail decoding works
dreampiggy
committed
e3ba3ab
Copy full SHA for e3ba3ab
Fix the issue that animated image (which use a canvas) should also scale the canvas size
dreampiggy
committed
50136be
Copy full SHA for 50136be
Commits on Jan 16, 2020
WebPCoder now supports the thumbnail decoding
dreampiggy
committed
9db3358
Copy full SHA for 9db3358
Commits on Jan 7, 2020
Bumped version to 0.3.1
dreampiggy
committed
a936bdb
Copy full SHA for a936bdb
Update the Package.swift to use 1.1.0+ version of libwebp, not RC version
dreampiggy
committed
a4a5c57
Copy full SHA for a4a5c57
Merge pull request #30 from SDWebImage/fix_static_webp_cgcontext_RAM
Show description for 3e2d252
dreampiggy
authored
3e2d252
Copy full SHA for 3e2d252
Add test case to ensure that Static WebP does not create CGContext
dreampiggy
committed
7cd404c
Copy full SHA for 7cd404c
Fix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still create CGContext, this can reduce RAM usage
dreampiggy
committed
6e88c64
Copy full SHA for 6e88c64
Commits on Dec 27, 2019
Bumped version to 0.3.0
dreampiggy
committed
9319f87
Copy full SHA for 9319f87
Merge pull request #28 from SDWebImage/swiftpm
Show description for a14f6eb
dreampiggy
authored
a14f6eb
Copy full SHA for a14f6eb
Fix one test case after SDWebImage 5.3.0
dreampiggy
committed
6724998
Copy full SHA for 6724998
Update the Travis-CI script
dreampiggy
committed
862dac6
Copy full SHA for 862dac6
Fix the platform limit in SwiftPM
dreampiggy
committed
dc62982
Copy full SHA for dc62982
Update the readme
dreampiggy
committed
0da097c
Copy full SHA for 0da097c
Support SwiftPM
dreampiggy
committed
9cd6535
Copy full SHA for 9cd6535
Commits on Oct 16, 2019
Update the readme about detail coders usage, accept header modification, etc
dreampiggy
committed
f173266
Copy full SHA for f173266
Commits on Oct 2, 2019
Bumped version to 0.2.5
dreampiggy
committed
df820a0
Copy full SHA for df820a0
Merge pull request #24 from SDWebImage/fix_warnings
Show description for ee74989
dreampiggy
authored
ee74989
Copy full SHA for ee74989
Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile`
dreampiggy
committed
177343a
Copy full SHA for 177343a
Commits on Sep 12, 2019
Bumped version to 0.2.4
dreampiggy
committed
d53b482
Copy full SHA for d53b482
Merge pull request #23 from SDWebImage/fix_animated_webp_frame_blend_issue
Show description for b4e72dd
dreampiggy
authored
b4e72dd
Copy full SHA for b4e72dd
Recheck the animated canvas calculation logic, fix the issue of that calculation
dreampiggy
committed
3e3b7e3
Copy full SHA for 3e3b7e3
Merge pull request #22 from SDWebImage/fix_animated_webp_frame_blend_issue
Show description for c5b98c4
kinarobin
authored
c5b98c4
Copy full SHA for c5b98c4
Fix the Animated WebP coder the frame blend index calculation issue, the end condition should be only `endIndex` to match the behavior.
dreampiggy
committed
0bd6185
Copy full SHA for 0bd6185
Commits on Jun 2, 2019
Bumped version to 0.2.3
dreampiggy
committed
7fc66ec
Copy full SHA for 7fc66ec
Merge pull request #17 from SDWebImage/fix_macOS_project_module_name
Show description for 0f0284d
dreampiggy
authored
0f0284d
Copy full SHA for 0f0284d
Pagination
Previous
Next
You can’t perform that action at this time.