[FAQ] Why am I getting crummy looking thumbnails?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chung Leong

    #1

    [FAQ] Why am I getting crummy looking thumbnails?

    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().


Working...