Gimp.Image.get_base_type
@accepts(Gimp.Image)
@returns(Gimp.ImageBaseType)
def get_base_type(self):
# Python wrapper for gimp_image_get_base_type()
Get the base type of the image.
This procedure returns the image's base type. Layers in the image must be of this subtype, but can have an optional alpha channel.
- self
The image.
- Returns