I want to add a new feature in my present image upload script and that is automatic compression of images just like TinyPng.Basically i want a code snippet that detect 24bit PNG file and convert it to 8bit png file with full support for transparency and that also strip any metadata present
Any php based solution would do ,all i found till now use command line and i don't know how to implement these in php.
I need a solution in php please
Thanks for the guidance