Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Image processing (Image-Magick vs NetPBM vs GD)

Quote Reply
Image processing (Image-Magick vs NetPBM vs GD) In reply to
Well, I'm just going to do:
- one-time image processing
- only thumbnail generation, maybe addition of some kind of text like watermark

Well, I like Image-Magick, because it has easy-to-install binary release for Windows, while netpbm requires using Mingw32 and GNU Bash. So cross-platform development I do a fine Windows release is necessary.

http://archive.develooper.com/macosx@perl.org/msg03943.html
"The downside to NetPBM is that all of the tools work with only the
PBM or PPM formats, so you need to get your images into this format
first. But there's usually a NetPBM tool to convert your image into
PBM, as well as to convert it from PBM to your desired final format
after you've manipulated it."

Also is there a Perl API for netpbm? I did not see any... And using system() or backticks (`command`) is not a good idea.
Image Magick has several ones like Image::Magick, PerlMagick, Apache::ImageMagick.

Finally how about GD package?

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread Document Exchange (upload/download) function webmaster33 1768 Apr 20, 2003, 4:47 AM
Thread Re: [webmaster33] Document Exchange (upload/download) function
pugdog 1675 Apr 21, 2003, 9:51 PM
Post Image processing (Image-Magick vs NetPBM vs GD)
webmaster33 1682 Apr 22, 2003, 4:35 AM