Home
last modified time | relevance | path

Searched refs:gimp_image_remove_channel (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/PluginScripts/
H A Dplugin-uncrop.py134 pdb.gimp_image_remove_channel(orgImage, selectAllPrior)
H A Dplugin-map-style.py146 pdb.gimp_image_remove_channel(image, original_selection) # cleanup the copied selection mask
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-quick-mask.c132 gimp_image_remove_channel (image, mask, TRUE, NULL); in gimp_image_set_quick_mask_state()
H A Dgimpchannelundo.c200 gimp_image_remove_channel (undo->image, channel, FALSE, in gimp_channel_undo_pop()
H A Dgimpimage.h435 void gimp_image_remove_channel (GimpImage *image,
H A Dgimpselection.c777 gimp_image_remove_channel (image, GIMP_CHANNEL (pickable), in gimp_selection_extract()
H A Dgimpimage.c4914 gimp_image_remove_channel (GimpImage *image, in gimp_image_remove_channel() function
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcrop-zealous.c314 gimp_image_remove_channel (image_id, selection_copy_id); in do_zcrop()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpimage_pdb.h94 gboolean gimp_image_remove_channel (gint32 image_ID,
H A Dgimp.def540 gimp_image_remove_channel
H A Dgimpimage_pdb.c1091 gimp_image_remove_channel (gint32 image_ID, in gimp_image_remove_channel() function
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpchanneltreeview.c114 iv_class->remove_item = (GimpRemoveItemFunc) gimp_image_remove_channel; in gimp_channel_tree_view_class_init()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dchannels-commands.c326 gimp_image_remove_channel (image, channel, TRUE, NULL); in channels_delete_cmd_callback()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-image.c431 if (!gimp_image_remove_channel(self->ID, chn->ID)) { in img_remove_channel()
/dports/graphics/separate/separate+-0.5.8/
H A Dicc_colorspace.c903 gimp_image_remove_channel (context->imageID, selectionID); in icc_colorspace_convert()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dimage-cmds.c1057 gimp_image_remove_channel (image, channel, TRUE, NULL); in image_remove_channel_invoker()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-436680 (gimp_image_remove_layer, gimp_image_remove_channel): handle a
H A DChangeLog.pre-2-024870 * app/core/gimpimage.c (gimp_image_remove_channel): say