Hi!
We are processing the file from the archive attached using Aspose.PSD 20.5.0 and the following code:
AsposeLicenser.LoadLicense();
using (var image = Image.Load(filePath))
{
var psdImage = (PsdImage)image;
psdImage.Save(targetFilePath, new PsdOptions(psdImage));
}
An ImageSaveException is thrown while trying to save the file.
snowflake-ui-kit.zip (2.1 MB)
Thanks,
Arnold