psd_sdk 0.1.6
psd_sdk: ^0.1.6 copied to clipboard
A Dart library that directly reads Photoshop PSD files. Supports limited export functionality.
psd_sdk #
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.
Usage #
Refer to psd_sdk_example.dart
in example
directory.