Commit Graph

12309 Commits

Author SHA1 Message Date
Andrew Murray
ab6efcb925
Merge pull request #5665 from infmagic2047/master
Do not return in ImageFile when saving to stdout
2021-11-26 00:12:40 +11:00
Hugo van Kemenade
848a56f0b1
Merge pull request #5851 from radarhere/context_managers 2021-11-25 15:00:15 +02:00
Andrew Murray
3a302f3e4b Only add test to PPM 2021-11-25 23:33:59 +11:00
Andrew Murray
3af00edc85 Added context managers 2021-11-25 23:16:07 +11:00
Hugo van Kemenade
0bd97c3df9
Merge pull request #5849 from radarhere/fromarray 2021-11-23 12:18:45 +02:00
Andrew Murray
cea84e6b2d Improved explanation of fromarray "mode" parameter 2021-11-23 20:35:35 +11:00
Hugo van Kemenade
ae7c2cb2e6
Merge pull request #5847 from radarhere/documentation 2021-11-22 09:36:44 +02:00
Andrew Murray
e06e18a8ef Added release notes for #5829 2021-11-22 10:12:48 +11:00
Andrew Murray
9dad104385 Added release notes for #5694 2021-11-22 09:56:32 +11:00
Andrew Murray
db6e75156c Document polygon width parameter 2021-11-22 09:49:35 +11:00
Andrew Murray
b70384653e Corrected parameter order 2021-11-22 09:48:31 +11:00
Andrew Murray
2ad8573581 Update CHANGES.rst [ci skip] 2021-11-22 08:50:38 +11:00
Hugo van Kemenade
c7a90551ae
Merge pull request #5829 from radarhere/tga_orientation 2021-11-21 14:14:41 +02:00
Hugo van Kemenade
877d97e858
Merge pull request #5845 from radarhere/icns 2021-11-21 14:12:01 +02:00
Hugo van Kemenade
b692faf596
Merge pull request #5839 from radarhere/tiff 2021-11-21 13:59:12 +02:00
Hugo van Kemenade
c857366d39
Merge pull request #5694 from radarhere/polygon_width 2021-11-21 13:58:18 +02:00
Hugo van Kemenade
059503b9c0
Merge pull request #5844 from radarhere/numpy_array 2021-11-21 13:06:15 +02:00
Andrew Murray
838c8efa25 Corrected file length in header 2021-11-20 14:17:42 +11:00
Andrew Murray
83c42fcabd Do not redeclare class each time when converting to NumPy 2021-11-20 10:13:10 +11:00
mergify[bot]
e1eefe4486
Merge pull request #5841 from radarhere/libjpeg-turbo
Updated libjpeg-turbo to 2.1.2
2021-11-19 09:04:19 +00:00
Andrew Murray
9e3263290a Updated libjpeg-turbo to 2.1.2 2021-11-19 19:04:17 +11:00
Andrew Murray
863064f968
Merge pull request #5840 from hugovk/setup-python-cache-pip
GHA: Use actions/setup-python's pip cache
2021-11-19 11:44:04 +11:00
Hugo van Kemenade
71f7c806ac
Simplify cache-dependency-path
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-18 14:33:57 +02:00
Hugo van Kemenade
b744e7933a Use actions/setup-python's pip cache 2021-11-18 13:42:41 +02:00
Andrew Murray
7d4a8668b1 Block tile TIFF tags when saving 2021-11-18 22:01:53 +11:00
Andrew Murray
90a52d3c0d Added width argument to polygon 2021-11-16 22:02:54 +11:00
Andrew Murray
d6e42f3307 Update CHANGES.rst [ci skip] 2021-11-16 18:09:12 +11:00
Hugo van Kemenade
2849347694
Merge pull request #5835 from radarhere/alpha 2021-11-16 09:07:18 +02:00
Hugo van Kemenade
749754af88
Merge pull request #5833 from hoodmane/fix-pushes_fd-signature 2021-11-16 09:03:38 +02:00
Andrew Murray
d7873e02ab Added test that translucent polygon pixels do not combine 2021-11-16 11:12:48 +11:00
Hood
7a93328834 Fix _get_pushes_fd and _get_pulls_fd method signatures
Getters are supposed to have signature "PyObject *(PyObject *self, void *closure)", but the closure argument is often not used.
In wasm it causes a trap if a function is declared with one argument and then called with two.
2021-11-15 08:49:55 -08:00
Andrew Murray
ca15c684ea Only prevent repeated polygon pixels when drawing with transparency 2021-11-15 23:28:29 +11:00
Andrew Murray
be4c59d2a9 Update CHANGES.rst [ci skip] 2021-11-12 23:08:56 +11:00
Andrew Murray
937be347df
Merge pull request #5826 from hugovk/pickle-font
Add support for pickling TrueType fonts
2021-11-12 23:03:20 +11:00
Hugo van Kemenade
4fca3b4091
Merge pull request #5828 from radarhere/macos_sdk_path 2021-11-12 13:57:50 +02:00
Hugo van Kemenade
9f7f340bb7 Move to 'Other Changes' 2021-11-11 14:46:48 +02:00
Andrew Murray
fc90a9285a Added support for top right and bottom right orientations 2021-11-11 21:53:28 +11:00
Andrew Murray
2ce7dd5ef6 Moved macOS SDK logic into a separate method 2021-11-11 20:51:13 +11:00
Andrew Murray
3b701dcc16 Only prefer command line tools SDK on macOS over the default 2021-11-11 20:47:46 +11:00
Hugo van Kemenade
81af72bb89
Fix code example
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-11 11:27:13 +02:00
Hugo van Kemenade
18d34b287f Add support for pickling TrueType fonts 2021-11-10 14:34:20 +02:00
mergify[bot]
24f0bbf5ec
Merge pull request #5823 from radarhere/appveyor
Removed setuptools install from AppVeyor
2021-11-09 09:32:15 +00:00
Hugo van Kemenade
c5e02ccd56
Merge pull request #5822 from radarhere/macos 2021-11-09 11:19:31 +02:00
Andrew Murray
2401c590a2 Removed setuptools install 2021-11-09 19:37:34 +11:00
Andrew Murray
fa4ae3dc2c Updated macOS tested Pillow versions [ci skip] 2021-11-09 18:21:09 +11:00
Andrew Murray
3b8e486d82
Merge pull request #5821 from hugovk/rm-docutils-pin
Docs: Remove docutils pin
2021-11-09 10:15:50 +11:00
Hugo van Kemenade
6bada2872e Require sphinx_rtd_theme>=1 2021-11-08 23:34:31 +02:00
Hugo van Kemenade
5d3e0d795b Revert "Temporarily pin docutils to fix bullets in sphinx_rtd_theme"
This reverts commit 9509a73ed9.
2021-11-08 23:01:51 +02:00
Hugo van Kemenade
a7a568d4a2
Merge pull request #5820 from radarhere/harfbuzz 2021-11-08 14:44:45 +02:00
Andrew Murray
08504ead91 Updated harfbuzz to 3.1.1 2021-11-08 22:09:18 +11:00