Hello. I created a script that successfully resizes and resamples an image, but it leaves noticable distortion which I think could be eliminated by blurring the image a bit. How can this be done with PHP? Can it be done?
jatar_k
3:01 pm on May 1, 2005 (gmt 0)
I don't know of anything using GD to just blur an image but take a look through the PHP image functions [php.net] and see if I missed anything.