View Single Post
  #5  
Old 08-01-2022, 02:09
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,178
Thanks: 284
Thanked 1,378 Times in 620 Posts
Masquerade is on a distinguished road
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.
Attached Files
File Type: 7z Brunsli.7z (1.14 MB, 110 views)

Last edited by Masquerade; 14-08-2022 at 07:59.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
ffmla (08-01-2022), L0v3craft (08-01-2022), Razor12911 (08-01-2022)