Page 1 of 1

Problem with images

Posted: Tue 2. Mar 2004, 20:39
by Ulik
Hi. I'm having a problem with uploading images to the server via phpwcms file-transfer engine. Every time I upload the image it's converted to some weird format (file extension remains the same though), it doesn't have all the original colors and is slightly distorted. It look like image manipulation part of phpwcms tries to reduce the size of the image by reducing the number of colors. So every picture I upload looks like 16-color image to me. I tried both GD2 and ImageMagick settings checked but got no luck so far. Is there a a way to upload an image and leave it in its' original shape? Where are settings responsible for image manipulation?

Thanks a lot!
Ulik.

Posted: Tue 2. Mar 2004, 21:57
by ionrock
When you upload a file you are given the option to make a thumbnail so that is where you should be able to select no thumbnail and it will be normal.

Posted: Tue 2. Mar 2004, 22:06
by Ulik
Whoa, so simple :)
Thanks a lot!