mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Link to Python enum documentation
This commit is contained in:
parent
208a34c079
commit
1e8a03cd2d
|
@ -4,8 +4,9 @@
|
||||||
:py:mod:`~PIL.ExifTags` Module
|
:py:mod:`~PIL.ExifTags` Module
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
The :py:mod:`~PIL.ExifTags` module exposes several ``enum.IntEnum`` classes
|
The :py:mod:`~PIL.ExifTags` module exposes several :py:class:`enum.IntEnum`
|
||||||
which provide constants and clear-text names for various well-known EXIF tags.
|
classes which provide constants and clear-text names for various well-known
|
||||||
|
EXIF tags.
|
||||||
|
|
||||||
.. py:data:: Base
|
.. py:data:: Base
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ Constants
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
||||||
A number of constants have been removed.
|
A number of constants have been removed.
|
||||||
Instead, ``enum.IntEnum`` classes have been added.
|
Instead, :py:class:`enum.IntEnum` classes have been added.
|
||||||
|
|
||||||
===================================================== ============================================================
|
===================================================== ============================================================
|
||||||
Removed Use instead
|
Removed Use instead
|
||||||
|
|
|
@ -33,8 +33,9 @@ Added ExifTags enums
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The data from :py:data:`~PIL.ExifTags.TAGS` and
|
The data from :py:data:`~PIL.ExifTags.TAGS` and
|
||||||
:py:data:`~PIL.ExifTags.GPSTAGS` is now also exposed as ``enum.IntEnum``
|
:py:data:`~PIL.ExifTags.GPSTAGS` is now also exposed as
|
||||||
classes: :py:data:`~PIL.ExifTags.Base` and :py:data:`~PIL.ExifTags.GPS`.
|
:py:class:`enum.IntEnum` classes: :py:data:`~PIL.ExifTags.Base` and
|
||||||
|
:py:data:`~PIL.ExifTags.GPS`.
|
||||||
|
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
|
Loading…
Reference in New Issue
Block a user