Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Notifications
You must be signed in to change notification settings
Fork
94
Star
256
Code
Issues
9
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
3e3b7e3
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 12, 2019
Recheck the animated canvas calculation logic, fix the issue of that calculation
dreampiggy
committed
3e3b7e3
Copy full SHA for 3e3b7e3
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
Update to fix the wrong module name for macOS on Carthage users
dreampiggy
committed
9f52375
Copy full SHA for 9f52375
Bumped version to 0.2.2
dreampiggy
committed
b0e4edb
Copy full SHA for b0e4edb
Using the framework import instead of module import to support project without clang module
dreampiggy
committed
fb4b9e7
Copy full SHA for fb4b9e7
Merge pull request #15 from 0x0c/master
Show description for 299d1d7
dreampiggy
authored
299d1d7
Copy full SHA for 299d1d7
Commits on May 20, 2019
Use @import
0x0c
committed
16ef0cf
Copy full SHA for 16ef0cf
Commits on May 19, 2019
Import UIKit.
0x0c
committed
e51a218
Copy full SHA for e51a218
Commits on May 15, 2019
Bumped version to 0.2.1
dreampiggy
committed
b5506c1
Copy full SHA for b5506c1
Merge pull request #14 from SDWebImage/bugfix_webp_blend_canvas
Show description for 0713611
kinarobin
authored
0713611
Copy full SHA for 0713611
Commits on May 14, 2019
Add the test case to ensure this behavior
dreampiggy
committed
5c4c284
Copy full SHA for 5c4c284
Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the `SDAnimatedImage`
dreampiggy
committed
c18c2c8
Copy full SHA for c18c2c8
Commits on Apr 2, 2019
Bumped version to 0.2.0
dreampiggy
committed
e5c9608
Copy full SHA for e5c9608
Update the SDWebImage dependency version to 5.0.0 official release
dreampiggy
committed
75f2dcf
Copy full SHA for 75f2dcf
Commits on Apr 1, 2019
Add the test project in workspace, run pod install under both `Example` and `SDWebImageWebPCoderTests` folder to open
dreampiggy
committed
3ac5de4
Copy full SHA for 3ac5de4
Update color space filter comment when create icc profile color space
dreampiggy
committed
f526d88
Copy full SHA for f526d88
Commits on Feb 26, 2019
Bumped version to 0.1.5
dreampiggy
committed
d53056b
Copy full SHA for d53056b
Merge pull request #13 from SDWebImage/bugfix_webp_icc_monochrome
Show description for a46ca76
dreampiggy
authored
a46ca76
Copy full SHA for a46ca76
Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed
dreampiggy
committed
1316f5b
Copy full SHA for 1316f5b
Commits on Feb 21, 2019
Bumped version to 0.1.4
dreampiggy
committed
4b256c0
Copy full SHA for 4b256c0
Fix small typos
dreampiggy
committed
6f71fb0
Copy full SHA for 6f71fb0
Commits on Feb 18, 2019
Merge pull request #12 from SDWebImage/bugfix_webp_icc_profile_crash
Show description for 6dcdec2
kinarobin
authored
6dcdec2
Copy full SHA for 6dcdec2
Commits on Feb 16, 2019
Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCProfile` does not copy the ICC data pointer, previous code cause a use-after-free issue
dreampiggy
committed
92cb639
Copy full SHA for 92cb639
Commits on Feb 2, 2019
Bumped version to 0.1.3
dreampiggy
committed
b4b3504
Copy full SHA for b4b3504
Merge pull request #11 from SDWebImage/bugfix_umbrella_headers
Show description for 4c103dd
dreampiggy
authored
4c103dd
Copy full SHA for 4c103dd
Fix the umbrella headers and modulemap for CocoaPods
dreampiggy
committed
77f602f
Copy full SHA for 77f602f
Merge pull request #10 from SDWebImage/bugfix_revert_static_cgimage_check
Show description for 74c94cb
dreampiggy
authored
74c94cb
Copy full SHA for 74c94cb
Remove unnecessary CGImage check when encode first frame because UIAnimatedImage.CGImage return the first frame's CGImage
dreampiggy
committed
e54b276
Copy full SHA for e54b276
Commits on Jan 28, 2019
Update the README. Bumped version to 0.1.2
dreampiggy
committed
8ab4c5c
Copy full SHA for 8ab4c5c
Merge pull request #9 from SDWebImage/bugfix_encoding_first_frame
Show description for ead68a0
dreampiggy
authored
ead68a0
Copy full SHA for ead68a0
Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed. Add a backup check of image.images
dreampiggy
committed
dbcd5b2
Copy full SHA for dbcd5b2
Commits on Jan 27, 2019
Update the README and example to the latest version, show SDAnimatedImageView usage
dreampiggy
committed
97ff5b0
Copy full SHA for 97ff5b0
Merge pull request #8 from SDWebImage/bugfix_leak
Show description for 22d83f7
dreampiggy
authored
22d83f7
Copy full SHA for 22d83f7
Pagination
Previous
Next
You can’t perform that action at this time.