Lines Matching refs:infile
170 my( $infile, $ref_8, $ref_16, $ref_32 ) = @_;
206 print( " testing reading from file \"", $infile, "\" ...\n");
209 $status=$image->ReadImage("$infile");
211 print "ReadImage $infile: $status\n";
215 print "ReadImage $infile: $status\n";
223 print "Image: $infile, signatures do not match.\n";
237 if (!($infile =~ /\.bz2$/) && !($infile =~ /\.gz$/) && !($infile =~ /\.Z$/))
241 if( open( FILE, "< $infile"))
252 print "BlobToImage $infile: $status\n";
256 print "ReadImage $infile: $status\n";
261 print "Image: $infile, signatures do not match.\n";
410 my( $infile, $size, $ref_8, $ref_16, $ref_32 ) = @_;
448 $status=$image->ReadImage("$infile");
450 print "ReadImage $infile: $status";
456 print "Image: $infile, signatures do not match.\n";
484 my( $infile, $outfile, $writeoptions, $ref_8, $ref_16, $ref_32 ) = @_;
511 $status=$image->ReadImage("$infile");
514 print "ReadImage $infile: $status\n";
543 print "Image: $infile, signatures do not match.\n";
714 my( $infile, $outfile, $writeoptions) = @_;
719 $status=$image->ReadImage("$infile");
722 print "ReadImage $infile: not ok $test\n";
774 my( $infile, $outfile, $size, $readdepth, $writeoptions, $ref_8, $ref_16,
815 $status=$image->ReadImage("$infile");
817 print "ReadImage $infile: $status\n";
856 print "Image: $infile, signatures do not match.\n";