#!/usr/bin/perl | |
# | |
# Test read image method on JBIG image | |
# | |
# Contributed by Bob Friesenhahn <[email protected]> | |
# | |
BEGIN { $| = 1; $test=1; print "1..1\n"; } | |
END {print "not ok $test\n" unless $loaded;} | |
use Image::Magick; | |
$loaded=1; | |
require 't/subroutines.pl'; | |
chdir 't/jbig' || die 'Cd failed'; | |
testRead( 'input.jbig', | |
'214ce53ffd74a5c46a354e53d4512294f6b68c8dc843db61d5de71f53c7ace0c'); |