Read

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Read

Post by magick »

Try this code:

Code: Select all

my $src = Image::Magick->new;
$x = $src->Read('a.png');
warn "$x" if "$x";
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Read

Post by magick »

Run the script from the command line first to ensure your PerlMagick environment is set up properly. As a web service, post the HTTP headers before you call the scripts to ensure any error messages can be displayed.
Post Reply