Add webp save/load format tests for "make check"

This commit is contained in:
Felix Bünemann 2016-04-23 23:36:49 +02:00
parent 874cc8b31b
commit 27e3198833

View File

@ -186,6 +186,10 @@ fi
if test_supported jpegload; then
test_format $image jpg 90
fi
if test_supported webpload; then
test_format $image webp 90
test_format $image webp 0 [lossless]
fi
test_format $image ppm 0
test_format $image pfm 0
if test_supported fitsload; then
@ -220,4 +224,3 @@ if test_supported dzsave; then
test_saver copy $image .dz
test_saver copy $image .dz[container=zip]
fi