Gimp.Procedure.get_image_types
@accepts(Gimp.Procedure)
@returns(unicode)
def get_image_types(self):
# Python wrapper for gimp_procedure_get_image_types()
This function retrieves the list of image types the procedure can operate on. See Gimp.Procedure.set_image_types.
Since 3.0
- self
- Returns