![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Re: perl script to convert .ppm image to .jpeg imageby Arbogast (Monk) |
on Dec 03, 2003 at 14:54 UTC ( #311909=note: print w/replies, xml ) | Need Help?? |
If ImageMagick is installed on Linux or Windows, try this... my $command = 'convert name.ppm name.jpg'; system($command);
In Section
Seekers of Perl Wisdom
|
|