Is the given file a valid Gif image?
@override bool isValidFile(List<int> bytes) { _input = InputBuffer(bytes); info = GifInfo(); return _getInfo(); }