Skip to content

Instantly share code, notes, and snippets.

@K0-RR
Created April 9, 2022 07:25
Show Gist options
  • Save K0-RR/c486069065416219b37d2b3f3d009297 to your computer and use it in GitHub Desktop.
Save K0-RR/c486069065416219b37d2b3f3d009297 to your computer and use it in GitHub Desktop.
Comparison of lossless image compression command-line tools
Leanify Oxipng ECT Minuimus

For leanify -p was used For Oxipng these arguments were in use: arvZt8 -o max --strip all --fix ECT and Minuimus - cd to the images dir. find . -type f ( -iname ".png" -o -iname ".jpg" ) -exec /path/to/the/ect {} ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment