]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 25 Apr 2013 19:52:47 +0000 (19:52 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 25 Apr 2013 19:52:47 +0000 (19:52 +0000)
PerlMagick/t/png/write-16.t
PerlMagick/t/png/write.t

index 3e6e92dc3db96cd7e2316340b7248137a3974ae7..7566c185622a5bad902334aaecdefe4628c7c1ce 100644 (file)
@@ -37,7 +37,7 @@ testReadWrite( 'input_truecolor.png',
 ++$test;
 testReadWrite( 'input_mono.png',
   'output_mono.png', '',
-  '7e704fc1a99118630a92374ba27adf5baf69f30019016be2ed70eac79629e8b4' );
+  '1502b4e5747ed8805fe9103f56f9c4097f60440b3a867fa6b1ae0ba81f12a90d' );
 
 #
 # 4) Test Multiple-image Network Graphics
@@ -56,6 +56,6 @@ testReadWrite( 'input_16.png',
   'output_16.png',
   q/quality=>55/,
   'd4bed86abb1849f69f1a5afb7c5cf8798e8192ba228357f189c277198c14f5a0',
-  '106f0647ae10a6516b1ab2968038161e287ef40d1b22ca047531ed768e594ef1');
+  '07854d2fef297a06ba81685e660c332de36d5d18d546927d30daad6d7fda1541');
 
 
index a46898f9890b2faec4e97c67f02016334b6550e7..f5f5a45340610b7b795a652ebd48662a17f57627 100644 (file)
@@ -19,7 +19,7 @@ chdir 't/png' || die 'Cd failed';
 # 
 print( "1-bit grayscale PNG ...\n" );
 testReadWrite( 'input_bw.png', 'output_bw.png', q/quality=>95/,
-  'fe660b68ebf6e851ed91840b8ff8b083fcf8a58f675c8d699516e01a9946d85a');
+  'b0ed82ae119a2baa1e8bf714fab26415708c47b8f07771fb5506ff101a550dbc');
 
 #
 # 2) Test monochrome image
@@ -28,7 +28,7 @@ testReadWrite( 'input_bw.png', 'output_bw.png', q/quality=>95/,
 print( "8-bit grayscale PNG ...\n" );
 testReadWrite( 'input_mono.png',
   'output_mono.png', '',
-  '7e704fc1a99118630a92374ba27adf5baf69f30019016be2ed70eac79629e8b4');
+  '1502b4e5747ed8805fe9103f56f9c4097f60440b3a867fa6b1ae0ba81f12a90d');
 #
 # 3) Test 16-bit Portable Network Graphics
 # 
@@ -38,7 +38,7 @@ testReadWrite( 'input_16.png',
   'output_16.png',
   q/quality=>55/,
   'd4bed86abb1849f69f1a5afb7c5cf8798e8192ba228357f189c277198c14f5a0',
-  '106f0647ae10a6516b1ab2968038161e287ef40d1b22ca047531ed768e594ef1' );
+  '07854d2fef297a06ba81685e660c332de36d5d18d546927d30daad6d7fda1541' );
 #
 # 4) Test pseudocolor image
 #