]> granicus.if.org Git - imagemagick/commitdiff
Add PNG8 to list of formats to test in tests/validate.h
authorglennrp <glennrp@git.imagemagick.org>
Tue, 11 Dec 2012 14:14:28 +0000 (14:14 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Tue, 11 Dec 2012 14:14:28 +0000 (14:14 +0000)
tests/validate.h

index 29472ee42912536bd674ef1429147a85db807214..a45ed603eb0060329021b7da6a001ada0c4911e2 100644 (file)
@@ -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 },