Hi!
We are processing the attached file using Aspose.PSD 21.11. After loading and saving the file, when trying to open the output file in Photoshop, we get this error: Could not open file because the file is not compatible with this version of Photoshop". We have tried both Photoshop CC 2015 and 2019 with the same result.
photoshop-error-message.png (3.0 KB)
The code:
AsposeLicenser.LoadLicense();
using (var psdImage = Image.Load(inputPath) as PsdImage)
{
psdImage.Save(outputPath);
}
The files:
input.zip (5.1 MB)
output.zip (5.1 MB)
Thanks!