summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2015-08-30 16:40:35 -0400
committerCristy <urban-warrior@imagemagick.org>2015-08-30 16:40:35 -0400
commit087a059e56eec2efedefdceb6b52a093e4589dde (patch)
tree64fbd99052972e1ce0bed860f332acd98664c8b1 /tests
parent170b77a1a9a6542f52e5531b8f9ae5a8a85eeb36 (diff)
downloadImageMagick-087a059e56eec2efedefdceb6b52a093e4589dde.tar.gz
The -composite option with mask is a 3 step operation, only use offset once
Diffstat (limited to 'tests')
-rw-r--r--tests/validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/validate.h b/tests/validate.h
index 707fe53ce..4e7d90560 100644
--- a/tests/validate.h
+++ b/tests/validate.h
@@ -239,6 +239,8 @@ static const struct ReferenceFormats
{ "ART", UndefinedCompression, 0.0 },
{ "AVS", UndefinedCompression, 0.0 },
{ "BMP", UndefinedCompression, 0.0 },
+ { "BMP2", UndefinedCompression, 0.0 },
+ { "BMP3", UndefinedCompression, 0.0 },
{ "CIN", UndefinedCompression, 0.0 },
{ "CMYK", UndefinedCompression, 0.0 },
{ "CMYKA", UndefinedCompression, 0.0 },