DevIL Documentation Previous | ILUT | Next

 

ilutWinSaveImage

 

ilutWinSaveImage saves Bitmap to FileName. This function is the complement of ilutWinLoadImage.

 

Ilboolean ilutWinSaveImage(
  char * filename, HBITMAP bitmap );


Parameters

 
filename
Name of the image file to save to
bitmap
Win32 HBITMAP to save from


See Also

 
ilSaveImage, ilutWinLoadImage,