Skip to content

Releases: kaelon141/PsdSharp

v1.2.0

30 Oct 01:30
v1.2.0
56dfaac

Choose a tag to compare

  • Add Parent and Children properties to Layer, to make it easier to parse the layer tree as it appears in Adobe Photoshop.

v1.1.1

19 Oct 21:04
v1.1.1
2c2cbd0

Choose a tag to compare

  • Add support for reading the EffectsLayer effects

v1.1.0

19 Oct 18:15
v1.1.0
b688f3e

Choose a tag to compare

  • Adds support for reading descriptor structures (unstructured variable data)
  • Add typed objects for tagged blocks that use descriptor structs.

V1.0.3

16 Oct 01:40
v1.0.3
05ee36b

Choose a tag to compare

  • Additional, undocumented tagged block/additional layer information keys have been added to the AdditionalLayerInfokey enumeration.
  • Parsing tagged blocks/additional layer information has been relaxed to no longer throw an error when an unknown key is encountered. The AdditionalLayerInfoKey will now have the encountered key as the underlying string and description for the key.

V1.0.2

13 Oct 23:27
v1.0.2
10b6f89

Choose a tag to compare

The PsdSharp library has been backported to .NET Standard 2.0 and can now be ran on .NET Core 3.1+, .NET 5+ and .NET Framework 4.6.2+.

When running on .NET 6 or later, the library leverages modern .NET features for better performance. On older versions of .NET the library pulls in a handful of dependencies in order to function.

V1.0.1

13 Oct 23:23
v1.0.1
6165020

Choose a tag to compare

First full release.

Note: v1.0.1 only runs on .NET 9 and newer.

v1.0.2 targets .NET Standard 2.0 and can be used on .NET Core 3.1+, .NET 5+ and .NET Framework 4.6.2+.