Convert bitmap to PNG in-memory in C++ (win32)

后端 未结 8 1610
长情又很酷
长情又很酷 2020-12-03 08:02

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

8条回答
  •  甜味超标
    2020-12-03 08:06

    If you want to only use Windows APIs, WIC is the way to accomplish this, and it supports both Bitmaps and PNGs.

提交回复
热议问题