in reply to Re: Making jpg thumbnails
in thread Making jpg thumbnails

When the constructor new doesn't work, you might want to try something like
my $image = newFromJpeg GD::Image( $filename );
(I know I had problems when trying to use new, but probably I was just too dumb.)

daniel.