2019-04-28 12:17:03 +01:00
|
|
|
# ect
|
|
|
|
|
|
|
|
> Efficient Compression Tool (or ECT) is a C++ file optimizer. It supports PNG, JPEG, GZIP and ZIP files.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/fhanau/Efficient-Compression-Tool>.
|
2019-04-28 12:17:03 +01:00
|
|
|
|
|
|
|
- Compress a file:
|
|
|
|
|
|
|
|
`ect {{filename.png}}`
|
|
|
|
|
|
|
|
- Compress a file with the highest compression level and multithreading:
|
|
|
|
|
|
|
|
`ect -9 --mt-deflate {{filename.png}}`
|
|
|
|
|
|
|
|
- Compress all the files in a directory recursively, keeping the original modification time:
|
|
|
|
|
|
|
|
`ect -keep -recurse {{directory}}`
|