DevIL Documentation | Home | Previous | Next |
The ilutWinSaveImage function saves a HBITMAP to an image file.
ILboolean ilutWinSaveImage(
char *FileName,
HBITMAP Bitmap
);
ilutWinSaveImage saves Bitmap to FileName. This function is the complement of ilutWinLoadImage.
None