Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Image::Magick and JPEG Compression

by beernuts (Pilgrim)
on Jun 07, 2002 at 21:38 UTC ( [id://172680]=note: print w/replies, xml ) Need Help??


in reply to Image::Magick and JPEG Compression

What do you get for an error? Try:
my $x = $image->Write(filename=>$file,compression=>'JPEG',quality=>'10 +'); warn "$x" if "$x"; $x =~ /(\d+)/; print "ERROR: [$1]\n";

You can get the error codes (as well as the above error example) here:

http://www.imagemagick.org/www/perl.html

This might be useful too, as you're using Win2K:

http://www.dylanbeattie.net/magick/

-beernuts

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://172680]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found