Wrap Text Effect doesn't appear in jpg output when saving psd file as jpg

Hello,
I have a psd file with a Wrap Text effect.
When I use this source code in c#:

using (PsdImage image = (PsdImage)Image.Load($“c:\Hello.psd”))
{
image.Save($“c:\Hello.jpg”,new Aspose.PSD.ImageOptions.JpegOptions());
}

I get “Hello Bad.jpg” as output which doesn’t have that effect, but using this address:

I get “Hello Good.jpg” which has that effect.

I have zipped “Hello.psd” and “Hello Bad.jpg” and “Hello Good.jpg” to a file which is accessible here:
Hello.zip (52.6 KB)
and here: Hello

I don’t know why I don’t get the text effect using my source code in the output file.

I really appreciate your quick answer.

Thanks.

@mansur.nurani

It seems to be issue in exported JPEG and losing the text rotation effect. A ticket with ID PSDNET-718 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

any update on this issue?

@LudwigSchwarz

I regret to share that at present the concerned issue is unresolved owing to internal limitation. We request for your patience and will share the good news with you as soon as issue will be fixed.

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