| 
 Posted by Rik on 12/07/06 00:01 
scheper at xs4all dot nl" <"scheper at xs4all dot nl wrote: 
> Hi there 
> 
> I am new to PHP and building a tool for uploadig images. ALl works 
> fine except: the rescaled images are very soft. I like to know how to 
> sharpen these (.jpg) images a bit. This is running: 
> 
> PHP Version 4.4.0 
> 
> and the GD-module 
 
 
I'm not very well educated in image-handling, but a few pointers: 
- imagecopyresampled() is way better then imagecopyresized(). 
- always use truecolor images. 
 
And ImageMagick is better then GD according to many people who should know. 
--  
Rik Wasmus
 
[Back to original message] 
 |