Skip to content
  • Ell's avatar
    app: add crop_input parameter to gimp_gegl_apply_operation() · e1b1611e
    Ell authored
    Add a crop_input parameter to gimp_gegl_apply_[cached_]operation().
    When TRUE, the functions crop the op's input to the destination
    rect.  This is particularly useful for functions that process the
    entire input in one go (by means of get_cached_region()).  See the
    next commit.
    
    Pass crop_input = FALSE at all call sites for now, to keep the
    current behavior.
    e1b1611e