mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 18:23:24 +03:00
Update docs/deprecations.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
a2988da0d2
commit
6921f83629
|
@ -144,7 +144,7 @@ Get Internal Pointers to Objects
|
||||||
``Image.core.ImagingCore.id`` and ``Image.core.ImagingCore.unsafe_ptrs`` have been
|
``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
|
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
|
raw pointers to ``ImagingCore`` internals. To interact with C code, you can use
|
||||||
``Image.core.ImagingCore.ptr``, which returns a ``Capsule`` object.
|
``Image.Image.getim()``, which returns a ``Capsule`` object.
|
||||||
|
|
||||||
Removed features
|
Removed features
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user