I know pngcrush, optiPNG, etc., but they are all just command line tools. I need a DLL that I could use inside the application. It's hard to believe that such a thing does not exist ... but I could not find it.
To make things clear: I need this for 32-bit ARGB images, so 8-bit conversion is not an option. I need real optimization.
I would like to use the library in a .net application, but I can do P \ Invoke, so managed code is not needed.
source share