Commit Graph

7792 Commits

Author SHA1 Message Date
Hugo
a6ce3d6f3b
CI targets: update Appveyor and MinGW versions
[CI skip]
2018-10-11 18:16:03 +03:00
Hugo
6a83a440d5
Merge pull request #3404 from radarhere/imagedraw
Minor ImageDraw documentation improvement
2018-10-11 12:05:54 +03:00
Andrew Murray
7edca01921 Minor documentation improvement [ci skip] 2018-10-11 19:36:50 +11:00
Hugo
07645bd828
Merge pull request #3399 from radarhere/appveyor
Added Python 3.5-3.7 AppVeyor builds
2018-10-09 12:23:29 +03:00
Andrew Murray
3d8024c45f Removed unused line 2018-10-09 06:11:09 +11:00
Andrew Murray
afb6ba5626 Added Python 3.5-3.7 AppVeyor builds 2018-10-08 19:43:11 +11:00
Hugo
fe654a7f8a
Merge pull request #3398 from radarhere/installation
Added macOS Mojave tested Pillow version
2018-10-05 15:02:01 +03:00
Andrew Murray
7cdfddd1e8 Added macOS Mojave tested Pillow version [ci skip] 2018-10-05 21:40:20 +10:00
Hugo
e9221cf84f
Merge pull request #3397 from eseifert/fix-image-convert-docs-on-bilevel
Fixed documentation on bilevel conversion
2018-10-05 13:48:33 +03:00
Erich Seifert
9807f1ad56
Fixed documentation on bilevel conversion
The cutoff when converting an image to bilevel (mode "1") is 128. This should resolve issue #3394.
2018-10-05 01:11:24 +02:00
Andrew Murray
a7eb2ea9cc Change tuple background to global color table index when saving 2018-10-02 20:52:07 +10:00
Andrew Murray
3437d5fcb4 5.4.0.dev0 version bump 2018-10-01 18:39:58 +10:00
Andrew Murray
0ac14725ef 5.3.0 version bump 2018-10-01 15:48:10 +10:00
Andrew Murray
d5e8785ec7
Merge pull request #3390 from python-pillow/release-note-headings
Move "Image size" under "API Changes"
2018-10-01 00:15:44 +10:00
Hugo
bb795fc2d1
Move "Image size" under "API Changes"
To try to keep the headings consistent with before:

https://pillow.readthedocs.io/en/5.2.x/releasenotes/index.html

[CI skip]
2018-09-30 17:12:20 +03:00
Andrew Murray
39e95a6a43 Corrected documentation syntax 2018-09-30 21:47:47 +10:00
Andrew Murray
e839648a24 Update CHANGES.rst [ci skip] 2018-09-30 21:37:50 +10:00
Hugo
2fa54408d4
Merge pull request #3203 from radarhere/size
Changed Image size property to be read-only by default
2018-09-30 14:35:35 +03:00
Andrew Murray
05f21695c7 Added release notes [ci skip] 2018-09-30 21:32:46 +10:00
Andrew Murray
2c11974b86 Fixed typo 2018-09-30 21:09:42 +10:00
Hugo
8344aec583
Merge pull request #3169 from radarhere/support
Add warnings if image file identification fails due to lack of support
2018-09-30 09:28:34 +03:00
Hugo
748ec870f2
Merge pull request #3389 from radarhere/release_notes
Added release notes for #3227
2018-09-30 08:42:16 +03:00
Hugo
a0fda60662 Use snake_case 2018-09-30 15:34:33 +10:00
Andrew Murray
82d942c3d8 Added warnings if image file identification fails due to lack of support 2018-09-30 15:34:27 +10:00
Andrew Murray
da2c12533d Added release notes for #3227 [ci skip] 2018-09-30 15:26:50 +10:00
Andrew Murray
e3675f95fb Added tests 2018-09-30 15:08:44 +10:00
Andrew Murray
6f44ae1d27 Only deprecate setting of TIFF image sizes 2018-09-30 15:08:35 +10:00
Andrew Murray
cea6ecfdbb Updated example decoders [ci skip] 2018-09-30 14:07:55 +10:00
Andrew Murray
0adeb82e98 Changed Image size property to be read-only by default 2018-09-30 13:45:18 +10:00
Andrew Murray
34426f2558 Update CHANGES.rst [ci skip] 2018-09-30 13:35:50 +10:00
Hugo
98caf40507
Merge pull request #3378 from hugovk/windows-gs-popup
Hide the Ghostscript progress dialog popup on Windows
2018-09-29 23:09:16 +03:00
Hugo
799133b3a4
Merge pull request #3388 from hugovk/andreas-schwab/master
Avoid undefined behaviour due to division by zero
2018-09-29 22:49:44 +03:00
Hugo
d36365f4fb
Merge pull request #3227 from kkopachev/master
Adding support to reading tiled and YcbCr jpeg tiffs through libtiff
2018-09-29 19:45:29 +03:00
Hugo
84b4905a94
Merge pull request #3310 from radarhere/compression
Fixed None as TIFF compression argument
2018-09-29 19:44:43 +03:00
Hugo
8458641bb8
Merge pull request #3324 from radarhere/info
Changed GIF seek to remove previous info items
2018-09-29 19:41:03 +03:00
Hugo
9a0b960762 Re-use count variable 2018-09-29 19:23:49 +03:00
Andreas Schwab
8b34eb644f Avoid undefined behaviour due to division by zero 2018-09-29 19:23:49 +03:00
Andrew Murray
091bd103ce Update CHANGES.rst [ci skip] 2018-09-30 01:22:14 +10:00
Hugo
e2deb07608
Merge pull request #3274 from radarhere/pdf
Improve PDF document info
2018-09-29 17:43:05 +03:00
Hugo
0c71792818
Merge pull request #3251 from radarhere/conversion
Fixed implicit conversion warnings
2018-09-29 17:38:11 +03:00
Andrew Murray
ee940243e7
Merge pull request #3387 from hugovk/update-release-notes
Update release notes for 5.3.0
2018-09-30 00:19:25 +10:00
Andrew Murray
518b8c40af
Changed heading to past tense [ci skip] 2018-09-30 00:19:13 +10:00
Hugo
2d39410957 Note parameter is optional 2018-09-29 16:52:07 +03:00
Hugo
e380481662
Merge pull request #3386 from radarhere/convert
Improved convert documentation
2018-09-29 16:48:08 +03:00
Hugo
f4c3002b97 Fix unexpected indentation 2018-09-29 16:41:19 +03:00
Hugo
08274ae5aa Release notes: Add line width parameter to rectangle and ellipse-based shapes 2018-09-29 16:40:11 +03:00
Hugo
8c134ad838 Put ImageOps additions next to each other 2018-09-29 16:35:55 +03:00
Andrew Murray
4404197b56 Update CHANGES.rst [ci skip] 2018-09-29 23:24:17 +10:00
Andrew Murray
1e305380ae
Merge pull request #3094 from hugovk/add-width-to-shapes
Add line width parameter to rectangle and ellipse-based shapes
2018-09-29 23:21:03 +10:00
Hugo
5e647d9f69
Merge pull request #23 from radarhere/add-width-to-shapes
Only draw pieslice's inner lines once
2018-09-29 15:42:16 +03:00