void gimp_convert_rgb (gint32 image_ID); void gimp_convert_grayscale (gint32 image_ID); void gimp_convert_indexed (gint32 image_ID, GimpConvertDitherType dither_type, GimpConvertPaletteType palette_type, gint num_cols, gboolean alpha_dither, gboolean remove_unused, gchar *palette);
void gimp_convert_rgb (gint32 image_ID);
void gimp_convert_grayscale (gint32 image_ID);
void gimp_convert_indexed (gint32 image_ID, GimpConvertDitherType dither_type, GimpConvertPaletteType palette_type, gint num_cols, gboolean alpha_dither, gboolean remove_unused, gchar *palette);