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