| 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_image_add_layer_mask | Add a layer mask to the specified layer. |
| gimp_image_remove_layer_mask | Remove the specified layer mask from the layer. |
| gimp_layer_create_mask | Create a layer mask for the specified specified layer. |
| gimp_layer_get_apply_mask | Get the apply mask setting of the specified layer. |
| gimp_layer_get_edit_mask | Get the show mask setting of the specified layer. |
| gimp_layer_get_show_mask | Get the show mask setting of the specified layer. |
| gimp_layer_mask | Get the specified layer's mask if it exists. |
| gimp_layer_set_apply_mask | Set the apply mask setting of the specified layer. |
| gimp_layer_set_edit_mask | Set the show mask setting of the specified layer. |
| gimp_layer_set_show_mask | Set the show mask setting of the specified layer. |
| plug_in_unsharp_mask | An unsharp mask filter |
| script_fu_unsharp_mask | <Image>/Script-Fu/Alchemy/Unsharp Mask... |
| 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 |
| FLOAT | radius | Radius of gaussian blur (in pixels > 1.0) |
| FLOAT | amount | Strength of effect |
| FLOAT | threshold | Threshold |
script_fu_unsharp_mask
Input:
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Image |
| DRAWABLE | drawable | Drawable to apply |
| STRING | value | Mask Size |
| STRING | value | Mask Opacity |
| The Gimp 1.2.5 (win32) | Documentation fresh from PDB | 12:10:11 Do 19.06.03 |
| Generated by pdb2doc.py written by Hans Breuer <Hans(at)Breuer.org> | ||