
14-08-2022, 09:55
|
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
|
|
Lepton
- You can use lepton with FreeArc to compress JPEG images.
Example Usage:
Code:
[External compressor:lepton]
header = 0
solid = 0
packcmd = {compressor} -skipvalidate $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
https://github.com/dropbox/lepton
By Dropbox - compiled version attached to this post was compiled by me.
|