System
Canvas Functions
width
Returns the width of the canvas as an integer.
This is the value you input with the --width
option.
height
Returns the height of the canvas as an integer.
This is the value you input with the --height
option.
Last updated