Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: perl script to convert .ppm image to .jpeg image

by Arbogast (Monk)
on Dec 03, 2003 at 14:54 UTC ( [id://311909]=note: print w/replies, xml ) Need Help??


in reply to Re: perl script to convert .ppm image to .jpeg image
in thread perl script to convert .ppm image to .jpeg image

If ImageMagick is installed on Linux or Windows, try this...

my $command = 'convert name.ppm name.jpg';
system($command);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found