Hi!
We are processing the attached file using Aspose.PSD 22.3. After saving the file and opening the output file in Photoshop, the image was moved to a different location.
The code:
AsposeLicenser.LoadLicense();
using (var psdImage = Image.Load(inputPath) as PsdImage)
{
psdImage.Save(outputPath);
}
The files:
output.zip (8.3 MB)
input.zip (8.3 MB)
Thanks!