Gimp.Image.prototype.get_height

function get_height(): Number(gint) {
    // Gjs wrapper for gimp_image_get_height()
}
  

Return the height of the image

This procedure returns the image's height. This value is independent of any of the layers in this image. This is the \"canvas\" height.

Returns

The image's height.