You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a problem with gif2numpy. I'm running on Windows10 by the way.
Traceback (most recent call last):
File "read.py", line 22, in <module>
frames, exts, image_specs = vendor.gif2numpy.convert(tmpfile.name, BGR2RGB=False)
File "C:\Users\Cesar MLW\Desktop\Projects\gif_converter\giftolottie\vendor\gif2numpy.py", line 550, in convert
data = Gif(KaitaiStream(BytesIO(raw)))
File "C:\Users\Cesar MLW\Desktop\Projects\gif_converter\giftolottie\vendor\gif2numpy.py", line 82, in __init__
self._read()
File "C:\Users\Cesar MLW\Desktop\Projects\gif_converter\giftolottie\vendor\gif2numpy.py", line 85, in _read
self.hdr = self._root.Header(self._io, self, self._root)
File "C:\Users\Cesar MLW\Desktop\Projects\gif_converter\giftolottie\vendor\gif2numpy.py", line 263, in __init__
self._read()
File "C:\Users\Cesar MLW\Desktop\Projects\gif_converter\giftolottie\vendor\gif2numpy.py", line 266, in _read
self.magic = self._io.ensure_fixed_contents(b"\x47\x49\x46")
File "C:\Users\Cesar MLW\AppData\Local\Programs\Python\Python37-32\lib\site-packages\kaitaistruct.py", line 279, in ensure_fixed_contents
(actual, expected)
Exception: unexpected fixed contents: got b'', was waiting for b'GIF'
The text was updated successfully, but these errors were encountered:
There seems to be a problem with gif2numpy. I'm running on Windows10 by the way.
The text was updated successfully, but these errors were encountered: