Andrew Murray
53800d4fcf
Raise ValueError if ImageOps border has unsupported format ( #9426 )
2026-04-24 21:10:05 +10:00
Andrew Murray
f7582b8d58
Updated documentation terms
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2026-03-03 23:04:00 +11:00
Varun Chawla
f708c00527
Fix UnboundLocalError in _border for invalid tuple lengths and document rgba() color format
...
The _border helper in ImageOps raised UnboundLocalError when given a tuple
with a length other than 2 or 4 (e.g. 1-tuple or 3-tuple). This changes
it to raise a clear ValueError instead.
Also adds documentation for the rgba() color format in ImageColor, which
was supported in code and tested but missing from the docs.
2026-02-13 19:38:48 -08:00
Andrew Murray
0ce21f98e7
Updated documentation
2026-02-13 18:06:29 +11:00
Andrew Murray
3baedf2648
Deprecate getdata(), in favour of new get_flattened_data() ( #9292 )
2026-01-02 10:59:56 +11:00
Andrew Murray
6b892c495c
Merge branch 'main' into imagemorph_get_on_pixels
2025-12-31 23:10:34 +11:00
Andrew Murray
0a9a47fb9b
Update ImageMorph documentation ( #9349 )
...
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-12-31 14:02:31 +02:00
Andrew Murray
88247a9ef3
Updated version
2025-11-19 21:31:27 +11:00
Andrew Murray
c680ff029f
Merge branch 'main' into main
2025-10-15 22:31:20 +11:00
Andrew Murray
d5e1601b32
Improved documentation
2025-10-15 20:02:12 +11:00
Andrew Murray
e533ccccfc
Merge branch 'main' into imagetext
2025-10-15 19:38:38 +11:00
Andrew Murray
4889863139
Renamed ImageText class to Text
2025-10-15 19:38:25 +11:00
Andrew Murray
ca3528f46e
Document that macOS window value is a CGWindowID
2025-09-16 21:43:24 +10:00
Andrew Murray
610d564aea
Merge branch 'main' into main
2025-09-16 19:43:34 +10:00
Andrew Murray
53302c2281
Split versionadded info
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-09-16 19:43:03 +10:00
Andrew Murray
410fb60f65
Added alpha channel examples
2025-09-09 22:01:07 +10:00
Andrew Murray
5de27c6258
Split versionadded info
2025-09-04 21:09:00 +10:00
Andrew Murray
c826b932c0
Document MAXBLOCK
2025-08-19 15:45:42 +10:00
Andrew Murray
fcdeb6404e
Merge branch 'main' into imagetext
2025-08-02 22:18:51 +10:00
Hugo van Kemenade
2ab301dcc9
Drop support for Python 3.9 ( #9119 )
...
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2025-08-02 12:02:20 +00:00
Andrew Murray
969e468749
Allow ImageDraw text() to use ImageText
2025-07-24 19:34:30 +10:00
Andrew Murray
24681a3927
Added ImageText
2025-07-24 19:34:29 +10:00
Andrew Murray
7eaac3fcf0
Updated documentation
2025-07-13 15:11:23 +08:00
Andrew Murray
4cfef00574
Added "Colors" to concepts
2025-07-08 06:37:03 +10:00
Andrew Murray
b4bc43fed2
Removed ImageCms constants and versions()
2025-07-02 00:00:21 +10:00
Andrew Murray
cce39084f5
Removed specific WebP feature checks
2025-07-01 23:57:50 +10:00
Andrew Murray
583f0a50d5
Removed BGR;15, BGR;16 and BGR;24 modes
2025-07-01 23:57:46 +10:00
Andrew Murray
d7a45cc250
ImageFont does not handle multiline text ( #9000 )
2025-06-10 14:57:37 +03:00
Hugo van Kemenade
348589a367
Docs: use sentence case for headers ( #8914 )
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2025-04-21 19:03:31 +10:00
Adian Kozlica
4402797b35
Add support for Grim in Wayland sessions ImageGrab ( #8912 )
...
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-04-21 12:36:40 +10:00
Andrew Murray
cf48bbf0c4
Removed indentation from list
2025-04-19 20:26:03 +10:00
Hugo van Kemenade
7a0092f207
Remove incomplete 11.2.0 release, bill as 11.2.1 instead
2025-04-12 18:56:38 +03:00
mergify[bot]
7c56b383ff
Merge pull request #8842 from AdianKozlica/image_grab_wayland_kde
...
Add KDE Wayland support for ImageGrab
2025-04-01 09:38:56 +00:00
Andrew Murray
98e74fd7a0
Merge pull request #8516 from radarhere/imagegrab
...
Allow HWND to be passed to ImageGrab.grab() on Windows
2025-04-01 18:45:03 +11:00
Adian Kozlica
2b62c0beeb
Merge branch 'main' into image_grab_wayland_kde
2025-04-01 09:43:52 +02:00
wiredfool
5c76e7ec17
Image -> Arrow support ( #8330 )
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-04-01 09:10:45 +03:00
Frankie Dintino
7d50816f0a
Add AVIF plugin (decoder + encoder using libavif) ( #5201 )
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-04-01 07:13:21 +03:00
Andrew Murray
b4a480ff2c
Corrected documentation
2025-03-31 00:31:56 +11:00
Andrew Murray
ca9f4f8304
Merge branch 'main' into imagegrab
2025-03-30 21:53:23 +11:00
Andrew Murray
382c3ab10d
spectacle may also be used on Linux
2025-03-30 11:16:05 +11:00
Andrew Murray
e053be3412
Updated version
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-03-30 07:27:30 +11:00
Andrew Murray
053b5790e1
Added media_white_point ( #8829 )
...
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
2025-03-24 15:22:21 +02:00
Andrew Murray
ec72d20d23
Added release notes
2025-02-01 00:47:21 +11:00
Andrew Murray
9a58456c9b
Added versionadded for justify
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-02-01 00:44:26 +11:00
Andrew Murray
10eaff8ac7
Added "justify" align for multiline text
2025-01-29 20:12:45 +11:00
Andrew Murray
30c4ad484c
Updated capitalization
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-01-18 07:48:15 +11:00
Andrew Murray
6a0ac411e2
Added mozjpeg documentation
2025-01-17 18:57:12 +11:00
Andrew Murray
3f5f3bb07b
Merge branch 'main' into zlib-ng
2024-11-18 22:25:19 +11:00
Andrew Murray
48db4a1d4d
Use test image filename
2024-11-05 19:40:03 +11:00
Andrew Murray
607acbf95e
Allow window to be supplied for ImageGrab.grab() on Windows
2024-11-05 07:05:39 +11:00