
08-01-2022, 02:09
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,178
Thanks: 284
Thanked 1,378 Times in 620 Posts
|
|
Brunsli
- You can use brunsli with FreeArc to compress JPEG images.
Example Usage:
Code:
[External compressor:brunsli]
header = 0
solid = 0
packcmd = cbrunsli $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = dbrunsli $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
https://github.com/google/brunsli
By Google - compiled version attached to this post was compiled by me.
Last edited by Masquerade; 14-08-2022 at 07:59.
|