Is the given file a valid BMP image?
@override bool isValidFile(List<int> data) => BitmapFileHeader.isValidFile(InputBuffer(data));