-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
e4ff135
commit a7420be
Showing
7 changed files
with
88 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,8 @@ Contact us at `[email protected] <mailto:[email protected]>`_ | |
Contributors | ||
^^^^^^^^^^^^ | ||
|
||
* Alexander Ioannidis <[email protected]> | ||
* Harris Tzovanakis <[email protected]> | ||
* Jiri Kuncar <[email protected]> | ||
* Orestis Melkonian <[email protected]> | ||
* Tibor Simko <[email protected]> | ||
* Alexander Ioannidis <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters