]> granicus.if.org Git - imagemagick/commitdiff
Added JNG/JDAA (compression JPEGCompression) to list of tests in validate.h
authorglennrp <glennrp@git.imagemagick.org>
Wed, 12 Dec 2012 13:55:56 +0000 (13:55 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Wed, 12 Dec 2012 13:55:56 +0000 (13:55 +0000)
tests/validate.h

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