Commit Graph

17393 Commits

Author SHA1 Message Date
Hugo van Kemenade
9d5563c3b7
Merge pull request #7749 from radarhere/libimagequant 2024-03-11 17:39:10 +02:00
Hugo van Kemenade
8c36b98ff6
Merge pull request #7815 from radarhere/giflib_macos 2024-03-11 17:38:56 +02:00
Hugo van Kemenade
89d8be5b94
Merge pull request #7821 from radarhere/apng 2024-03-11 17:38:48 +02:00
Hugo van Kemenade
3cdd49f31f
Merge pull request #7801 from radarhere/codecs 2024-03-11 17:38:12 +02:00
Hugo van Kemenade
d8c8075061
Merge pull request #7797 from radarhere/tga_palette 2024-03-11 17:37:20 +02:00
Hugo van Kemenade
f543b034bd
Merge pull request #7798 from radarhere/ico 2024-03-11 17:36:31 +02:00
Hugo van Kemenade
e09366307c
Merge pull request #7748 from radarhere/test_font_leaks 2024-03-11 17:35:26 +02:00
Hugo van Kemenade
80fd507335
Merge pull request #7713 from radarhere/load 2024-03-11 17:34:38 +02:00
Andrew Murray
4a7a64292e Update CHANGES.rst [ci skip] 2024-03-11 22:23:21 +11:00
Hugo van Kemenade
28908cb15c
Merge pull request #7827 from radarhere/macos_sdk_warnings 2024-03-11 12:39:56 +02:00
Andrew Murray
00d28bd84d
Merge pull request #7768 from radarhere/libpng
Updated libpng to 1.6.43
2024-03-10 06:50:05 +11:00
Andrew Murray
e42528e139
Merge pull request #7866 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.9.0
2024-03-09 22:35:44 +11:00
Andrew Murray
dfc6443c91
Merge branch 'main' into libpng 2024-03-09 20:17:27 +11:00
Hugo van Kemenade
90767afa55
Merge pull request #7752 from radarhere/libjpeg-turbo 2024-03-09 11:16:21 +02:00
Hugo van Kemenade
62f426c149
Merge pull request #7746 from radarhere/zlib 2024-03-09 11:14:58 +02:00
renovate[bot]
f886766e3a
Update dependency mypy to v1.9.0 2024-03-09 08:45:29 +00:00
Andrew Murray
761c430294 Update CHANGES.rst [ci skip] 2024-03-09 17:58:16 +11:00
Richard Barnes
38cec87c93
Fix shift-sign issue in Convert.c (#7838)
* Fix shift-sign issue in Convert.c

Fixes
```
libImaging/Convert.c:513:25: error: signed shift result (0xFF000000) sets the sign bit of the shift expression's type ('int') and becomes negative [-Werror,-Wshift-sign-overflow]
    UINT32 trns = (0xff << 24) | ((b & 0xff) << 16) | ((g & 0xff) << 8) | (r & 0xff);
                   ~~~~ ^  ~~
```

---------

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-03-09 17:52:00 +11:00
Andrew Murray
89648ae282
Merge branch 'main' into libpng 2024-03-09 12:19:40 +11:00
Andrew Murray
ae2abc19b7
Merge branch 'main' into libjpeg-turbo 2024-03-09 12:16:53 +11:00
Andrew Murray
e0fe7e54f2
Merge branch 'main' into zlib 2024-03-09 12:16:01 +11:00
Andrew Murray
3f5721d0b0
Merge pull request #7843 from hugovk/refactor-winbuild
winbuild: Refactor dependency versions into constants
2024-03-09 12:14:01 +11:00
Andrew Murray
a364d9c04a
Merge pull request #7862 from hugovk/update-platform-support
Update CI targets on GitHub Actions
2024-03-09 10:40:44 +11:00
Hugo van Kemenade
984893576f
Remove unused pillow_dir
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-03-08 15:12:47 -07:00
Hugo van Kemenade
2833e367f5
Remove comma
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-03-08 16:31:55 +02:00
Jeffrey A. Clark (Alex)
658d15971e
Merge pull request #7861 from python-pillow/pil-given-to-pillow
Update "What about PIL?" section
2024-03-07 17:03:45 -05:00
pre-commit-ci[bot]
5e9ab05b03 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-07 19:55:41 +00:00
Alex Clark
966d53b241 Wording 2024-03-07 14:54:23 -05:00
Alex Clark
f166006409 Wording 2024-03-07 14:43:42 -05:00
Alex Clark
e734dac917 Remove strike config 2024-03-07 12:18:11 -05:00
Alex Clark
06c8edb98c Link to #1535 2024-03-07 12:06:04 -05:00
Alex Clark
dec53f10d1 Wording 2024-03-07 12:02:22 -05:00
Alex Clark
debf556525 Remove strike css 2024-03-07 11:59:50 -05:00
Jeffrey A. Clark (Alex)
da5de3c115
Update docs/about.rst
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
2024-03-07 11:50:22 -05:00
Hugo van Kemenade
2078eb4e4e Update CI targets on GitHub Actions 2024-03-07 18:44:38 +02:00
Alex Clark
c4067b08eb Update "What about PIL?" section
PyPI moderators gave PIL project to Pillow team in January 2020
2024-03-07 10:46:56 -05:00
Hugo van Kemenade
35b803091b
Simplify rf to f-string
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-03-07 13:39:27 +02:00
Andrew Murray
ceb0c575e8
Merge pull request #7858 from hugovk/docs-installation
Update installation docs
2024-03-07 20:18:41 +11:00
Hugo van Kemenade
baa10a888c
Merge pull request #114 from radarhere/docs-installation 2024-03-07 10:52:15 +02:00
Andrew Murray
d2d6beaf34 Simplified anchors 2024-03-07 19:24:37 +11:00
Andrew Murray
c96cfffef6 Updated libimagequant to 4.3.0 2024-03-07 15:31:24 +11:00
Andrew Murray
ea78028042
Merge pull request #7852 from radarhere/arm64_wheels
Build macOS arm64 wheels natively
2024-03-07 15:27:45 +11:00
Hugo van Kemenade
6eb6b52a68 Fix tab activation per OS 2024-03-06 18:09:07 +02:00
Hugo van Kemenade
e9f8295950 Consistent header underlines 2024-03-06 18:09:07 +02:00
Hugo van Kemenade
3106446dad Move short 'Old Versions' section to 'Building From Source' page 2024-03-06 18:08:53 +02:00
Hugo van Kemenade
a027f698d2 Fix ref link 2024-03-06 17:28:06 +02:00
Hugo van Kemenade
128d0edbd6 Move anchors back into place 2024-03-06 17:22:39 +02:00
Jeffrey A. Clark (Alex)
f738bb9c75
Merge pull request #7832 from python-pillow/install-doc-dir
Move installation.rst to installation/*.rst
2024-03-06 09:07:16 -05:00
Andrew Murray
7aba72a48f Removed unused sphinx-reredirects 2024-03-06 08:44:07 +11:00
Andrew Murray
fe8f829f58
Mark file as orphan 2024-03-06 07:35:11 +11:00