_BTSCALEbitmap8
This function scale a 8-bits bitmap to an another 8-bits bitmap.
Prototype :
fun [ObjBitmap8 ObjBitmap8 I] ObjBitmap8
- ObjBitmap8 : the destination 8-bits bitmap
- ObjBitmap8 : the source 8-bits bitmap
- I : Scale method from 0 to 6 (NEAREST, LINEAR, CUBIC, AREA, LANCZOS4, MAX, WARP_INVERSE_MAP)
Return : ObjBitmap8 return dest 8-bits bitmap if success or NIL if an error occurs.
See also :
Example :