Gimp.Drawable.get_width
@accepts(Gimp.Drawable)
@returns(int)
def get_width(self):
# Python wrapper for gimp_drawable_get_width()
Returns the width of the drawable.
This procedure returns the specified drawable's width in pixels.
- self
The drawable.
- Returns