Skip to content

Commit

Permalink
ImageCore → ImagingCore
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
homm and radarhere authored Sep 11, 2024
1 parent bd14915 commit a2988da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ Get Internal Pointers to Objects

.. deprecated:: 11.0.0

``Image.core.ImageCore.id`` and ``Image.core.ImageCore.unsafe_ptrs``
have been deprecated and will be removed in Pillow 12 (2025-10-15).
They were used for obtaining raw pointers to ``ImageCore`` internals. To interact with
C code, you can use ``Image.core.ImageCore.ptr``, which returns a ``Capsule`` object.
``Image.core.ImagingCore.id`` and ``Image.core.ImagingCore.unsafe_ptrs`` have been
deprecated and will be removed in Pillow 12 (2025-10-15). They were used for obtaining
raw pointers to ``ImagingCore`` internals. To interact with C code, you can use
``Image.core.ImagingCore.ptr``, which returns a ``Capsule`` object.

Removed features
----------------
Expand Down

0 comments on commit a2988da

Please sign in to comment.