I am looking for a library that can reduce all image types quality (PNG, GIF and JPEG).
I know that I can reduce JPEG using imagejpeg()
I also know that I can reduce PNG using imagepng()
although this is not powerful enough.
I need something that can convert PNG 24 to PNG8 without removing the alpha.
Can't use ImageMagick since I cannot install anything on my server.
EDIT:
I also need something that can convert from 32 bit to 8 (which I am pretty sure is the same like from 32)
Found the soultion here
Thanks