Up |
_BTUnCompBitmap
Uncompress a bitmap data to an existed bitmap.
Prototype :
fun [S ObjBitmap] ObjBitmap
- S : compressed bitmap data
- ObjBitmap : a bitmap object
Return : ObjBitmap the same object or nil if error.
See also :
Example :
Up |
Uncompress a bitmap data to an existed bitmap.
fun [S ObjBitmap] ObjBitmap
Return : ObjBitmap the same object or nil if error.