comparison scripts/image/imread.m @ 9904:f0f19b51b5d0

Only run imread test cases if GraphicMagick library exists
author Rik <rdrider0-list@yahoo.com>
date Wed, 02 Dec 2009 20:34:01 -0800
parents 8a082b66c1e0
children 2c01d24459fb
comparison
equal deleted inserted replaced
9903:3211ec426324 9904:f0f19b51b5d0
87 87
88 end_try_catch 88 end_try_catch
89 89
90 endfunction 90 endfunction
91 91
92 %!test 92 %!testif HAVE_MAGICK
93 %! vpng = [ ... 93 %! vpng = [ ...
94 %! 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, ... 94 %! 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, ...
95 %! 0, 13, 73, 72, 68, 82, 0, 0, 0, 3, ... 95 %! 0, 13, 73, 72, 68, 82, 0, 0, 0, 3, ...
96 %! 0, 0, 0, 3, 8, 2, 0, 0, 0, 217, ... 96 %! 0, 0, 0, 3, 8, 2, 0, 0, 0, 217, ...
97 %! 74, 34, 232, 0, 0, 0, 1, 115, 82, 71, ... 97 %! 74, 34, 232, 0, 0, 0, 1, 115, 82, 71, ...