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 }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
please create a plugin for 7-Zip so that this open and free archiver can also compress JPEG.
This would also help making Lepton more famous in the world.
there are already plugins that work with 7-Zip (including descriptions and sources):
This is a really cool suggestion. One good thing is that we already support a custom allocator. The hard part will be to make this work with a continuation model, like 7zip would expect.
It might not be easy to keep the security model as is yet pass information back and forth between threads as it comes into the decoder. It wouldn't be hard to simply buffer all the data and deliver the results in a continuation-style...but one challenge is to make it cross platform since right now lepton depends on executing itself in order to do a self-check of the data.
please create a plugin for 7-Zip so that this open and free archiver can also compress JPEG.
This would also help making Lepton more famous in the world.
there are already plugins that work with 7-Zip (including descriptions and sources):
ZSTD
https://github.com/mcmilk/7-Zip-Zstd
LZHAM
http://richg42.blogspot.de/search?updated-max=2015-12-03T16:22:00-08:00&max-results=7&start=21&by-date=false
https://github.com/richgel999/lzham_codec_devel
The text was updated successfully, but these errors were encountered: