Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/releasenotes/12.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.