|
FreeImage_SavePNG | |
FreeImage_SavePNG Filename$, ImageIndex | |
Parameters: Filename$ = The name and path of the output file ImageIndex = The Index of the image you wish to save |
|
Returns: NONE | |
The FreeImage_SavePNG function uses the FreeImage library to save an image out to disc in PNG format. FACTS: * The PNG saver defaults to 32bit ARGB for best compatibility. Mini Tutorial: This example includes the library, creates a gradient image then saves it out to disk.
|
Related Info: | FreeImage_LoadImage | FreeImage_SaveBMP | FreeImage_SaveJPG | LoadImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |