danielgtaylor / jpeg-archive

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

Standardize jpeg-compare output #70

Closed lfos closed 6 years ago

lfos commented 6 years ago

With the fast method, jpeg-compare currently only prints a number. With every other method, it prefixes the number with the method name itself. I think we should always only print the number. Doing this by default breaks backwards compatiblity. So we either have to mention the change in the release notes or add a command line switch to enable the new behavior.