Hi, I am having a major problem with creating and displaying images on my server! The problem is that when the following code displays the out put of the file, the quality is crap! You may ask why png, well my server's gd lib does not support gif or jpg..
$im = imagecreatefrompng ("/test.png");
ImagePng($im);
The file test.png is good quality and I have view it without the script but when viewing it with this script the quality loss occurs.
I am totally stumped as to what the problem is. I have asked many ppl but no one can help me!
Is there a way to adjust the output quality?
Could it be that the gd lib is the problem?
Or maybe a bug?
to have alook at the sites specs visit:
http://www.gamers-connection.com/phpinfo.php
php version 4.0.0
GD Version 1.6.2 or higher
If anyone has prevous experience please help!
To check out my site please visit http://www.gamers-connection.com/ Its all done with php + mysql. What do you reakon?