« on: January 29, 2010, 07:55:55 AM »
I noticed that when gd.php resizes jpegs they look pretty bad. If you change imagecopyresized to imagecopyresampled they lok much better.
I am working on a shared server and cannot make changes to memory allocation so sometimes photos are too large to upload and I get an error from server. Does anyone know how to make this error just give an error message that I create.... In other words instead of the server error I would like it to say something like.. "I'm sorry but your image was too large... please reduce it and try again."
Thanks