Can I convert a bitmap to PNG in memory (i.e. without writing to a file) using only the Platform SDK? (i.e. no libpng, etc.).
I also want to be able to define a tran
It would probably be better to use a library instead of reinventing the wheel yourself.
Look into freeImage