Page 1 of 1

image downsampling

Posted: Mon Aug 27, 2007 11:22 am
by yshaf13
hi, i have to write a app that would upload a folder of images, but since this would probably take a long time, i would like to downsample each image to a much lower resolution. Does anyone know of any php functions that would to that?

Posted: Mon Aug 27, 2007 11:39 am
by miro_igov
PHP is server side language, you should first upload the images then process.