Forum Moderators: not2easy
I need a system which will optimize an image, and also create a thumbnail whenever someone posts a picture to our website.
Does anyone know of a system or could point me in the right direction? We have a programmer but need to find the proper system to incorporate, if possible...
[edited by: theadvocate at 11:29 pm (utc) on April 15, 2003]
You can also place size restrictions placed on the images they upload, both in byte size and image pixel dimensions if you can obtain those values during the upload process using a script. Images not meeting the necessary criteria are rejected and an error message is displayed to the person attempting to upload such images. This is something your programmer can help you with.
[imagemagick.org...]
It may or may not be something your programmer can use to manipulate the photos your users post.
Good luck.
Here is a Image upload and Thumbnail Generator [webmasterworld.com] script I posted a while back.
Birdman