Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.PSD for .NET 22.3

Download  Support Forum 

File Details

  • Downloads:
  • 14
  • File Size:
  • 25.1 MB
  • Posted By:
  • Yaroslav.Lisovskyi
  • Views:
  • 23
  • Date Added:
  • 2/28/2022

Release Notes

Description

It contains Aspose.PSD for .NET 22.3 release.

File Details

Save 16bit PSD with Raster Layer Masks

Previously the Photoshop® PSD image with raster layer masks was discarding masks on saving to 16 bit PSD image. This issue has been resolved now. The following C# code snippets demonstrates how to save a PSD with ChannelBitsCount set as 16:

string sourceFilePath = "OneRegularAndOneRegularWithMask.psd";
string outputFilePath = "out_OneRegularAndOneRegularWithMask.psd";

using (PsdImage image = (PsdImage)Image.Load(sourceFilePath))
    {
        image.Save(outputFilePath, new PsdOptions(image)
        {
            ChannelBitsCount = 16
        });
    }

Configure Open / Close State of Layer Group

Added the property IsOpen for Layer Group. You can set this property to define the open or close (minimized) state of the Photoshop® layer group at the startup.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.PSD for .NET 22.3 - Release Notes.

 English