Hi! We are processing the file from the archive attached using Aspose 20.5.0 and the following code:
AsposeLicenser.LoadLicense();
using (PsdImage image = (PsdImage)Image.Load(sourceFileName))
{
var layer1 = (TextLayer)image.Layers[1];
layer1.TextData.UpdateLayerData();
image.Save(outputFileName);
}
A System.ArgumentOutOfRangeException is thrown while trying to update the layer data.
Issue.zip (129.0 KB)
Thanks,
Arnold