For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bitmap.resize(bitmap, width, height)

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

Last updated

Was this helpful?