public override resize(width as Int, height as Int) as Void:
Stores logical dimensions for subsequent rendering decisions.
The decoded source pixels stay immutable. The logical dimensions are used when rendering without an explicit destination size.
| Parameter | Description |
|---|---|
width | Preferred width. |
height | Preferred height. |
image.resize(128, 128)