From: glennrp Date: Sat, 26 Jan 2013 21:25:45 +0000 (+0000) Subject: Added PNG48 and PNG64 to the test suite in tests/validate.h X-Git-Tag: 7.0.1-0~4341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49fd613d1a38dc9a5118db7cbd859b5576ce82d;p=imagemagick Added PNG48 and PNG64 to the test suite in tests/validate.h --- diff --git a/tests/validate.h b/tests/validate.h index e0c77d5e6..6e63fe655 100644 --- a/tests/validate.h +++ b/tests/validate.h @@ -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 },