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

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

by Arbogast (Monk)
on Dec 03, 2003 at 14:54 UTC ( #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);
  • Comment on Re: Re: perl script to convert .ppm image to .jpeg image

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? | Other CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2023-06-01 09:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?