I am using imagejpeg() function to create an image on my website. I am putting text on top of a map, which the map file is uploaded onto the server. The quality of it is great.. but when I am viewing the image through PHP.. the image quality is less and is somewhat blurry. I am trying to figure out if there is a way to not lose quality when using imagejpeg()
Thanks!
BTW this is what the code looks liek for that part.
ImageJpeg($im);
ImageDestroy($im);