From: glennrp Date: Tue, 11 Dec 2012 14:14:28 +0000 (+0000) Subject: Add PNG8 to list of formats to test in tests/validate.h X-Git-Tag: 7.0.1-0~4625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d3ddd8e5625bd4d667e398c933317c8896435e9;p=imagemagick Add PNG8 to list of formats to test in tests/validate.h --- diff --git a/tests/validate.h b/tests/validate.h index 29472ee42..a45ed603e 100644 --- a/tests/validate.h +++ b/tests/validate.h @@ -304,6 +304,7 @@ static const struct ReferenceFormats { "PJPEG", UndefinedCompression, 0.003 }, { "PLASMA", UndefinedCompression, 0.0 }, { "PNG", UndefinedCompression, 0.0 }, + { "PNG8", UndefinedCompression, 0.0 }, { "PNG24", UndefinedCompression, 0.0 }, { "PNG32", UndefinedCompression, 0.0 }, { "PNM", UndefinedCompression, 0.0 },