I'm trying my best to find a good way to scale images and keep the quality.
Currently, I'm using the imagejpeg() function, and it just plain sucks. Even if I set the quality at 100 instead of the default 75%, it still looks really crappy. Has anyone here got a good method of scaling images in GD2 while keeping high quality results?
I'm using (php4.3, apache, linux)