mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 00:32:27 +03:00
Shortened table description
This commit is contained in:
parent
1e8a03cd2d
commit
71ba20bb19
|
@ -64,9 +64,9 @@ A number of constants and a function in :py:mod:`.ImageCms` have been deprecated
|
||||||
This includes a table of flags based on LittleCMS version 1 which has been
|
This includes a table of flags based on LittleCMS version 1 which has been
|
||||||
replaced with a new class :py:class:`.ImageCms.Flags` based on LittleCMS 2 flags.
|
replaced with a new class :py:class:`.ImageCms.Flags` based on LittleCMS 2 flags.
|
||||||
|
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
Deprecated Use instead
|
Deprecated Use instead
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
``ImageCms.DESCRIPTION`` No replacement
|
``ImageCms.DESCRIPTION`` No replacement
|
||||||
``ImageCms.VERSION`` ``PIL.__version__``
|
``ImageCms.VERSION`` ``PIL.__version__``
|
||||||
``ImageCms.FLAGS["MATRIXINPUT"]`` :py:attr:`.ImageCms.Flags.CLUT_POST_LINEARIZATION`
|
``ImageCms.FLAGS["MATRIXINPUT"]`` :py:attr:`.ImageCms.Flags.CLUT_POST_LINEARIZATION`
|
||||||
|
@ -90,7 +90,7 @@ Deprecated Use instead
|
||||||
``ImageCms.versions()`` :py:func:`PIL.features.version_module` with
|
``ImageCms.versions()`` :py:func:`PIL.features.version_module` with
|
||||||
``feature="littlecms2"``, :py:data:`sys.version` or
|
``feature="littlecms2"``, :py:data:`sys.version` or
|
||||||
:py:data:`sys.version_info`, and ``PIL.__version__``
|
:py:data:`sys.version_info`, and ``PIL.__version__``
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
|
|
||||||
Removed features
|
Removed features
|
||||||
----------------
|
----------------
|
||||||
|
|
|
@ -17,9 +17,9 @@ A number of constants and a function in :py:mod:`.ImageCms` have been deprecated
|
||||||
This includes a table of flags based on LittleCMS version 1 which has been replaced
|
This includes a table of flags based on LittleCMS version 1 which has been replaced
|
||||||
with a new class :py:class:`.ImageCms.Flags` based on LittleCMS 2 flags.
|
with a new class :py:class:`.ImageCms.Flags` based on LittleCMS 2 flags.
|
||||||
|
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
Deprecated Use instead
|
Deprecated Use instead
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
``ImageCms.DESCRIPTION`` No replacement
|
``ImageCms.DESCRIPTION`` No replacement
|
||||||
``ImageCms.VERSION`` ``PIL.__version__``
|
``ImageCms.VERSION`` ``PIL.__version__``
|
||||||
``ImageCms.FLAGS["MATRIXINPUT"]`` :py:attr:`.ImageCms.Flags.CLUT_POST_LINEARIZATION`
|
``ImageCms.FLAGS["MATRIXINPUT"]`` :py:attr:`.ImageCms.Flags.CLUT_POST_LINEARIZATION`
|
||||||
|
@ -43,7 +43,7 @@ Deprecated Use instead
|
||||||
``ImageCms.versions()`` :py:func:`PIL.features.version_module` with
|
``ImageCms.versions()`` :py:func:`PIL.features.version_module` with
|
||||||
``feature="littlecms2"``, :py:data:`sys.version` or
|
``feature="littlecms2"``, :py:data:`sys.version` or
|
||||||
:py:data:`sys.version_info`, and ``PIL.__version__``
|
:py:data:`sys.version_info`, and ``PIL.__version__``
|
||||||
===================================================== ============================================================
|
============================================ ====================================================
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user