2014-02-13 16:15:15 +00:00
|
|
|
Index: PerlMagick/t/read.t
|
2013-10-02 12:42:32 +00:00
|
|
|
===================================================================
|
2014-02-13 16:15:15 +00:00
|
|
|
--- PerlMagick/t/read.t.orig 2013-11-18 14:03:16.000000000 +0100
|
|
|
|
+++ PerlMagick/t/read.t 2014-02-13 15:03:03.017996724 +0100
|
|
|
|
@@ -74,7 +74,7 @@
|
2013-10-02 12:42:32 +00:00
|
|
|
|
2014-02-13 16:15:15 +00:00
|
|
|
print("MAT (MatLab gray 64-bit LSB double) ...\n");
|
|
|
|
++$test;
|
2013-10-02 12:42:32 +00:00
|
|
|
-testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.2, 1.02);
|
2014-02-13 16:15:15 +00:00
|
|
|
+testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.22, 1.02);
|
|
|
|
|
2013-10-02 12:42:32 +00:00
|
|
|
print("MAT (MatLab RGB 8-bit LSB integer) ...\n");
|
|
|
|
++$test;
|