kornelski / pngquant

Lossy PNG compressor — pngquant command based on libimagequant library
https://pngquant.org
Other
5.23k stars 484 forks source link

add tests to dist #318

Open Hello71 opened 5 years ago

Hello71 commented 5 years ago

seems like a reasonable thing to do, checked the history and didn't find it to have been removed, just never added.

kornelski commented 5 years ago

Unfortunately I don't have tests good enough for distribution.

I test the command using DSSIM and a set of thousands of images, too large and problematic to redistribute.

The make test is just tiny fussy hack to ensure command line flags aren't broken.

Hello71 commented 5 years ago

actually, that's just what I want for Gentoo: a few images, just to check basic functionality; not some hours-long test suite. I could write it myself, but having it upstream would benefit all distros.

kornelski commented 5 years ago

Does the existing make test work for you? It does depend on LCMS being enabled.

Hello71 commented 5 years ago

ehm, true, that is an issue...