Skip to content

Convert tests images to png

Thomas Perret requested to merge convert_to_png into master

This fixes #15 (closed) by converting all tests images to PNG format. I converted the sources images and run optipng -o7 (the maximum optimization) on them. I regenerated the expected results using code from tests.

This increase the size of the repository by quite a lot (I didn't measured).

Edited by Thomas Perret

Merge request reports