![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Image::Magick and JPEG Compressionby OzzyOsbourne (Chaplain) |
on Jun 07, 2002 at 19:07 UTC ( #172617=perlquestion: print w/replies, xml ) | Need Help?? |
OzzyOsbourne has asked for the wisdom of the Perl Monks concerning the following question: I loaded the Image::Magick module, and wanted to create a compressed JPEG. I thought this would be easy, but I'm missing something. I can write JPEGs, just not compressed ones. $image->Write(filename=>$file,compression=>'JPEG',quality=>'10')I checked the docs, and I checked google, but I can't seem to find a straight answer on what may be going wrong. Is there a module that I'm missing to get this to work on a win2k box? Thanks in advance.
Back to
Seekers of Perl Wisdom
|
|