
08-01-2022, 02:09
|
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 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.
|