Efficient-Compression-Tool
Efficient-Compression-Tool copied to clipboard
Fast and effective C++ file optimizer
Come on already, it's been a major issue since 2016... You expect people to rename every file they have that for example has japanese characters?
Just a minor nit, removes double space and makes the wording of the two options consistent in help.
I'm currently compressing about 2500 images. There is no ETA, % of completion. I have no idea if it's gonna take a few hours or many days. Please add at...
More like a question, I am not sure if files in zip or gzip archives are always separated deflate blocks where it could be compressed without less efficient deflate block...
in util.c, ZopfliNextDistSymbol and ZopfliGetLengthExtraBits and ZopfliGetLengthExtraBitsValue and ZopfliGetLengthSymbol can also be Array. I think those function are redundant.
## User story I'd like to run ECT automatically on images that are newly added to a git repository. [pre-commit](https://pre-commit.com) is a relatively common tool for running a configurable set...
ECT only uses 12,5% of my CPU. I have 16 threads so I used `--mt-deflate=16 --mt-file=16` but looking at the system monitor only two threads are being utilized to 100%...
Hi, I've got some png images here that repeatably crash a windows release build of ECT, but are processed fine by a debug build. They crash at line 83 of...
Currently, attempting to optimize a file such as `「」.jpg` gives error `No compatible files found`. Don't know if it works on Linux/OS X.
From what I have learned by skimming through some issues and asking around, using `--strict` does these things: - Keep pixel values of completely transparent alpha channels in PNG files...