Hi,
Can you tell me what's the difference between GD and Image::Magick perl libraries?
Can you do something with one and cannot do with the other? Which is working better? Which is more "advanced"? What do you recommend? (GD, Image::Magick, both)?
GD provides an API for image creation. There are additional modules that perform higher-level creation routines, like GD::Graph.
Image::Magick is more for manipulation of existing images. You can do all kinds of transformations, conversions, etc.
HTH
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>