Import - output the PSD file using layer mask

Hello , I have the problem during using imaging for java ,

when I import the PSD file which is using layer mask ,
and output it to PSD file again, layer mask cannot be show in correctly.
It there any workaround about this.
Hi Ives,

Thank you for your inquiry.

Please share the sample PSD file with us that you are using at your end. We will try to reproduce the issue and will update you accordingly about our findings via this forum thread.

hello, below is the code i trying to output PSD file

----------------------------------------------------------
com.aspose.imaging.Image image = com.aspose.imaging.Image.load(dataDir + “simple2.psd”); com.aspose.imaging.imageoptions.PsdOptions saveOptions = new com.aspose.imaging.imageoptions.PsdOptions();

saveOptions.setCompressionMethod(CompressionMethod.Raw);
saveOptions.setColorMode(ColorModes.Rgb);

image.save(dataDir + “simpleOutput.psd”, saveOptions);
----------------------------------------------------------
and attachment had file using layer mask
Hi Ives,

Thank you for providing sample file and code snippet.

We have tried to reproduce the issue at our end. We are able to notice the said issue. The issue has been logged into system with ID IMAGING-35408. Our product team will look into it. We will update you accordingly via this forum thread.

Hello ikram.haq.


How can I know the issue is be solved.
the resolution will be post in this discussion thread?

Hi Ives,

Thank you for writing us back.

We will update you about the status through this forum thread. You will also be informed by an email notification that the issue has been resolved. So you will be informed in both ways through an email notification as well as through forum thread.

The issues you have found earlier (filed as ) have been fixed in this Aspose.Words for JasperReports 18.3 update.