Page 1 of 1

image upload distoration problems

Posted: Wed Mar 07, 2007 10:31 am
by onead
Hi

I have developed a cms for a car dealership which allows the dealer to upload images into it.

I am having problems in that whn the images are uploaded and resized they are distorting quiet badly.

The original images are taken with a good quality didgital camera at 1280 x 960 pixels and whenever they are displayed on the site as a smaller image the proportions are kept the same ie 235 x 176 and 300 x 225.

i have not set anything to alter the quality and was wonderign if this might help with the distortion if i reduced this.

you can see the images in teh cms here

http://www.theoneagencydevelopment.co.u ... .php?id=18

any ideas on how to solve this problem would be very much appreciated

many thanks
onead is online now Add to onead's Reputation Report Post Edit/Delete Message

Posted: Wed Mar 07, 2007 10:41 am
by nickvd
The img tag is pointing to the full sized images, not the resized ones...

Posted: Wed Mar 07, 2007 10:43 am
by onead
thanks for the reply.

do you have any suggestions on solving the problem - how do i not reference the full size image?

thanks

Posted: Wed Mar 07, 2007 10:57 am
by nickvd
?

By referencing the resized one.

When the user uploads their images, does your php script resize the image?