Commit Graph

18780 Commits

Author SHA1 Message Date
Yay295
6f127e0f53 use mode structs in JpegDecode.c 2024-10-28 10:07:11 -05:00
Yay295
5836c00d8d use mode structs in Jpeg2KEncode.c 2024-10-28 09:58:28 -05:00
Yay295
56e1b3c8ef use mode structs in Jpeg2KDecode.c 2024-10-28 09:58:28 -05:00
Yay295
baa95d6f44 use mode structs in Histo.c 2024-10-28 09:58:27 -05:00
Yay295
b7c3c3e2b9 use mode structs in GetBBox.c 2024-10-28 09:58:27 -05:00
Yay295
d8f9bfbbbe use mode structs in Geometry.c 2024-10-28 09:58:27 -05:00
Yay295
90ea0609df use mode structs in Filter.c 2024-10-28 09:58:26 -05:00
Yay295
d2e691c788 use mode structs in Fill.c 2024-10-28 09:58:26 -05:00
Yay295
e6d2f9a642 use mode structs in File.c 2024-10-28 09:58:26 -05:00
Yay295
bc1f506d5a use mode structs in Effects.c 2024-10-28 09:58:25 -05:00
Yay295
2beb5fa67c use mode structs in Draw.c 2024-10-28 09:58:25 -05:00
Yay295
da808ce436 use mode structs in Convert.c 2024-10-28 09:58:25 -05:00
Yay295
5197ad775c use mode structs in Chops.c 2024-10-28 09:58:24 -05:00
Yay295
08575c682e use mode structs in BoxBlur.c 2024-10-28 09:58:24 -05:00
Yay295
74b112dd55 use mode structs in Blend.c 2024-10-28 09:58:24 -05:00
Yay295
58dedbefd6 use mode structs in Bands.c 2024-10-28 09:58:23 -05:00
Yay295
b8cead39b3 use mode structs in AlphaComposite.c 2024-10-28 09:58:23 -05:00
Yay295
820f22c120 use mode structs in Access.c 2024-10-28 09:58:23 -05:00
Yay295
97e29dcd2d use mode structs in encode.c and decode.c 2024-10-28 09:58:23 -05:00
Yay295
7a7e8380cb use mode structs in tkImaging.c 2024-10-28 09:58:22 -05:00
Yay295
cb62dbbd24 use mode structs in _imaging.c 2024-10-28 09:58:22 -05:00
Yay295
1f2126bd9f add special modes 2024-10-28 09:58:22 -05:00
Yay295
abe3dfb18f use a struct for mode names instead of just a string 2024-10-28 09:58:19 -05:00
Andrew Murray
9a4b3e05d6
Merge pull request #8496 from lysnikolaou/fix-font-face-threading-crash
Fix SEGFAULT from calling FT_New_Face/FT_Done_Face in multiple threads
2024-10-27 08:38:53 +11:00
Andrew Murray
29cdbce39e Update CHANGES.rst [ci skip] 2024-10-26 21:13:01 +11:00
Hugo van Kemenade
23023dee8d
Merge pull request #8485 from radarhere/emf 2024-10-26 12:45:52 +03:00
Andrew Murray
1654eeacba
Merge pull request #8484 from radarhere/fixture
Use fixture to re-open image for each JPEG2000 test
2024-10-26 19:42:59 +11:00
Andrew Murray
f92599aa93 Renamed fixture 2024-10-26 19:05:16 +11:00
Hugo van Kemenade
81a3bf5f58
Merge pull request #8504 from radarhere/mpo
Move MPO into "Fully supported formats"
2024-10-26 09:43:02 +03:00
Hugo van Kemenade
35ddbb48c3
Merge pull request #8505 from radarhere/warnings
Fixed catching warnings
2024-10-26 09:41:09 +03:00
Andrew Murray
413bbb31c9 Fixed catching warnings 2024-10-26 16:15:46 +11:00
Andrew Murray
e1f4b5a68f Move MPO into "Fully supported formats" 2024-10-26 15:10:41 +11:00
Andrew Murray
64eed14867
Merge pull request #8498 from radarhere/winbuild
Added filename placeholder in winbuild URL
2024-10-26 11:52:33 +11:00
Lysandros Nikolaou
bb3515d649
Make PyMutex static and get rid of initialization 2024-10-25 17:32:29 +02:00
Andrew Murray
fa7678987e Simplified code 2024-10-25 19:56:36 +11:00
Andrew Murray
c46946f3a4 Added filename placeholder in URL 2024-10-25 19:13:39 +11:00
pre-commit-ci[bot]
7999da38a7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-10-24 14:07:46 +00:00
Lysandros Nikolaou
c8e301c474
Fix SEGFAULT from calling FT_New_Face/FT_Done_Face in multiple threads 2024-10-24 16:01:28 +02:00
Hugo van Kemenade
822ec3d05d
Merge pull request #8491 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.13.0
2024-10-23 07:30:34 +03:00
renovate[bot]
6a55f2df03
Update dependency mypy to v1.13.0 2024-10-23 02:36:15 +00:00
Hugo van Kemenade
31b82ee297
Merge pull request #8490 from radarhere/license 2024-10-22 13:05:06 +03:00
Andrew Murray
22c05e232c Update license to MIT-CMU 2024-10-22 17:56:02 +11:00
Andrew Murray
ccd4683f45
Merge pull request #8487 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.12.1
2024-10-21 12:11:35 +11:00
renovate[bot]
beb32bbb1f
Update dependency mypy to v1.12.1 2024-10-21 00:18:00 +00:00
Andrew Murray
55579084cd Corrected EMF DPI 2024-10-19 20:40:13 +11:00
Hugo van Kemenade
331e4e7517
Merge pull request #8482 from radarhere/imagefile 2024-10-18 14:33:26 +03:00
Andrew Murray
5b06597075 Use fixture to re-open image for each test 2024-10-18 19:29:22 +11:00
Andrew Murray
a337138f92 Updated type hint 2024-10-18 08:32:14 +11:00
Andrew Murray
d59b169ed2 Update CHANGES.rst [ci skip] 2024-10-17 23:10:48 +11:00
Hugo van Kemenade
6e2ebaae2d
Merge pull request #8474 from python-pillow/renovate/mypy-1.x
Update dependency mypy to v1.12.0
2024-10-17 08:16:14 +03:00