Possible Duplicate:
Convert bitmap to PNG in-memory in C++ (win32)
I have a BMP file as a char*
buffer. I want to convert this BMP file to a PNG file in-memory. I have tried it, and searched around a bit, but I couldn't find anything useful.
I can assume Windows XP or later, no .NET and C99.