summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2015-11-01 20:14:11 -0500
committerCristy <urban-warrior@imagemagick.org>2015-11-01 20:14:11 -0500
commitcc3dc5cad92e3ba92d96d590691f0f1b3c1de7fd (patch)
tree920059d04b5087db05eba0fd49e97bd14483b54f /tests
parent6d3c779df04e8a3d48de2394e19d03e128e67581 (diff)
downloadImageMagick-cc3dc5cad92e3ba92d96d590691f0f1b3c1de7fd.tar.gz
Update autoconf macro
Diffstat (limited to 'tests')
-rw-r--r--tests/validate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/validate.h b/tests/validate.h
index 4e7d90560..f73eb1393 100644
--- a/tests/validate.h
+++ b/tests/validate.h
@@ -160,7 +160,10 @@ static const char
"-density 75x75 -resample 50x50",
"-resize 10%",
"-resize 50%",
+ "-resize 50x150%",
+ "-resize 100%",
"-resize 150%",
+ "-resize 150x75%",
"-roll +20+10",
"-rotate 0",
"-rotate 45",
@@ -169,10 +172,16 @@ static const char
"-rotate 270",
"-sample 5%",
"-sample 50%",
+ "-sample 50x150%",
+ "-sample 100%",
"-sample 150%",
+ "-sample 150x50%",
"-scale 5%",
"-scale 50%",
+ "-scale 50x150%",
+ "-scale 100%",
"-scale 150%",
+ "-scale 150x50%",
"-segment 1x1.5",
"-shade 30x30",
"-sharpen 0x1.0",