A Dart library that directly reads Photoshop PSD files. Ported from psd_sdk by Molecular Matters
The library supports:
- Groups
- Nested layers
- Smart Objects
- User and vector masks
- Transparency masks and additional alpha channels
- 8-bit, 16-bit, and 32-bit data in grayscale and RGB color mode
- All compression types known to Photoshop
Additionally, limited export functionality is also supported.
Created from templates made available by Stagehand under a BSD-style license.
Refer to psd_sdk_example.dart
in example
directory.