Add release notes for #9348 (#9369)

This commit is contained in:
Hugo van Kemenade 2026-01-01 20:24:18 +02:00 committed by GitHub
commit 8d08e31533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,3 +21,11 @@ macOS in addition to Windows. On macOS, this is a CGWindowID::
from PIL import ImageGrab
ImageGrab.grab(window=cgwindowid)
Other changes
=============
Added MorphOp support for 1 mode images
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:py:class:`~PIL.ImageMorph.MorphOp` now supports both 1 mode and L mode images.