I've read around
that using imageMagick, I can make a high res image similar to Flickr. Even when using the highest quality and imagecreatetruecolor, JPGs are slightly blurry. This is most noticeable when the image contains text. The solution using imageMagick is using some -resize-recursive function. I'm pretty sure imageMagick just uses the PHP GD libary, so how does it use the GD to correctly display an image?