image downsampling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yshaf13
Forum Commoner
Posts: 72
Joined: Mon Apr 03, 2006 7:59 pm

image downsampling

Post 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?
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post by miro_igov »

PHP is server side language, you should first upload the images then process.
Post Reply