Skip to content
  • Jacob Boerema's avatar
    Revert plug-ins: fix bad parsing of PSD blending modes · f8bdca24
    Jacob Boerema authored
    This is a manual revert of eac1df4b
    since other changes were made to the same lines.
    
    Although using legacy layer modes for several blend modes improves
    compatibility with Photoshop, we found out during testing of the
    image from issue #10498, that it negatively impacts loading of PSD's
    that use Blend Clipped Layers as Group.
    We convert this specific PSD setting by adding a layer group and
    setting Composite Mode to Blend to Background.
    However, our legacy layer modes do not support Composite Mode, meaning
    that PSD's using this can show up using smeared colors.
    
    Since this hasn't been in a release yet, let's revert this and rethink
    how we want to handle the combination of these PSD settings.
    f8bdca24