Bitmap.resize(bitmap, width, height)
Was this helpful?
Return a resized bitmap object
@status current Introduced in 2.8.0
Parameters
bitmap (pointer) point to a bitmap previously opened with Bitmap.open()
width (number) the new bitmap width
height (number) the new bitmap height
Return value
none
Notice
Only available on Horus
Was this helpful?
Was this helpful?