PSD layer effects lost when saving as JPEG

Using Imaging 18.9 Java, PSD file with layer effects like Gradient fill, are lost when saving as JPEG.
Screen shot of Photoshop attached. Resulting JPG attached. Code below.

Image image = Image.load(inputPath);
PsdImage psdImage = (PsdImage)image;
JpegOptions jpgOptions = new JpegOptions();
psdImage.save(outputPath, jpgOptions);

Screenshot 2018-10-31 at 10.45.21.png (570.9 KB)
psd_magical.jpg (15.3 KB)

@simon.wiseman,

I have observed the issue shared by you and request you to please try using latest Aspose.Imaging for Java 18.9 on your end. If there is still an issue then please share the source PSD files along with desired and generated output with us.

I am using that version. Here’s a link to the file.
https://deepsecure365-my.sharepoint.com/:i:/g/personal/simon_wiseman_deep-secure_com/ESau_DmPyQxJgBuwwfhoBx8BGaWBGCddD7XF5SqNaE003g?e=rwNvIS

@simon.wiseman,

I have worked with the sample file shared by you and have been able to observe the issue specified. An issue with ID IMAGINGJAVA-1115 has been created in our issue tracking system to investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once issue will be fixed.