|
ilSaveF saves an image to a previously opened file
| ILboolean ilSaveF( ILenum Type, ILHANDLE File );
|
Parameters | - Type
- Image format
- File
- Pointer to a previous opened file
|
Types | - IL_BMP
- Save the image as a Microsoft bitmap (.bmp).
- IL_CHEAD
- Save a C Header style image.
- IL_JPG
- Save the image as a Jpeg (.jpg).
- IL_PNM
- Save a Portable AnyMap (.pbm, .pgm or .ppm).
- IL_PSD
- Save a PhotoShop (.psd) file.
- IL_SGI
- Save an SGI (.bw, .rgb, .rgba or .sgi).
- IL_TGA
- Save a TrueVision Targa.
- IL_TYPE_UNKNOWN
- Tells OpenIL to try to determine the type of image present in FileName, File or Lump.
|
Errors
See Also
|