Marcus Meissner 2013-01-11 07:19:16 +00:00 committed by Git OBS Bridge
parent 5e3aea1e67
commit 0ebe0b6f5c
2 changed files with 11 additions and 0 deletions

View File

@ -405,6 +405,8 @@ HTML documentation for ImageMagick library and scene examples.

View File

@ -2,6 +2,15 @@ Index: ImageMagick-6.7.8-8/PerlMagick/t/read.t
===================================================================
--- ImageMagick-6.7.8-8.orig/PerlMagick/t/read.t
+++ ImageMagick-6.7.8-8/PerlMagick/t/read.t
@@ -15,7 +15,7 @@
#
# Test reading formats supported directly by ImageMagick.
#
-BEGIN { $| = 1; $test=1; print "1..47\n"; }
+BEGIN { $| = 1; $test=1; print "1..46\n"; }
END {print "not ok $test\n" unless $loaded;}
use Image::Magick;
$loaded=1;
@@ -76,9 +76,10 @@ print("MAT (MatLab gray 64-bit LSB doubl
++$test;
testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.2, 1.02);