]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Mon, 23 Apr 2012 00:35:42 +0000 (00:35 +0000)
committeranthony <anthony@git.imagemagick.org>
Mon, 23 Apr 2012 00:35:42 +0000 (00:35 +0000)
tests/validate-colorspace.sh
tests/validate-pipe.sh

index cb6b51967ac8d7737ee945f9904fbf986d094ff0..fc0d320ef21d2ed7922db1b93f40c8c71053ac92 100755 (executable)
@@ -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
index 4eb1182c9c0c2131a87ad9b0d9b333f9b7cc55b4..4aa2311128fbd63d6bb3e78ef53a296f42ea48ab 100755 (executable)
@@ -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