How to convert a GDI Hbitmap to base64 string?

后端 未结 0 1893
轻奢々
轻奢々 2020-12-08 05:05
#include "Gdiplus.h"

BITMAPINFOHEADER createBitmapHeader(int width, int height)
{
    BITMAPINFOHEADER  bi;

    // create a bitmap
    bi.biSize = sizeof         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题