Skip to content
  • Jacob Boerema's avatar
    plug-ins: fix export of multi layer image as psd · 3425212a
    Jacob Boerema authored
    Due to starting with the highest index we were referencing layer data
    out of bounds.
    We need to decrease i with 1 before using it as index into the channel data
    for the correct layer.
    This caused a crash when exporting multi layer images.
    3425212a