Is the given file a valid TIFF image?
@override bool isValidFile(List<int> data) => _readHeader(InputBuffer(data)) != null;