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

Dropbox Lepton lossless-compressed JPEG support #55

Open
kiawizard opened this issue Apr 17, 2022 · 1 comment
Open

Dropbox Lepton lossless-compressed JPEG support #55

kiawizard opened this issue Apr 17, 2022 · 1 comment
Labels
backlog This isn't a priority add/fix at this time format support Related to add/remove/change of a specific format support.

Comments

@kiawizard
Copy link

Hi! Please consider adding support for https://github.com/dropbox/lepton , it allows to store JPEGs in *.lep format losslessly with a gain of 20-30% free space. An example photo: 000.zip. I have already implemented the support by calling "lepton.exe photo.lep photo.jpg" opening photo.jpg and immediately deleting it, but lost the code after a hdd crash, only have jpegview binary. Can redo the code and make a pull request, or do you think it is better to somehow embed Lepton inside JPEGView code (as a dll)?

@sylikc
Copy link
Owner

sylikc commented May 31, 2022

it would be better to implement the code inside using a DLL. If you can code up a DLL to link in to do the decode and present the image data to JPEGView, I'd happily integrate it.

It's certainly an interesting and new format...

@sylikc sylikc added the enhancement New feature or request label May 31, 2022
@sylikc sylikc added format support Related to add/remove/change of a specific format support. backlog This isn't a priority add/fix at this time labels Jan 16, 2023
@sylikc sylikc removed the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This isn't a priority add/fix at this time format support Related to add/remove/change of a specific format support.
Projects
None yet
Development

No branches or pull requests

2 participants