Imager doesnt seem to work on my Win32 build.  is that the case, or is there a
fix or maybe something else i should use?

i, too, need to resize a boatload of images, but cant seem to get any image
manipulation tools to work right on my win32 perl build.  Gimp-Perl has been a
nightmare for me trying to get it built on windows.




--- "JupiterHost.Net" wrote:
> > ImageMagick is good, but it's huge, and a little overcomplicated.
> > 
> > Imager is smaller and simpler.
> > 
> >     <http://imager.perl.org/>
> >     <http://search.cpan.org/~addi/Imager-0.43/Imager.pm> 
> >     <http://www.develop-help.com/imager/>
> > 
> > If you're just starting out with image manipulation in Perl, you might 
> > find Imager less frustrating at first.
> 
> Also GD is on most systems already:
> 
>   http://search.cpan.org/~dmuey/GD-Image-Thumbnail-0.01/Thumbnail.pm
> 
> my $thm = $img->thumb(96);
> 
> pretty slick :)
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 

--Rob

Programmers have been likened to modern day Sorcerers.  Well, I'm the Mickey 
Mouse apprentice who spawned an infinite number of zombie broom processes, and 
got in big trouble when the Sorcerer came back.


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to