Re: [PHP] Image handling advice needed

2006-01-19 Thread tedd
Hello, I need to build an image 'library'. The library will consist mostly of images taken with digital cameras. Since unedited digicam pics will most likely be too big for web usage they need to be edited automatically so that they can be put to a web page. I'am trying to deside between two opt

Re: [PHP] Image handling advice needed

2006-01-18 Thread Richard Lynch
On Wed, January 18, 2006 2:10 am, William Stokes wrote: > I need to build an image 'library'. The library will consist mostly of > images taken with digital cameras. Since unedited digicam pics will > most > likely be too big for web usage they need to be edited automatically > so that > they can b

Re: [PHP] Image handling advice needed

2006-01-18 Thread Jochem Maas
William Stokes wrote: Hello, I need to build an image 'library'. The library will consist mostly of images taken with digital cameras. Since unedited digicam pics will most likely be too big for web usage they need to be edited automatically so that they can be put to a web page. I'am tryin

Re: [PHP] Image handling advice needed

2006-01-18 Thread Miles Thompson
At 04:10 AM 1/18/2006, William Stokes wrote: Hello, I need to build an image 'library'. The library will consist mostly of images taken with digital cameras. Since unedited digicam pics will most likely be too big for web usage they need to be edited automatically so that they can be put to a w

Re: [PHP] Image handling advice needed

2006-01-18 Thread Ahmed Saad
On 1/18/06, William Stokes <[EMAIL PROTECTED]> wrote: > I'am trying to deside between two options. To resize (=scale down) the > images once they are uploaded to server and store the smaller file or upload > and store the original BIG file and scale it to thumbnail once it's viewed. > Any opinnion