Commit Graph

4757 Commits

Author SHA1 Message Date
Andrew Murray
1a674e312f
Merge 0a272ccc7f into e36e67081a 2025-10-28 00:26:00 +11:00
Hugo van Kemenade
e36e67081a
Simplify code now that I;16* modes are the only IMAGING_TYPE_SPECIAL (#9263) 2025-10-27 15:19:54 +02:00
Hugo van Kemenade
b90a00eccb
Remove BytesIO from DdsImagePlugin (#9273) 2025-10-27 15:16:27 +02:00
Hugo van Kemenade
cc4ca5bf17
Added type hints (#9269) 2025-10-24 16:56:36 +03:00
Hugo van Kemenade
148a19eee4
Fix ZeroDivisionError in DdsImagePlugin (#9272) 2025-10-24 16:44:46 +03:00
Hugo van Kemenade
a63ba0e3b6
Correct __getitem__ return type (#9264) 2025-10-24 16:42:14 +03:00
Andrew Murray
b1e2f2e652 Improved coverage 2025-10-22 20:08:22 +11:00
Andrew Murray
7d6f2ce90b Removed BytesIO 2025-10-21 23:35:17 +11:00
Andrew Murray
e1f4352ce9 Fixed ZeroDivisionError 2025-10-21 23:11:18 +11:00
Andrew Murray
e90bb1559c Rearranged code 2025-10-20 21:00:29 +11:00
Andrew Murray
4b90888a7d Added type hints 2025-10-20 19:38:29 +11:00
Andrew Murray
0a272ccc7f Do not resize macOS retina screenshots by default 2025-10-18 11:13:34 +11:00
Hugo van Kemenade
76f04b46c5
Fix warnings (#9257) 2025-10-17 21:18:10 +03:00
Andrew Murray
e969fa7aea Correct __getitem__ return type 2025-10-17 06:14:02 +11:00
Andrew Murray
ae43b36030 Simplified code now that I;16* modes are the only IMAGING_TYPE_SPECIAL 2025-10-16 20:55:56 +11:00
Hugo van Kemenade
3620d48459 12.1.0.dev0 version bump 2025-10-15 21:28:16 +03:00
Hugo van Kemenade
693df7b42c 12.0.0 version bump 2025-10-15 20:06:44 +03:00
Andrew Murray
3eecafd62c Fixed warning 2025-10-15 22:19:38 +11:00
mergify[bot]
5dddb2ce94
Use enums for Modes and RawModes in C (#9256) 2025-10-15 10:58:36 +00:00
mergify[bot]
e7b72a3bbd
Add ImageText (#9098) 2025-10-15 10:49:52 +00:00
mergify[bot]
864d4b6e09
Shift bits before making value negative (#9255) 2025-10-15 10:21:37 +00:00
Andrew Murray
e533ccccfc Merge branch 'main' into imagetext 2025-10-15 19:38:38 +11:00
Andrew Murray
95a85dc669 Use snake case 2025-10-15 19:38:30 +11:00
Andrew Murray
4889863139 Renamed ImageText class to Text 2025-10-15 19:38:25 +11:00
Andrew Murray
4fbe28a3a2 Merge branch 'main' into mode_enums 2025-10-15 19:25:58 +11:00
Andrew Murray
78b0e06dbb Shift bits before making value negative 2025-10-15 19:07:21 +11:00
Hugo van Kemenade
5ee57e4c83
Support saving variable length rational TIFF tags by default (#9241) 2025-10-15 11:06:57 +03:00
Hugo van Kemenade
7a6664d70b
Added four private SGI TIFF tags (#9245) 2025-10-15 11:01:35 +03:00
Hugo van Kemenade
9e3a70a514
Band names for arrow exported images (#9099) 2025-10-15 10:56:32 +03:00
Hugo van Kemenade
9042234052
If pasting an image onto itself at a lower position, copy from bottom (#8882) 2025-10-15 10:51:31 +03:00
Hugo van Kemenade
1e5237af77
Removed unused access for I;32L and I;32B (#9238) 2025-10-15 10:50:51 +03:00
Andrew Murray
55a4901bba Removed BGR;15 and BGR;16 modes 2025-10-14 20:34:03 +11:00
Andrew Murray
a591000055 Removed BGR;24 and BGR;32 2025-10-14 20:31:42 +11:00
Andrew Murray
2caa504991 ImagingHistogramInstance can use two bands 2025-10-14 18:57:26 +11:00
Andrew Murray
e36bf768c5 Added four private SGI tags 2025-10-12 15:58:22 +11:00
Andrew Murray
c874256132 Support saving variable length rational TIFF tags by default 2025-10-12 07:08:52 +11:00
Hugo van Kemenade
9fd4af55f7
Remove Pillow version from PDF comment (#9176) 2025-10-10 16:54:06 +03:00
Hugo van Kemenade
ef8d5d3c2a
Support saving variable length rational TIFF tags (#9111) 2025-10-10 16:40:37 +03:00
Andrew Murray
5d3086b01f Removed unused access for I;32L and I;32B 2025-10-10 22:44:09 +11:00
wiredfool
bd6e70fccd Check against mode 1 instead of input mode for Chops.c 2025-10-10 12:42:58 +01:00
Hugo van Kemenade
396755ed1b
Test largest CUR cursor (#9191) 2025-10-10 12:58:15 +03:00
Hugo van Kemenade
274a65b5d0
Do not unnecessarily update FLI __offset (#9184) 2025-10-10 12:56:14 +03:00
Hugo van Kemenade
71e6660f5d
Fill alpha channel when quantizing RGB images (#9133) 2025-10-10 12:50:38 +03:00
Hugo van Kemenade
8c42abd946
Allow RGBA palettes to work with ImageOps.expand() (#9138) 2025-10-10 12:48:12 +03:00
Hugo van Kemenade
c22e7af885
Fixed loading rotated PCD images (#9177) 2025-10-10 12:45:28 +03:00
Andrew Murray
a2ef220b32 Cast before additional shifting 2025-10-09 21:01:42 +11:00
Andrew Murray
1d4cda65cf Cast to UINT32 before shifting bits 2025-10-09 21:01:17 +11:00
Hugo van Kemenade
6b4bb79b44
Use _ensure_mutable() (#9200) 2025-10-08 19:22:04 +03:00
Hugo van Kemenade
797d83f818
Seek past BeginBinary data when parsing EPS metadata (#9211) 2025-10-08 19:20:58 +03:00
Andrew Murray
6d19b8adef Do not allow negative offset with memory mapping 2025-10-08 17:08:39 +11:00