X Tutup
The Wayback Machine - https://web.archive.org/web/20200915122813/https://github.com/SDWebImage/SDWebImage/issues/3061
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Add lepton decompression support #3061

Open
StainlessStlRat opened this issue Aug 6, 2020 · 1 comment
Open

Request: Add lepton decompression support #3061

StainlessStlRat opened this issue Aug 6, 2020 · 1 comment
Labels

Comments

@StainlessStlRat
Copy link

@StainlessStlRat StainlessStlRat commented Aug 6, 2020

It would amazing to yield these huge bandwidth savings using Lepton compression.

https://github.com/dropbox/lepton

@dreampiggy
Copy link
Contributor

@dreampiggy dreampiggy commented Aug 6, 2020

This looks like a JPEG Encoding tool or lib.

SDWebImage core only use Apple Image/IO framework for Image Decoding/Encoding. If you want any custom codec, just follow the toturial to create your own custom coder. We do not maintain such a custom codec (only if there are many strong requests from user, like that WebP).

See: https://github.com/SDWebImage/SDWebImage/wiki/Coder-Plugin-List

@dreampiggy dreampiggy added the usage label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup