#!/usr/bin/perl # # Test write image method on JBIG image # # Contributed by Bob Friesenhahn # BEGIN { $| = 1; $test=1; print "1..1\n"; } END {print "not \n" unless $loaded;} use Image::Magick; $loaded=1; require 't/subroutines.pl'; chdir 't/jbig' || die 'Cd failed'; testReadWrite( 'input.jbig', 'output.jbig', '', '214ce53ffd74a5c46a354e53d4512294f6b68c8dc843db61d5de71f53c7ace0c' ); $test=0; # Keep perl from complaining