FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for SDWebImageWebPCoder - SDWebImage/SDWebImageWebPCoder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SDWebImage
/
SDWebImageWebPCoder
Public
Notifications
You must be signed in to change notification settings
Fork
100
Star
276
Code
Issues
9
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SDWebImageWebPCoder
SDWebImageWebPCoder
on
master
User selector
Datepicker
Commit history
Commits on Jul 18, 2026
Fix the leak of RGBA buffer when WebPDecode failed
Show description for 74b78eb
therehello
committed
74b78eb
View commit details
Copy full SHA for 74b78eb
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Bumped version to 0.15.0
dreampiggy
committed
12d83ed
View commit details
Copy full SHA for 12d83ed
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Optimize ICC profile embedding with copy_data=0
Show description for aa92e07
KYHyeon
committed
aa92e07
View commit details
Copy full SHA for aa92e07
View code at this point
Browse repository at this point
Add ICC profile embedding support for WebP encoding
Show description for 8b7b680
KYHyeon
committed
8b7b680
View commit details
Copy full SHA for 8b7b680
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Bumped version to 0.14.6
dreampiggy
committed
f534cfe
View commit details
Copy full SHA for f534cfe
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
FIX: _limitBytes type error
JiaqiSun
committed
cbc0ba9
View commit details
Copy full SHA for cbc0ba9
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
Bumped version to 0.14.5
dreampiggy
committed
bb41e0e
View commit details
Copy full SHA for bb41e0e
View code at this point
Browse repository at this point
Copy the macros from SDWebImage Core repo
Show description for 4005a4d
dreampiggy
committed
4005a4d
View commit details
Copy full SHA for 4005a4d
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
Bumped version to 0.14.4
dreampiggy
committed
3f8105d
View commit details
Copy full SHA for 3f8105d
View code at this point
Browse repository at this point
Fix the issue when EXIF orientation does not keep during the libwebp encoding
Show description for ee4f321
dreampiggy
committed
ee4f321
View commit details
Copy full SHA for ee4f321
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Bumped version to 0.14.3
dreampiggy
committed
acfb824
View commit details
Copy full SHA for acfb824
View code at this point
Browse repository at this point
Fix the issue when monochome colorspace cause the WebP encoding failed
Show description for 304bed2
dreampiggy
committed
304bed2
View commit details
Copy full SHA for 304bed2
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Bumped version to 0.14.2
dreampiggy
committed
db46039
View commit details
Copy full SHA for db46039
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
Keep the rendering intent information from CGImage as well
dreampiggy
committed
daa8373
View commit details
Copy full SHA for daa8373
View code at this point
Browse repository at this point
Fix the WebP encoding which loss the image's input color space
Show description for 8113caf
dreampiggy
committed
8113caf
View commit details
Copy full SHA for 8113caf
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
Bumped version to 0.14.1
dreampiggy
committed
7e70ec8
View commit details
Copy full SHA for 7e70ec8
View code at this point
Browse repository at this point
Support to detect the RGB16 bitmap info, fix the iOS 11- decode issues (#87)
Show description for d91987f
dreampiggy
authored
d91987f
View commit details
Copy full SHA for d91987f
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Bumped version to 0.14.0
dreampiggy
committed
b442faf
View commit details
Copy full SHA for b442faf
View code at this point
Browse repository at this point
Enable lossless mode (#85)
Show description for 64cdf3e
mgenware
and
dreampiggy
authored
64cdf3e
View commit details
Copy full SHA for 64cdf3e
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Bumped version to 0.13.0
dreampiggy
committed
3819cb7
View commit details
Copy full SHA for 3819cb7
View code at this point
Browse repository at this point
Update with the final changes from SDWebImage Core
dreampiggy
committed
c0c65f1
View commit details
Copy full SHA for c0c65f1
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Don't override the isDecoded = YES for non-CGContext drawn CGImage
dreampiggy
committed
4b45cdd
View commit details
Copy full SHA for 4b45cdd
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
Avoid force-decode by apply the byte alignment for static WebP images
Show description for 8196947
dreampiggy
committed
8196947
View commit details
Copy full SHA for 8196947
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
Added the support for 5.15.0+ limit bytes feature from SDWebImage Coder Plugin API
dreampiggy
committed
99064f9
View commit details
Copy full SHA for 99064f9
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Bumped version to 0.11.0
dreampiggy
committed
7087a82
View commit details
Copy full SHA for 7087a82
View code at this point
Browse repository at this point
Added GitHub actions
dreampiggy
committed
3df5355
View commit details
Copy full SHA for 3df5355
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Refactory thumbnail decoding, use a transformed CGContext instead of full context and re-scale after decode finished
Show description for 9dae8d3
dreampiggy
committed
9dae8d3
View commit details
Copy full SHA for 9dae8d3
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
Use kvImageNoAllocate to avoid extra allocate for vImageBuffer when WebP encoding
dreampiggy
committed
c779312
View commit details
Copy full SHA for c779312
View code at this point
Browse repository at this point
Support using CoreGraphics to produce scaled down CGImage directly
dreampiggy
committed
0b25f9a
View commit details
Copy full SHA for 0b25f9a
View code at this point
Browse repository at this point
Commits on Feb 6, 2023
Bumped version to 0.10.1
dreampiggy
committed
e6cd1a9
View commit details
Copy full SHA for e6cd1a9
View code at this point
Browse repository at this point
Avoid unused extra copy of MutableData
dreampiggy
committed
f21f014
View commit details
Copy full SHA for f21f014
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Bumped version to 0.10.0
dreampiggy
committed
d72efcf
View commit details
Copy full SHA for d72efcf
View code at this point
Browse repository at this point
Adopt 5.15.0's encodedDataWithFrames API
dreampiggy
committed
3af6540
View commit details
Copy full SHA for 3af6540
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
Bumped version to 0.9.1
dreampiggy
committed
4416805
View commit details
Copy full SHA for 4416805
View code at this point
Browse repository at this point
Fix the thread safe issue for accessing array with index, which may happend during incremental decoding
dreampiggy
committed
3775b89
View commit details
Copy full SHA for 3775b89
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL