Skip to content
  • Ell's avatar
    app: remove GIMP_LAYER_MODE_FLAG_WANTS_LINEAR_DATA and friends · 74021275
    Ell authored
    Instead, add a gimp_layer_mode_get_format() function, which takes
    the layer mode, composite space, and blend space, and returns the
    I/O format.
    
    Currently, we always use the composite space format as the I/O
    format.  This simplifies gimp_composite_blend(), and gives us
    composite-space support for the "special" layer mode ops for free.
    74021275