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
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
de7ba8d
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 11, 2020
Removed updateWebPOptionsToConfig from the public API of SDImageWebPCoder
Antti Kortetmaa
committed
de7ba8d
Copy full SHA for de7ba8d
Added unit tests for WebP settings.
Antti Kortetmaa
committed
e330f22
Copy full SHA for e330f22
Added new encoding options to WebP encoding
Antti Kortetmaa
committed
66cfc23
Copy full SHA for 66cfc23
Merge pull request #1 from SDWebImage/master
Show description for e252beb
AaaK00
authored
e252beb
Copy full SHA for e252beb
Update the test cases with new WebP sample URLs
dreampiggy
committed
779dd7d
Copy full SHA for 779dd7d
Commits on Nov 23, 2020
Update Cartfile to use SDWebImage 5.10+
dreampiggy
committed
4861ce9
Copy full SHA for 4861ce9
Bumped version to 0.7.0
Show description for a0bc740
dreampiggy
committed
a0bc740
Copy full SHA for a0bc740
Merge pull request #48 from SDWebImage/xcode11
Show description for b70876b
dreampiggy
authored
b70876b
Copy full SHA for b70876b
Update Example to use iOS 9
dreampiggy
committed
df994df
Copy full SHA for df994df
Commits on Nov 22, 2020
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11
Show description for b6419df
dreampiggy
committed
b6419df
Copy full SHA for b6419df
Commits on Apr 16, 2020
Fix the codecov.yaml
dreampiggy
committed
84c97db
Copy full SHA for 84c97db
Commits on Apr 13, 2020
Update the readme about thumbnail encoding
dreampiggy
committed
111f2a8
Copy full SHA for 111f2a8
Bumped version to 0.6.1
Show description for 4e362c5
dreampiggy
committed
4e362c5
Copy full SHA for 4e362c5
Merge pull request #41 from SDWebImage/performance_avoid_copy_progressive_data_and_use_lock
Show description for 20ab7d2
dreampiggy
authored
20ab7d2
Copy full SHA for 20ab7d2
Merge pull request #42 from SDWebImage/feature_webp_encoding_max_pixel_size
Show description for 75af1fa
dreampiggy
authored
75af1fa
Copy full SHA for 75af1fa
Update the test case about maxPixelSize
dreampiggy
committed
8b935e7
Copy full SHA for 8b935e7
Add the support for maxPixelSize encoding options, which will do a thumbnail encoding (5.7's feature)
dreampiggy
committed
56ec346
Copy full SHA for 56ec346
Commits on Apr 12, 2020
Use lock and copy the NSData before recreate the temp demuxer, avoid the extra copy for most cases, and use lock during the demuxer creation to avoid thread-safe issue
dreampiggy
committed
878d64e
Copy full SHA for 878d64e
Commits on Apr 7, 2020
Bumped version to 0.6.0
Show description for 92e55d4
dreampiggy
committed
92e55d4
Copy full SHA for 92e55d4
Merge pull request #39 from SDWebImage/project_podfile_workspace
Show description for 793fcad
dreampiggy
authored
793fcad
Copy full SHA for 793fcad
Fix the test scheme configuration
dreampiggy
committed
9f415e9
Copy full SHA for 9f415e9
Refactory the workspace and test project path. Which share the same Podfile for Example and Tests, easy to install and cache friendly
dreampiggy
committed
1774349
Copy full SHA for 1774349
Merge pull request #38 from SDWebImage/fix_max_file_size_passes
Show description for 26d4fb1
dreampiggy
authored
26d4fb1
Copy full SHA for 26d4fb1
Update the example and test case for the max file size
dreampiggy
committed
6c2651b
Copy full SHA for 6c2651b
Merge pull request #36 from SDWebImage/fix_max_file_size_passes
Show description for e25194e
dreampiggy
authored
e25194e
Copy full SHA for e25194e
Fix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line
dreampiggy
committed
6a0f5dc
Copy full SHA for 6a0f5dc
Merge pull request #35 from SDWebImage/project_encoding_max_file_size_advanced_api
Show description for ee7665e
dreampiggy
authored
ee7665e
Copy full SHA for ee7665e
Upgrade the dependency to SDWebImage 5.7, supports the maxFileSize encoding options, as well as enabling the thread-encoding for speedup
dreampiggy
committed
a62950d
Copy full SHA for a62950d
Commits on Jan 27, 2020
Fix the codecov upload issue, enable gather code coverage data
dreampiggy
committed
eb6e84f
Copy full SHA for eb6e84f
Removed the un-stable test case to check isProgressive (there are race condition that after setImage, the isProgressive reset to NO)
dreampiggy
committed
d2286ce
Copy full SHA for d2286ce
Add CodeCov report, renaming the Tests folder
dreampiggy
committed
dbfa17d
Copy full SHA for dbfa17d
Fix the test case because of cache
dreampiggy
committed
bf48c6c
Copy full SHA for bf48c6c
Commits on Jan 18, 2020
Bumped version to 0.5.0
dreampiggy
committed
6810231
Copy full SHA for 6810231
For progressive animated image poster, the sd_imageFormat should be set
dreampiggy
committed
8a0bd42
Copy full SHA for 8a0bd42
Fix the issue that progressive image which show first poster image, the decode image size is wrong. Should always create CGContext for animated image
dreampiggy
committed
3f847ba
Copy full SHA for 3f847ba
Pagination
Previous
Next
You can’t perform that action at this time.