mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +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
|
||||
==============================
|
||||
|
||||
The :py:mod:`~PIL.ExifTags` module exposes several ``enum.IntEnum`` classes
|
||||
which provide constants and clear-text names for various well-known EXIF tags.
|
||||
The :py:mod:`~PIL.ExifTags` module exposes several :py:class:`enum.IntEnum`
|
||||
classes which provide constants and clear-text names for various well-known
|
||||
EXIF tags.
|
||||
|
||||
.. py:data:: Base
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ Constants
|
|||
^^^^^^^^^
|
||||
|
||||
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
|
||||
|
|
|
@ -33,8 +33,9 @@ Added ExifTags enums
|
|||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The data from :py:data:`~PIL.ExifTags.TAGS` and
|
||||
:py:data:`~PIL.ExifTags.GPSTAGS` is now also exposed as ``enum.IntEnum``
|
||||
classes: :py:data:`~PIL.ExifTags.Base` and :py:data:`~PIL.ExifTags.GPS`.
|
||||
:py:data:`~PIL.ExifTags.GPSTAGS` is now also exposed as
|
||||
:py:class:`enum.IntEnum` classes: :py:data:`~PIL.ExifTags.Base` and
|
||||
:py:data:`~PIL.ExifTags.GPS`.
|
||||
|
||||
|
||||
Security
|
||||
|
|
Loading…
Reference in New Issue
Block a user