iDEV Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

IDEVSPOT COMMUNITY FORUMS. -----( ( ( NOT FOR OFFICIAL TECH SUPPORT ) ) )-----

Author Topic: Image create and compression  (Read 1323 times)

0 Members and 1 Guest are viewing this topic.

b3d

  • Newbie
  • *
  • Posts: 10
    • View Profile
Image create and compression
« 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
Logged