
08-01-2022, 02:09
|
 |
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 744
Thanks: 168
Thanked 786 Times in 391 Posts
|
|
Brunsli
- You can use brunsli with FreeArc to compress JPEG images.
Example Usage:
Code:
[External compressor:brunsli]
header = 0
solid = 0
packcmd = brunsli_x64 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = brunsli_x64 d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
https://github.com/google/brunsli
By Google - compiled version attached to this post was (AFAIR) compiled by Panker1992.
|