Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 814 Bytes

psd_sdk

pub package

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.