Skip to content

How to extract specific GIF frame using blob input? #580

Answered by emcconville
mezbaul-h asked this question in Q&A
Discussion options

You must be logged in to vote

Moving this to discussion as not a bug, but a Q&A.

Try the following...

with Image(blob=b'data', format='GIF[0]') as img:
    pass

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mezbaul-h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #579 on July 12, 2022 13:59.