Your choices are basically GD or Image-Magick I've had good experiences with both. Image::Magick is more full featured but slower so if you're doing anything on the fly you should use GD, but if its just a one pass sort of thing (and I think that is what you're doing) then Image::Magick is better suited. There are at least a couple online tutorials for both but I learned how to use them from O'Reilly's "Programming Web Graphics with Perl & GNU Software". That book is starting to get dated since there have been some significant changes in the GD module regarding GIF support but its still a great reference.
- Johnathan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]