blob: a317eac5d6e14a7b0053b3a8857f3fe913148c04 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#!/usr/bin/perl
2#
3# Test write image method on JBIG image
4#
5# Contributed by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
6#
7BEGIN { $| = 1; $test=1; print "1..1\n"; }
8END {print "not \n" unless $loaded;}
9
10use Image::Magick;
11$loaded=1;
12
13require 't/subroutines.pl';
14
15chdir 't/jbig' || die 'Cd failed';
16
17testReadWrite( 'input.jbig',
18 'output.jbig',
19 '',
20 'f7047e83432fbef872f3034a19efb95aa3b241d0be228ae0ccdc7814a9e27811' );
21
22$test=0; # Keep perl from complaining