image-formats-comparison icon indicating copy to clipboard operation
image-formats-comparison copied to clipboard

Include code for reproducing results

Open jrmuizel opened this issue 8 years ago • 5 comments

This would be nice to have.

jrmuizel avatar Oct 03 '16 03:10 jrmuizel

It's a bunch of dirty BASH scripts pieced together… I included the relevant lines for encoding on the bottom of the index page if you want to reproduce it. What else would you need?

WyohKnott avatar Oct 05 '16 09:10 WyohKnott

It would be nice to have the scripts for the graphs to be able to reproduce them since you already have scripts for them. It would also be valuable to be able to audit the way the metrics are computed for things like color conversion etc.

jrmuizel avatar Oct 06 '16 18:10 jrmuizel

I wrote down every step I could think of over here: http://wyohknott.github.io/image-formats-comparison/report.html I linked a git repo where you can find the BASH scripts. It's not super automated though.

The graphs are made with a spreadsheet app, you'll find the ODS files in the result part, and also the formulas to plot them just above.

If you have any question/remark, add them here.

WyohKnott avatar Oct 09 '16 09:10 WyohKnott

@jrmuizel I don't know if you're still interested by this but I rewrote my scripts in Python and the graphs are now generated using numpy+pandas+matplotlib: https://github.com/WyohKnott/image-comparison-sources

It's now easy to use it on a new set of images, and generate graphs for them.

WyohKnott avatar Aug 20 '17 18:08 WyohKnott

Thanks I'll take a look when I get a chance.

jrmuizel avatar Aug 26 '17 14:08 jrmuizel