decodePsd function

Image? decodePsd(
  1. Uint8List bytes
)

Decode a Photoshop PSD formatted image.

Implementation

Image? decodePsd(Uint8List bytes) => PsdDecoder().decode(bytes);