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
If you want to only use Windows APIs, WIC is the way to accomplish this, and it supports both Bitmaps and PNGs.