Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #16

Open
dmirajkar opened this issue Jun 11, 2021 · 3 comments
Open

Not working #16

dmirajkar opened this issue Jun 11, 2021 · 3 comments

Comments

@dmirajkar
Copy link

IndexError: list index out of range

@EverythingSuckz
Copy link

Yeah same issue here

╭─wrench@Alligator in repo: giftolottie on  master [?] via  v3.9.6 took 79ms
╰─λ python read.py  test.gif out.tgs

Traceback (most recent call last):
File "/home/wrench/Documents/Github/giftolottie/read.py", line 22, in <module>
frames, exts, image_specs = vendor.gif2numpy.convert(tmpfile.name, BGR2RGB=False)
File "/home/wrench/Documents/Github/giftolottie/vendor/gif2numpy.py", line 660, in convert
transp_idx = color_table[exts[-1]['transparent_idx']] # RGB -> RGB
IndexError: list index out of range

@iddqdiddqd
Copy link

Same here

Traceback (most recent call last):
  File "/home/keereal/github-personal/giftolottie/read.py", line 22, in <module>
    frames, exts, image_specs = vendor.gif2numpy.convert(tmpfile.name, BGR2RGB=False)
  File "/home/keereal/github-personal/giftolottie/vendor/gif2numpy.py", line 660, in convert
    transp_idx = color_table[exts[-1]['transparent_idx']] # RGB -> RGB
IndexError: list index out of range

@RiedleroD
Copy link

see #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants