softwarehowto.com
  Home Contacts Partners Add Software Remove Manuals
 

Image Styles library: ISL_SaveBMPImage saves 32-bits RGB memory data as BMP image file

 
Introduction
Image Styles Library
Features
New Features
   
ISL Functions
ISL_Initialize
ISL_InitBuffers
ISL_InitBuffers_WH
ISL_LoadScriptFromFile
ISL_LoadScriptFromMemory
ISL_ReadScriptHeaderFromFile
ISL_AddEffect
ISL_GetEffectValue
ISL_SetEffectValue
ISL_ExecuteScript
ISL_ExecuteScriptOnImage
ISL_Finish
ISL_LoadJPGImage
ISL_GetJPGImageDimensions
ISL_SaveBMPImage
ISL_SaveJPGImage
ISL_GetVersion
   
ISL Structures
ISL_ScriptHeader
Effect Structure
   
   
 
Buy Image Styles Library Online! Buy Image Styles Library Online!

ISL_SaveBMPImage

Saves 32-bits RGB memory data as *.bmp image file under defined filename.

bool ISL_SaveBMPImage
(
const char *filename,
unsigned char *mem,
int width,
int height
);

installer program undelete free free stealth keylogger
recover ntfs disk hard drive files recovery barcode label
small business tools keyloggers usb port monitor

Parameters

filename  Name of saving file.
 mem  32-bits RGB memory data location.
 width  Width of saving bitmap.
 height  Height of saving bitmap.

Return value

If successful then TRUE is returned, else FALSE is returned.

Buy Image Styles Library Online! Buy Image Styles Library Online!
 
Home Contacts Partners Add Software Remove Manuals