[PHP] Image Processing in PHP

2001-04-24 Thread Michael O'Neal
Hi, I want a client to be able to upload a file to the web server via PHP. Then, I want that image to be processed, scaled, and made into thumbnails and full-size images. Is this possible with the image processing capabilities of PHP, or should I use something like Image Magick to do

RE: [PHP] Image Processing in PHP

2001-04-24 Thread Joseph Bannon
I want a client to be able to upload a file to the web server via PHP. Then, I want that image to be processed, scaled, and made into thumbnails and full-size images. Is this possible with the image processing capabilities of PHP, or should I use something like Image Magick to do

RE: [PHP] Image Processing in PHP

2001-04-24 Thread Joseph Bannon
Resizing (and resampling) an image: http://www.php.net/manual/en/function.imagecopyresized.php http://www.php.net/manual/en/function.imagecopyresampled.php Is there anything extra in need to install? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: