Re: [PHP] [GD] quality of image after resize

2002-03-11 Thread Hiroshi Ayukawa
I had the same situation before. At that time, I used Imagemagick and run it as another process. GD is actually poor quality in resizing images, but Imagemagick is not poor. Hiroshi Ayukawa http://hoover.ktplan.ne.jp/kaihatsu/php_en/index.php?type=top -- PHP General Mailing List (http://www.p

[PHP] [GD] quality of image after resize

2002-03-11 Thread M.S. Damen
Hello, At the moment I have a script in which foto's are uploaded, checked if the size fits the required dimensions and then it is stored on the server. Also a thumbnail is generated, but the quality of the thumbnail is very poor, even if I set the jpeg quality on 100%. I use gd 1.8.2, and below