Commit Graph

10400 Commits

Author SHA1 Message Date
Hugo
efa045a755
Update CHANGES.rst 2018-05-24 17:57:43 +03:00
Hugo
c46566cc6e
Merge pull request #3133 from hugovk/upgrade-appveyor-to-pypy-6.0.0
AppVeyor: upgrade to PyPy 6.0.0
2018-05-24 17:19:41 +03:00
Hugo
07b657203d
Update CHANGES.rst 2018-05-18 15:23:51 +03:00
Hugo
f60a26c0da
Merge pull request #3136 from radarhere/libjpeg
Updated libjpeg to 9c
2018-05-18 15:23:11 +03:00
Andrew Murray
3bbd0a5810 Fixed saving a multiframe image as a single frame PDF 2018-05-18 22:15:45 +10:00
Andrew Murray
e92ef63cac Updated libjpeg to 9c 2018-05-18 20:56:55 +10:00
Hugo
33592b4f73 No need to import sys 2018-05-17 23:21:47 +03:00
Hugo
d524664215 Re-enable test for PyPy, we're long past 5.3.1 2018-05-17 22:18:33 +03:00
Hugo
90ab677d44 Re-enable test for PyPy 2018-05-17 22:18:18 +03:00
Hugo
5ca35bbcb3
Merge pull request #3080 from hugovk/improve-draw-coord-docs
Clarify bounding box for arc, chord, ellipse, pieslice
2018-05-17 16:18:10 +03:00
Hugo
1a61ab2f23 AppVeyor: upgrade to PyPy 6.0.0 2018-05-17 16:10:01 +03:00
Hugo
2185420c6c
Merge pull request #3129 from radarhere/docs
Minor documentation changes
2018-05-13 16:15:10 +03:00
Andrew Murray
1c88afe5c0 Changed OS X references to macOS 2018-05-13 20:55:04 +10:00
Andrew Murray
c38f25a876 Corrected documentation syntax 2018-05-13 20:52:11 +10:00
Hugo
baa987de0f
Update CHANGES.rst 2018-05-09 22:54:03 +03:00
Hugo
9614044811
Merge pull request #3121 from radarhere/freetype
Update freetype to 2.9.1
2018-05-09 22:48:30 +03:00
Hugo
b6f337fa60 Clarify bounding box for arc, chord, ellipse, pieslice 2018-05-06 16:07:04 +03:00
Hugo
3dbd4fb9e8 Fix DeprecationWarning in Python 3.7 2018-05-06 15:31:43 +03:00
Andrew Murray
7206f95061 Updated freetype to 2.9.1 2018-05-04 19:35:59 +10:00
Hugo
72f66fa448
Merge pull request #3118 from radarhere/urls
Update URLs
2018-04-30 12:45:57 +03:00
Andrew Murray
765a6c7e74 Updated redirected URLs 2018-04-30 14:20:32 +10:00
Andrew Murray
f77adb5ab3 Replaced broken URLs with archive URLs 2018-04-30 11:01:09 +10:00
Hugo
4ff25b751b
Update CHANGES.rst 2018-04-26 11:23:11 +03:00
Hugo
5e1a528eb2
Merge pull request #3090 from hugovk/deprecate-versions
Deprecate PILLOW_VERSION and VERSION
2018-04-25 16:48:47 +03:00
Hugo
de6baf65f3 Clarify PILLOW_VERSION will be removed after VERSION 2018-04-25 11:24:50 +03:00
Hugo
ef9bf76ce8 PILLOW_VERSION will be removed in a future release 2018-04-25 11:24:50 +03:00
Hugo
c18dce5625 'Use PIL.__version__ instead.' 2018-04-25 11:24:50 +03:00
Hugo
3508d67999 Explicitly enumerate version constants 2018-04-25 11:24:49 +03:00
Hugo
312b91717c Document deprecations in release note 2018-04-25 11:24:49 +03:00
Hugo
34d66494ca Keep Image.VERSION here 2018-04-25 11:21:38 +03:00
Hugo
d80ed2e948 Deprecate PILLOW_VERSION and VERSION, use __version__ instead 2018-04-25 11:21:38 +03:00
Hugo
e33dd498f5 Prefer more conventional __version__ rather than PILLOW_VERSION 2018-04-25 11:21:38 +03:00
Hugo
0c438db926
Merge pull request #3076 from hugovk/add-3.7
Support Python 3.7
2018-04-25 11:20:31 +03:00
Hugo
244a44c5f8
Update CHANGES.rst 2018-04-25 08:43:04 +03:00
Hugo
499d244481
Merge pull request #3108 from radarhere/libwebp
Updated libwebp to 1.0.0
2018-04-25 08:40:19 +03:00
tianyu
4420f360d8 Removed bugged documentation 2018-04-24 23:19:31 +08:00
tianyu
58474d1c8d Added test to ensure ImageDraw.multiline_textsize returns same value as ImageFont.getsize for single lines 2018-04-24 22:55:17 +08:00
tianyu
d6926009d0 Fixed bug: ImageDraw.multiline_textsize() returning wrong size by adding extra spacing 2018-04-24 22:54:27 +08:00
tianyu
ce505b7d1b Added documentation for ImageFont.getsize_multiline 2018-04-24 22:34:23 +08:00
tianyu
3fda581963 Added test for getsize_multiline 2018-04-24 22:27:29 +08:00
tianyu
b77e89b286 Added getsize_multiline support for ImageFont 2018-04-24 22:26:52 +08:00
Andrew Murray
001c2fec88 Updated libwebp to 1.0.0 2018-04-23 10:27:40 +10:00
Hugo
0b65d0791e
Merge pull request #3111 from uploadcare/revert-valueerrors
Revert ValueErrors to RuntimeErrors in ImageMorph module
2018-04-22 22:27:20 +03:00
Hugo
572c06f6cc
Merge pull request #3095 from hugovk/rm-del-draw
Remove 'del draw' from code example
2018-04-22 20:54:01 +03:00
Alexander
997e554593 Revert ValueErrors to RuntimeErrors in ImageMorph module 2018-04-22 20:52:38 +03:00
Alexander Karpinsky
dddeecc945
Merge pull request #3055 from uploadcare/imagemorph-type-check
Fix incorrect image type checking in _imagingmorph module
2018-04-22 20:10:34 +03:00
Alexander
101c095e99 Add tests for wrong types 2018-04-22 19:51:57 +03:00
Hugo
04a1f71b4c
Merge pull request #3105 from radarhere/py3
Change Python version checks to use util
2018-04-22 18:37:33 +03:00
Hugo
ad36932ebb
Merge pull request #3107 from radarhere/effects
Corrected undefined behaviour
2018-04-22 09:04:35 +03:00
Andrew Murray
57c7a51b51 Renamed CLIP to CLIP8 2018-04-21 18:14:05 +10:00