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