- Modifications to compile ImageMagick
This commit is contained in:
parent
615ec83706
commit
83522c16c3
3442 changed files with 57 additions and 412926 deletions
30
ImageMagick/PerlMagick/t/ps/write.t
Normal file
30
ImageMagick/PerlMagick/t/ps/write.t
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# Test writing Postscript images
|
||||
#
|
||||
# Contributed by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||
#
|
||||
BEGIN { $| = 1; $test=1; print "1..2\n"; }
|
||||
END {print "not ok $test\n" unless $loaded;}
|
||||
|
||||
use Image::Magick;
|
||||
$loaded=1;
|
||||
|
||||
require 't/subroutines.pl';
|
||||
|
||||
chdir 't/ps' || die 'Cd failed';
|
||||
|
||||
#
|
||||
# 1) Test Postscript
|
||||
#
|
||||
testReadWriteNoVerify( 'input.miff',
|
||||
'output.ps',
|
||||
q// );
|
||||
#
|
||||
# 2) Test Encapsulated Postscript
|
||||
#
|
||||
++$test;
|
||||
testReadWriteNoVerify( 'input.miff',
|
||||
'output.eps',
|
||||
q// );
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue