winapi how to upload an image with an alpha channel?

32 Views Asked by At

I need to upload a PNG image. In the old project, I did this using drectx CreateDecoderFromFilename, but the code turned out to be too voluminous, I don’t want to bloat the project too much just to load an image. Are there relatively simple methods for downloading images with an alpha channel via Winapi, GDI+ or perhaps directx

0

There are 0 best solutions below