Image moved to a different location when saving a specific file

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!

@arnoldbeilandevozon I can confirm the issue. I created bug PSDNET-1129: Incorrect position of SmartObject Layer after saving as PSD. You will be notified when it will be finished.

The issues you have found earlier (filed as PSDNET-1129) have been fixed in this update. This message was posted using Bugs notification tool by Yaroslav.Lisovskyi