* Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 in #7895 * Enable any dither method such as Floyd-Steinberg for Magick::Image::map() in #7937 * Magick++ Documentation Verification in #7906 * fix type casting in statistic.c in #7982 - removed patched (upstreamed) - ImageMagick-0-1-are-special-cases-for-pow.patch - ImageMagick-check-for-pow-zero.patch - ImageMagick-gamma-should-call-GammaImage.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=752
26 lines
995 B
Diff
26 lines
995 B
Diff
|
|
Index: ImageMagick-7.1.1-18/PerlMagick/t/read.t
|
|
===================================================================
|
|
--- ImageMagick-7.1.1-18.orig/PerlMagick/t/read.t
|
|
+++ ImageMagick-7.1.1-18/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;
|
|
@@ -72,10 +72,6 @@ print("MAT (MatLab gray 8-bit MSB intege
|
|
++$test;
|
|
testReadCompare('input_gray_msb_08bit.mat', 'reference/read/input_gray_msb_08bit_mat.miff', q//, 0.22, 1.022);
|
|
|
|
-print("MAT (MatLab gray 64-bit LSB double) ...\n");
|
|
-++$test;
|
|
-testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.22, 1.022);
|
|
-
|
|
print("MAT (MatLab RGB 8-bit LSB integer) ...\n");
|
|
++$test;
|
|
testReadCompare('input_rgb_lsb_08bit.mat', 'reference/read/input_rgb_lsb_08bit_mat.miff', q//, 0.0, 0.0);
|