From b49fd613d1a38dc9a5118db7cbd859b5576ce82d Mon Sep 17 00:00:00 2001 From: glennrp Date: Sat, 26 Jan 2013 21:25:45 +0000 Subject: [PATCH] Added PNG48 and PNG64 to the test suite in tests/validate.h --- tests/validate.h | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- 2.50.1