Efficient-Compression-Tool
Efficient-Compression-Tool copied to clipboard
Fast and effective C++ file optimizer
To ensure the picture file was losslessly compressed, ECT should use imagemagick and pixelmatch on the input file and compressed file to look for any differences and only replace the...
Building on #113 and https://github.com/fhanau/Efficient-Compression-Tool/commit/8a90cffc85353976dbd84e8f14bd69b1b9fe6e3b, it would be useful to use artifacts to automatically strip binaries and have ECT zip itself to create release binaries for x86 and ARM. Note...
Refactor and optimize existing LodePNG functions These changes decrease the size of the compiled LodePNG code and speed up optimizing PNGs using the --allfilters switch On MSYS2 MINGW64 gcc 12.2.0,...
I'm making this issue because the recent change in the release binaries name with 0.9.3 and 0.9.2 broke the autoupdate script in ScoopInstaller/Main. I've mitigated this issue temporarily with ScoopInstaller/Main#4054...
hi! ECT is the best PNG optimizer I've found after comparing many, and I would like to integrate it into my open source python compression library. do you know of...
The changes to the most aggressive match finder should allow for big performance improvements, but are not stable yet and cause crashes.
For zip archives that have been created using level 0 ("store"), ect does not recompress the files inside.
See https://encode.ru/threads/2274-ECT-an-file-optimizer-with-fast-zopfli-like-deflate-compression?p=56584&viewfull=1#post56584
Let image directory has such files: ``` 1_jpeg_file.jpg 2_png_file.png 3_jpg_file.jpg 4_png_file.jpg
Currently `ect` sends all of its output to `stdout`, including error messages, e.g. $ ect doesnotexist.png 2>/dev/null doesnotexist.png: bad file No compatible files found It would be nice if it...