Gimp.Drawable.merge_filters
@accepts(Gimp.Drawable)
@returns(bool)
def merge_filters(self):
# Python wrapper for gimp_drawable_merge_filters()
Merge the layer effect filters to the specified drawable.
This procedure combines the contents of the drawable's filter stack (for export) with the specified drawable.
- self
The drawable.
- Returns