Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Functions | |
lib2d_bmp8Load (sFile) | |
Load a 8-bits bitmap from a file (BMP only or the mask of a PNG) in the current channel. More... | |
lib2d_bmpLoad (sFile) | |
Load a bitmap from a file (PNG, JPEG, TARGA or BMP) in the current channel. More... | |
Package to load : lib/2dos/bitmap.pkg
lib2d_bmpLoad | ( | sFile | ) |
Load a bitmap from a file (PNG, JPEG, TARGA or BMP) in the current channel.
To load in another channel, use the Scol API directly.
Prototype : fun [S] ObjBitmap
S | : a path name |
lib2d_bmp8Load | ( | sFile | ) |
Load a 8-bits bitmap from a file (BMP only or the mask of a PNG) in the current channel.
To load in another channel, use the Scol API directly.
Prototype : fun [S] ObjBitmap8
S | : a path name |