decodePsd function Null safety
Decode a Photoshop PSD formatted image.
Implementation
Image? decodePsd(List<int> bytes) => PsdDecoder().decodeImage(bytes);
Decode a Photoshop PSD formatted image.
Image? decodePsd(List<int> bytes) => PsdDecoder().decodeImage(bytes);