ImageCore → ImagingCore

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Alexander Karpinsky 2024-09-11 19:55:07 +04:00 committed by GitHub
parent bd14915364
commit a2988da0d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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