Gimp.Drawable (original) (raw)
gimp_drawable_append_new_filter
Utility function which combines gimp_drawable_filter_new()
followed by setting arguments for theGimpDrawableFilterConfig
returned bygimp_drawable_filter_get_config()
, and finally appending withgimp_drawable_append_filter()
gimp_drawable_get_buffer
Returns a GeglBuffer
of a specified drawable. The buffer can be used like any other GEGL buffer. Its data will we synced back with the core drawable when the buffer gets destroyed, or when gegl_buffer_flush()
is called.
since: 2.10
gimp_drawable_get_shadow_buffer
Returns a GeglBuffer
of a specified drawable’s shadow tiles. The buffer can be used like any other GEGL buffer. Its data will we synced back with the core drawable’s shadow tiles when the buffer gets destroyed, or when gegl_buffer_flush()
is called.
since: 2.10
gimp_drawable_get_sub_thumbnail
Retrieves a thumbnail pixbuf for the drawable identified bydrawable
. The thumbnail will be not larger than the requested size.
since: 2.2
gimp_drawable_get_thumbnail
Retrieves a thumbnail pixbuf for the drawable identified bydrawable
. The thumbnail will be not larger than the requested size.
since: 2.2
gimp_drawable_merge_filter
This procedure applies the specified drawable effect on drawable
and merge it (therefore before any non-destructive effects are computed).
since: 3.0
gimp_drawable_merge_new_filter
Utility function which combines gimp_drawable_filter_new()
followed by setting arguments for theGimpDrawableFilterConfig
returned bygimp_drawable_filter_get_config()
, and finally applying the effect to drawable
with gimp_drawable_merge_filter()