fhanau / Efficient-Compression-Tool

Fast and effective C++ file optimizer
Apache License 2.0
595 stars 41 forks source link

Is there any plan to implement guetzli compression #22

Closed cseufert closed 7 years ago

cseufert commented 7 years ago

Is it possible to swap out mozjpeg for https://github.com/google/guetzli/

akunohomu commented 7 years ago

ECT only uses mozjpeg for lossless optimization of JPEGs, not to create JPEGs; guetzli only creates JPEGs

fhanau commented 7 years ago

As ECT currently uses lossless recompression only, it is not planned atm.