| gimp_channel_combine_masks | Combine two channel masks. |
| gimp_channel_get_show_masked | Get the composite method of the specified channel. |
| gimp_channel_set_show_masked | Set the composite method of the specified channel. |
| gimp_drawable_is_layer_mask | Returns whether the drawable is a layer mask. |
| gimp_drawable_mask_bounds | Find the bounding box of the current selection in relation to the specified drawable. |
| gimp_drawable_mask_intersect | Find the bounding box of the current selection in relation to the specified drawable. |
| gimp_image_add_layer_mask | This procedure is deprecated! Use 'gimp_layer_add_mask' instead. |
| gimp_image_remove_layer_mask | This procedure is deprecated! Use 'gimp_layer_remove_mask' instead. |
| gimp_layer_add_mask | Add a layer mask to the specified layer. |
| gimp_layer_create_mask | Create a layer mask for the specified specified layer. |
| gimp_layer_from_mask | Get the specified mask's layer. |
| gimp_layer_get_apply_mask | Get the apply mask of the specified layer. |
| gimp_layer_get_edit_mask | Get the edit mask of the specified layer. |
| gimp_layer_get_mask | Get the specified layer's mask if it exists. |
| gimp_layer_get_show_mask | Get the show mask of the specified layer. |
| gimp_layer_mask | This procedure is deprecated! Use 'gimp_layer_get_mask' instead. |
| gimp_layer_remove_mask | Remove the specified layer mask from the layer. |
| gimp_layer_set_apply_mask | Set the apply mask of the specified layer. |
| gimp_layer_set_edit_mask | Set the edit mask of the specified layer. |
| gimp_layer_set_show_mask | Set the show mask of the specified layer. |
| plug_in_unsharp_mask | An unsharp mask filter |
| CHANNEL | channel1 | The channel1 |
| CHANNEL | channel2 | The channel2 |
| INT32 | operation | The selection operation: { GIMP_CHANNEL_OP_ADD (0), GIMP_CHANNEL_OP_SUBTRACT (1), GIMP_CHANNEL_OP_REPLACE (2), GIMP_CHANNEL_OP_INTERSECT (3) } |
| INT32 | offx | x offset between upper left corner of channels: (second - first) |
| INT32 | offy | y offset between upper left corner of channels: (second - first) |
gimp_channel_get_show_masked
Input:
| CHANNEL | channel | The channel |
| INT32 | show_masked | The channel composite method |
gimp_channel_set_show_masked
Input:
| CHANNEL | channel | The channel |
| INT32 | show_masked | The new channel composite method |
plug_in_unsharp_mask
Input:
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | (unused) |
| DRAWABLE | drawable | Drawable to draw on |
| SUCCESS | radius | Radius of gaussian blur (in pixels > 1.0) |
| SUCCESS | amount | Strength of effect |
| SUCCESS | threshold | Threshold |
| The Gimp 2.3.2 (win32) | Documentation fresh from PDB | 22:53:15 Fr 22.07.2005 |
| Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org> | ||