]> granicus.if.org Git - imagemagick/commitdiff
Added PNG48 and PNG64 to the test suite in tests/validate.h
authorglennrp <glennrp@git.imagemagick.org>
Sat, 26 Jan 2013 21:25:45 +0000 (21:25 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sat, 26 Jan 2013 21:25:45 +0000 (21:25 +0000)
tests/validate.h

index e0c77d5e6cebab410a7b4c47a9db7ff71c897c69..6e63fe6557cf0f0c3dcbbc6272ea1a1980c9c73b 100644 (file)
@@ -306,6 +306,8 @@ static const struct ReferenceFormats
     { "PNG8", UndefinedCompression, 0.0 },
     { "PNG24", UndefinedCompression, 0.0 },
     { "PNG32", UndefinedCompression, 0.0 },
+    { "PNG48", UndefinedCompression, 0.0 },
+    { "PNG64", UndefinedCompression, 0.0 },
     { "PNM", UndefinedCompression, 0.0 },
     { "PPM", UndefinedCompression, 0.0 },
     { "PREVIEW", UndefinedCompression, 0.0 },