|
ilSaveL saves an image to a memory lump
| ILboolean ilSaveL( ILenum Type, ILvoid * Lump, ILuint Size );
|
Parameters | - Type
- Image format
- Lump
- Lump Address
- Size
- Lump size
|
Types | - IL_BMP
- Save the image as a Microsoft bitmap (.bmp).
- 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
|