danielgtaylor / jpeg-archive

Utilities for archiving JPEGs for long term storage.
1.16k stars 122 forks source link

Consider other image comparison algorithm #40

Open abarre opened 8 years ago

abarre commented 8 years ago

I see that there is a script called "butteraugli" that compare two images and give a score : https://github.com/google/butteraugli

I think that could be an interesting addition for jpeg-recompress.

danielgtaylor commented 8 years ago

This is very interesting! Anybody want to try adding it? Note that it requires getting gamma information from input images and preprocessing pixels before running the diff algorithm.

zvezdochiot commented 1 year ago

Hi all.

Butteraugli is too long. Use the guetzli encoder (it has this metric).