Gimp.Drawable.prototype.merge_filters

function merge_filters(): Boolean {
    // Gjs 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.

Returns

TRUE on success.