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

Operations on GIF images do not preserve its frames. #41

Open
omelkonian opened this issue Apr 19, 2017 · 0 comments
Open

Operations on GIF images do not preserve its frames. #41

omelkonian opened this issue Apr 19, 2017 · 0 comments

Comments

@omelkonian
Copy link
Contributor

If we operate on a GIF, all but the first frame will be lost, thus being not animated anymore.

@omelkonian omelkonian self-assigned this Apr 19, 2017
This was referenced Apr 19, 2017
drjova pushed a commit that referenced this issue Apr 20, 2017
* Adds custom behaviour for resizing GIF images, as `PIL.Image.resize`
  does not work out-of-the-box (addresses #41).

* Additionally passes `save_all=True` as a keyword arguement on
  `PIL.Image.save` when serving the file over HTTP (addresses #41).

* Bumps `Pillow`'s version to 3.4, where they introduce functionality
  for creating GIF images out of individual frame images.

* Updates tests to cover GIF resizing.

Signed-off-by: Orestis Melkonian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant