Is there anyway i can reduce the quality of my images automatically in php. I need to reduce the quality to 80% or so, to reduce the file size.
I need to introduce the script when the image is uploaded to the site. Since i can't guarantee whether the client has uploaded an optimized image i could check to see if the file is in a range of sizes and if outside, optimize the image. I can't see a function in PHP that will optimize and reduce quality.
If anyone has any ideas and/or solutions, i would be greatful to hear from you,
Thanks,
I need to introduce the script when the image is uploaded to the site. Since i can't guarantee whether the client has uploaded an optimized image i could check to see if the file is in a range of sizes and if outside, optimize the image. I can't see a function in PHP that will optimize and reduce quality.
If anyone has any ideas and/or solutions, i would be greatful to hear from you,
Thanks,