Gimp.Image.get_height

@accepts(Gimp.Image)
@returns(int)
def get_height(self):
    # Python 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.

self

The image.

Returns