mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-02 12:44:28 +03:00
30c4ad484c
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
59 lines
670 B
ReStructuredText
59 lines
670 B
ReStructuredText
11.2.0
|
|
------
|
|
|
|
Security
|
|
========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
:cve:`YYYY-XXXXX`: TODO
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
TODO
|
|
|
|
Backwards Incompatible Changes
|
|
==============================
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
Deprecations
|
|
============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API Changes
|
|
===========
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|
|
|
|
API Additions
|
|
=============
|
|
|
|
Check for mozjpeg
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
You can check if Pillow has been built against the MozJPEG version of the
|
|
libjpeg library, and what version of mozjpeg is being used::
|
|
|
|
from PIL import features
|
|
features.check_feature("mozjpeg") # True or False
|
|
features.version_feature("mozjpeg") # "4.1.1" for example, or None
|
|
|
|
Other Changes
|
|
=============
|
|
|
|
TODO
|
|
^^^^
|
|
|
|
TODO
|