Commit Graph

9000 Commits

Author SHA1 Message Date
wiredfool
87092ad4f8 can pass list of integer to set different duration for each frame when saving GIF 2016-12-27 02:44:05 -08:00
wiredfool
0600014709 Merge pull request #2305 from hugovk/refactor-dependency-install
Build: Refactor dependency installation
2016-12-27 10:32:12 +00:00
wiredfool
f7d8669810 Merge pull request #2311 from wiredfool/pr_2304
Python 3.6 is out
2016-12-27 10:30:02 +00:00
Andrew Murray
3e2f9478cb Added py36 to tox envlist 2016-12-27 02:28:11 -08:00
Andrew Murray
d4a6e07367 Added documentation for Python 3.6 support 2016-12-27 02:28:11 -08:00
hugovk
5f9f12a208 Python 3.6 is out 2016-12-27 02:28:11 -08:00
wiredfool
e48d41ea91 Merge pull request #2300 from hugovk/coverage-test
Reinstate Python+C coverage and send to Coveralls
2016-12-27 10:25:37 +00:00
Hugo
9e0d8b20c9 [CI skip] 2016-12-26 13:01:09 +02:00
Hugo
e639a3db61 Merge pull request #2308 from jwilk/chmod-x
Remove executable bit from OleFileIO.py
2016-12-26 12:57:23 +02:00
Andrew Murray
3089dd18d8 Updated copyright year 2016-12-26 12:15:23 +11:00
Andrew Murray
8c2a857c2e Removed shebang line from OleFileIO 2016-12-25 20:18:50 +01:00
Jakub Wilk
8524c18329 Remove executable bit from OleFileIO.py 2016-12-25 12:05:38 +01:00
Hugo
ee1143095b [CI skip] 2016-12-25 11:18:32 +02:00
Hugo
cd42d646b7 Merge pull request #2290 from radarhere/freetype
Update FreeType to 2.7
2016-12-25 11:16:21 +02:00
Hugo
78f7b55afe Merge pull request #2306 from radarhere/changelog
Merged two changelog entries
2016-12-25 11:08:05 +02:00
hugovk
9e6cbbe0e6 Use effective URLs to avoid resolving twice 2016-12-24 22:19:00 +02:00
hugovk
a927a7d4e0 Install libimagequant from pillow-depends 2016-12-24 19:31:45 +02:00
hugovk
d764a4c985 Refactor to avoid repeated version number 2016-12-24 19:16:11 +02:00
Andrew Murray
a7b6b197eb Merged two changelog entries [ci skip] 2016-12-25 00:33:17 +11:00
Hugo
0cfd2caa0c [CI skip] 2016-12-24 14:40:05 +02:00
Hugo
a6ce2cf77b Merge pull request #2302 from radarhere/libwebp
Updated libwebp to 0.5.2
2016-12-24 14:39:19 +02:00
Andrew Murray
e2c2251cab Updated libwebp to 0.5.2 2016-12-22 19:40:06 +11:00
hugovk
a8c6df563e pip install olefile 2016-12-21 22:01:55 +02:00
hugovk
50408568cb Don't pip install -e . 2016-12-21 21:55:45 +02:00
Hugo
954fc52877 [CI skip] 2016-12-21 08:53:10 +02:00
Hugo
9c1b9e71a6 Merge pull request #2294 from wiredfool/pypy-buffer-workaround
PyPy buffer interface workaround
2016-12-21 08:49:42 +02:00
Fahad Al-Saidi
c994f86684 switch to ubuntu trusty 14.04 2016-12-20 06:24:52 -08:00
wiredfool
01e31bfd84 Workaround for 'PyPy does not yet implement the new buffer interface' bug 2016-12-19 14:16:06 -08:00
wiredfool
980785952f Makefile entries for debug symbols, clean build, and highlight errors 2016-12-19 14:15:06 -08:00
Alessio Sergi
7e8a6c61f8 Use pathlib2 for Path objects on Python < 3.4
The pathlib backport module is no longer maintained. The development
has moved to the pathlib2 module instead.

Quoting from the pathlib's README:
"Attention: this backport module isn't maintained anymore. If you want
to report issues or contribute patches, please consider the pathlib2
project instead."

Other projects have already switched to pathlib2, most notably IPython
and its dependencies.
2016-12-17 18:50:50 +01:00
Andrew Murray
574c0a4f5b Updated freetype to 2.7 2016-12-17 22:16:33 +11:00
wiredfool
3f372ef54a Updated Changes.rst [ci skip] 2016-12-13 20:13:00 +00:00
wiredfool
80b78be21a Merge pull request #2199 from jdufresne/dep-olefile
Remove vendored version of olefile Python package in favor of upstream
2016-12-13 20:12:29 +00:00
wiredfool
4b6de04882 Updated Changes.rst [ci skip] 2016-12-13 20:05:38 +00:00
wiredfool
55f7a736a4 Merge pull request #2234 from radarhere/print
Updated comments to use print as a function
2016-12-13 20:00:25 +00:00
wiredfool
5e41721cba Merge pull request #2277 from uploadcare/executable-setup
Set executable flag on setup.py and add shebang
2016-12-13 19:58:10 +00:00
wiredfool
2a7b4577c1 Merge pull request #2282 from radarhere/selftest
Set executable flag on selftest.py and added shebang line
2016-12-13 19:57:25 +00:00
wiredfool
9f711ea59a Merge pull request #2286 from hugovk/change-freetype2.7-epsilon
Increase epsilon for FreeType 2.7
2016-12-13 19:54:00 +00:00
wiredfool
86ff654487 Merge pull request #2279 from uploadcare/fast-assert_image_similar
Fast assert_image_similar
2016-12-13 19:52:50 +00:00
wiredfool
eb339d2ef6 Merge pull request #2276 from uploadcare/remove-stretch
Remove depreciated internal "stretch" method
2016-12-13 19:51:39 +00:00
wiredfool
ba5f9b88da Merge pull request #2223 from wiredfool/handles_eof
Removed the handles_eof flag in the decoder, as there are no users of it
2016-12-13 19:48:55 +00:00
hugovk
acf68c835c Increase epsilon for FreeType 2.7 2016-12-12 15:16:43 +02:00
Andrew Murray
57bab081b9 Set executable flag on selftest.py and added shebang line 2016-12-11 12:30:11 +11:00
George Wilson
50adc0cf3f Add note about aspect ratio to documentation 2016-12-09 12:19:01 +00:00
Andrew Murray
41e492b026 Removed use of spaces in TIFF kwargs, deprecated in 2.7 2016-12-09 20:44:42 +11:00
Hugo
badbff1b99 [CI skip] 2016-12-09 11:26:22 +02:00
Hugo
e83479edf0 Merge pull request #2263 from wiredfool/tiff_bytesio
Fix for writing Tiff to BytesIO using libtiff
2016-12-09 11:04:41 +02:00
Hugo
7dff4e5a8f Merge pull request #2269 from wiredfool/design-docs
Design docs
2016-12-09 11:01:03 +02:00
Hugo
cb5b2eb597 Merge pull request #2273 from wiredfool/tests-nolibtiff
Move tests requiring libtiff to test_file_libtiff
2016-12-09 10:58:48 +02:00
Alexander
9ee1f58215 fix I;16 mode 2016-12-07 05:16:10 +03:00