You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.