layer.UpdateText error psdImage.Save error

@lsl as a temporary workaround. Is it possible for you to use Aspose.PSD 24.5, but for .NET 6? We will try to fix the issue with .net7 and .net8 ASAP.

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

I update to Aspose.PSD 24.9 , now it can open the #1 psd, update text and save as jpg . but the rendering results are different with ps, can you have a check or is it something with Layer Style - PSD .net ?

@lsl at this moment Aspose.PSD doesn’t support Bevel & Emboss Effect.

The closest result to the PS rendering you can get with the following code:

        using (PsdImage psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true}))
        {
            psdImage.Save(outFilePng, new PngOptions());
       }

1.jpg (53.2 KB)

@lsl
I added ticket(s) about Bevel&Emboss to this topic. They can be found in our internal issue tracking system and will be delivered according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-263,PSDNET-506

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.