Q. I'm using the GD functions to create thumbnail images. Why am I getting
such crummy results?
A. imagecopyresize d() does not do a very good job scaling down images. Use
imagecopyresamp led() instead. If you are already using imagecopyresamp led(),
the problem might be that the destination image has limited color range.
Create it with imagecreatetrue color() instead of imagecreate().
such crummy results?
A. imagecopyresize d() does not do a very good job scaling down images. Use
imagecopyresamp led() instead. If you are already using imagecopyresamp led(),
the problem might be that the destination image has limited color range.
Create it with imagecreatetrue color() instead of imagecreate().