| Name | scale |
| Object | ImageTag |
| Input | MapTag |
| Related Tags | <ImageTag.width> Returns the image's width (in pixels).
<ImageTag.height> Returns the image's height (in pixels).
|
| Description | Rescales an image.
The input is a MapTag with "width" and "height" keys. Both are optional, and default to the image's current respective value. |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ImageTag.java#L245 |