From: cristy Date: Fri, 18 May 2012 22:18:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad0a7050c3f2fe3689004f03406a2d0eadf45706;p=imagemagick --- diff --git a/PerlMagick/t/composite.t b/PerlMagick/t/composite.t index 04aa94532..bd4676059 100644 --- a/PerlMagick/t/composite.t +++ b/PerlMagick/t/composite.t @@ -146,7 +146,7 @@ testCompositeCompare('gradient:white-black',q/size=>"100x80"/, ++$test; testCompositeCompare('gradient:white-black',q/size=>"100x80"/, 'input.miff', q//, q/, gravity=>'Center', compose=>'Plus'/, - 'reference/composite/Plus.miff', 0.0, 0.0); + 'reference/composite/Plus.miff', 0.03, 0.7); # # Subtract diff --git a/PerlMagick/t/tiff/write.t b/PerlMagick/t/tiff/write.t index f8408969e..34550b3a0 100644 --- a/PerlMagick/t/tiff/write.t +++ b/PerlMagick/t/tiff/write.t @@ -73,7 +73,7 @@ print("Gray image (1 bit per sample) ...\n"); testReadWrite( 'input_mono.tiff', 'output_mono.tiff', q//, - '57fc672e7e231d3f92793d9b2073132def273f4be3115bcbed1c49a1c3131222' ); + 'c8c4f812d902693d1de6c74a6cffaaef7506bd868df65cae63b06707f2c9f3ac' ); # # 7) Test gray 4 bit image @@ -83,7 +83,7 @@ print("Gray image (4 bits per sample) ...\n"); testReadWrite( 'input_gray_4bit.tiff', 'output_gray_4bit.tiff', q//, - 'a3ae7f6908bb538751f59565dd17f28f83201620ca3ccc8a87a388b3d4c50232' ); + 'be370e06f1aad47490e88b5212002c89520b07af6764690b3cee4cb9f1343df9' ); # # 8) Test gray 8 bit image @@ -93,7 +93,7 @@ print("Gray image (8 bits per sample) ...\n"); testReadWrite( 'input_gray_8bit.tiff', 'output_gray_8bit.tiff', q//, - '63783c30b21fca4cc94bb6c02ae37df722224a466d997db39bb7ddece5e236a8' ); + '9bd950a80339e260c491025f5c58a21ca70c38e2c498914feda6558bfa1ffe35' ); # # 9) Test gray 4 bit image (with matte channel) @@ -103,7 +103,7 @@ print("Gray image (4 bits per sample + matte channel) ...\n"); testReadWrite( 'input_gray_4bit_matte.tiff', 'output_gray_4bit_matte.tiff', q//, - 'e87923c84a9140824abbb3683d603c19e8b1b08b926d78f794c5ea813db53615' ); + 'b3bb4c5f125ef81e68c038fe6ff3b1cd932e759bf2555a4d4746074859d90ee3' ); # # 10) Test gray 8 bit image (with matte channel) @@ -113,4 +113,4 @@ print("Gray image (8 bits per sample + matte channel) ...\n"); testReadWrite( 'input_gray_8bit_matte.tiff', 'output_gray_8bit_matte.tiff', q//, - 'e87923c84a9140824abbb3683d603c19e8b1b08b926d78f794c5ea813db53615' ); + 'c34ac18bc2c04aa5d2577c579a620a1223e2249018ed6303cf08282f578d59c9' );