I have been using the tools from ImageMagick (convert) to create thumb nails
of pictures upload to our site. Once you have the uploaded file just:
if (exec('convert -w 100x100 ... src_file dest_file')) { error }
I hope this helps.
Dale Frohman wrote:
> Does anyone know of a way to resize images as they are being uploaded?
> Would you write these images to a mysql database or straight to a file on
> the server? The pictures will be small < 100k
>
> Thanks
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]