gimpconvert

Name

gimpconvert -- 

Synopsis



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);

Description

Details

gimp_convert_rgb ()

void        gimp_convert_rgb                (gint32 image_ID);

image_ID : 


gimp_convert_grayscale ()

void        gimp_convert_grayscale          (gint32 image_ID);

image_ID : 


gimp_convert_indexed ()

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

image_ID : 
dither_type : 
palette_type : 
num_cols : 
alpha_dither : 
remove_unused : 
palette :