fhanau / Efficient-Compression-Tool

Fast and effective C++ file optimizer
Apache License 2.0
552 stars 40 forks source link

Suggestion for lossless confirmation #124

Open a84r7a3rga76fg opened 1 year ago

a84r7a3rga76fg commented 1 year ago

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 input file with the compressed file if not a single pixel difference was detected.

fideliochan commented 2 weeks ago

would be very good.