Gajus
Gajus

Reputation: 73808

I get poor image quality when generating images with GD

I get poor image quality when trying to generate image using PHP GD. Here is the code http://paste2.org/p/1220178 I use it to convert a bunch of files into a merged/thumb images file.

Upvotes: 0

Views: 330

Answers (1)

Pekka
Pekka

Reputation: 449395

Use imagecopyresampled() instead of imagecopyresized().

Upvotes: 3

Related Questions