Gossamer Forum
Home : General : Perl Programming :

Resize Images Dynamically

Quote Reply
Resize Images Dynamically
I was wonder how I would go about generating a resized image from both local and other sites. For example, call the script like this: www.test.com/gif.cgi?image=http://www.test.com/test.gif&height=1&width=1

and it will print out an image with a height and width of 1. Any ideas how to do this?