|
FreeImage_SaveBMP | |
FreeImage_SaveBMP Filename$, ImageIndex, [Compression =0] | |
Parameters: Filename$ = The name and path of the output file ImageIndex = The Index of the image you wish to save [Compression =0] = Compression flag. 0 = no compression , 1 run length compression |
|
Returns: NONE | |
The FreeImage_SaveBMP function uses the FreeImage library to save an image out to disc in BMP format. The saver has an optional compression parameter, so you can select if you want the output image to compressed or not. Valid Compression Parameter:
The saver only gives two compression modes, it's either OFF or has run length enabled. Run length compression really only suits images with lots of consequtive colours in it. For busy images such as photos it's generally not worth using it. FACTS: * None Mini Tutorial: This example includes the library, creates a gradient image then saves it out to disk.
|
Related Info: | FreeImage_LoadImage | FreeImage_SaveJPG | FreeImage_SavePNG | LoadImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |