Hi,
A while ago I had a problem that some code of mine was producing very poor quality thumbnails. I was using the functions ImageCreate. I found out that the server where the site is hosted had GD2 on it, so started using the functions ImageCreateTrueColor and ImageCopyResized, which made the thumbnail quality great.
BUT, the site (outside my control) has now been moved to another server, and the quality problem has come back. I've checked, and the code still uses ImageCreateTrueColor .
The new server is running PHP (4.3.10) in CGI mode, rather than as a module. I wondered if this might affect how the Image functions work?
Thanks for any suggestions!