Web Hosting Talk







View Full Version : Image resize and upload


Snitz
08-10-2007, 02:29 PM
Hello,

I'm looking for a simple php script that uses a mysql database to resize and upload images using GD.

Please help!

ctftw
08-10-2007, 02:44 PM
Have you checked out phpclasses.org ?

There are a great deal of image modification classes there for php. Probably will have what your looking for or something close you can modify from.

BurakUeda
08-10-2007, 02:49 PM
AFAIK there is no way to resize image and upload.
You have to download it first, and then resize ;)

You might want to check GD (http://jp2.php.net/gd) and imagemagick (http://www.imagemagick.com/www/convert.html)

Snitz
08-10-2007, 03:31 PM
Has any of you used Dreamweaver Developers Toolbox?