Gimp.Drawable.get_bpp

@accepts(Gimp.Drawable)
@returns(int)
def get_bpp(self):
    # Python wrapper for gimp_drawable_get_bpp()
  

Returns the bytes per pixel.

This procedure returns the number of bytes per pixel.

self

The drawable.

Returns