From d657b80cd965baa8d96a532bff17cf9c674eaa8a Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 23 Apr 2012 00:35:42 +0000 Subject: [PATCH] --- tests/validate-colorspace.sh | 3 ++- tests/validate-pipe.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/validate-colorspace.sh b/tests/validate-colorspace.sh index cb6b51967..fc0d320ef 100755 --- a/tests/validate-colorspace.sh +++ b/tests/validate-colorspace.sh @@ -102,7 +102,8 @@ test_color CMYK sRGB test_color HSL sRGB test_color HSB sRGB test_color HWB sRGB -test_color Lab sRGB +test_color LAB sRGB +test_color Log sRGB test_color YIQ sRGB test_color YUV sRGB test_color YCbCr sRGB diff --git a/tests/validate-pipe.sh b/tests/validate-pipe.sh index 4eb1182c9..4aa231112 100755 --- a/tests/validate-pipe.sh +++ b/tests/validate-pipe.sh @@ -30,7 +30,8 @@ ${MAGICK} ${REFERENCE_IMAGE} -write miff:- null: | ${IDENTIFY} - ${MAGICK} ${REFERENCE_IMAGE} -write - null: | ${IDENTIFY} - # IMv7 "magick" testing - +# -read option +${MAGICK} -read ${REFERENCE_IMAGE} info: # -exit can be used insted of implicit write ${MAGICK} ${REFERENCE_IMAGE} -write info: -exit # null: does not require an image during write -- 2.50.1