Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

katahiromz/SaveBitmapToFile

Open more actions menu

Repository files navigation

SaveBitmapToFile

AppVeyor Build status

LoadBitmapFromFile function loads a bitmap from file in Win32 C/C++.

SaveBitmapToFile function saves a bitmap to file in Win32 C/C++.

#include "SaveBitmapToFile.h"
HBITMAP WINAPI LoadBitmapFromFile(LPCTSTR bmp_file);
BOOL WINAPI SaveBitmapToFile(LPCTSTR bmp_file, HBITMAP hbm);

Don't forget to append the filename extension.

License: MIT

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.