Supported Resources

Support of GdFlResource

This article shows Support of GdFlResource in a PSD file with Aspose.PSD. The following code snippet shows you how Aspose.PSD supports GdFlResource.

Support of VmskResource

This article shows Support of VmskResource in a PSD file with Aspose.PSD. The following code snippet shows you how Aspose.PSD supports VmskResource.

Support of SoCoResource

 SoCoResource contains information about Color Fill Layers. This article demonstrates how Aspose.PSD for Java supports SoCoResource in a PSD file.

  • Load a PSD file as an image using the factory method Load exposed by Image class.
  • Get SoCoResource from the image layer
  • Set required properties
  • Save the results

 The following code snippet shows how Aspose.PSD for Java supports SoCoResource.