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
* 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]>
If we operate on a GIF, all but the first frame will be lost, thus being not animated anymore.
The text was updated successfully, but these errors were encountered: