A light-weight function to test if the given file is able to be decoded by this Decoder.
@override bool isValidFile(List<int> bytes) => PsdImage(bytes).isValid;