Jump to content

bulk resize pictures before upload


rem

Recommended Posts

You can do that using the imagecopyresized() function - requires PHP to be complied with GD

[url=http://nz2.php.net/manual/en/function.imagecopyresized.php]http://nz2.php.net/manual/en/function.imagecopyresized.php[/url]

You could apply the above function to images that have been uploaded to the server.....
Looking at the text in the original post it's rather hard to decipher what rem is trying to do.

[quote]
For example if a user wants to upload on the server 10 imgs, 1M each, my script should resize them to 100 x 100 before!...
[/quote]

The message I get from this is rem would like the images resized when they are uploaded. I realise the subject and content of this thread contradict each other......

:)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.