Gimp.Image.prototype.get_width
function get_width(): Number(gint) {
// Gjs wrapper for gimp_image_get_width()
}
Return the width of the image
This procedure returns the image's width. This value is independent of any of the layers in this image. This is the \"canvas\" width.
- Returns
The image's width.