Search found 1 match

by Neilos
2011-07-23T11:20:14-07:00
Forum: PerlMagick
Topic: Manipulating POST files
Replies: 1
Views: 11017

Manipulating POST files

How can I manipulate images submitted through a form using POST? Basically I want to make sure that images are no bigger than a certain size (width and height) and if they are bigger than scale them down. My first attempt was to try to get the POST image to display simply as it is recieved. I tried;...