Aspose.PSD for .NET logo 19.5 release. This is a relatively new product and we tend to include new features to it in every monthly release. In the following section, I will be giving you an overview of new features along with sample examples for how to use them.

Support of Fill layers: Pattern

In Photoshop Creative Suite 6, one can apply preset patterns as fills. To fill a layer or selection with a preset pattern, one needs to select a layer in edit mode and set either a preset or custom panel for the selected panel.

Likewise, Aspose.PSD now also supports setting for filling the PSD layer with the Pattern fill. For this, Aspose.PSD.FileFormats.Psd.Layers.FillLayer is used to add Patterns in the PSD layer. In the following example, we have demonstrated the loading of a PSD file, accessing the Filllayer class and setting the Pattern using the PatternFillSettings properties.

Support for New Resources

Aspose.PSD for .NET now introduces support for working with resources like PtFlResource and VsmsResource. For this, one needs to use PtFlResource and VsmsResource classes for resources available in PSD layers. In the following examples, we have demonstrated the use of PtFlResource and VsmsResource respectively.

You can check the official product release notes for many other issues and enhancements carried out in the product as well. Here you can get the detail!

When time allows you can check out API [examples at Github2, and talk about this release and other API-related issues in our forum.