From: glennrp Date: Wed, 12 Dec 2012 13:55:56 +0000 (+0000) Subject: Added JNG/JDAA (compression JPEGCompression) to list of tests in validate.h X-Git-Tag: 7.0.1-0~4616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5afcbb1b066f873d689cb05aad4f049eea42761e;p=imagemagick Added JNG/JDAA (compression JPEGCompression) to list of tests in validate.h --- diff --git a/tests/validate.h b/tests/validate.h index a45ed603e..c7f3910ff 100644 --- a/tests/validate.h +++ b/tests/validate.h @@ -270,6 +270,7 @@ static const struct ReferenceFormats { "INLINE", UndefinedCompression, 0.0 }, { "JBG", UndefinedCompression, 0.0 }, { "JNG", UndefinedCompression, 0.003 }, + { "JNG", JPEGCompression, 0.003 }, { "JP2", UndefinedCompression, 0.003 }, { "JPC", UndefinedCompression, 0.003 }, { "JPEG", UndefinedCompression, 0.003 },