We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79b298 commit 2842977Copy full SHA for 2842977
docs/releasenotes/11.2.0.rst
@@ -44,11 +44,11 @@ TODO
44
API Additions
45
=============
46
47
-Check for mozjpeg
+Check for MozJPEG
48
^^^^^^^^^^^^^^^^^
49
50
You can check if Pillow has been built against the MozJPEG version of the
51
-libjpeg library, and what version of mozjpeg is being used::
+libjpeg library, and what version of MozJPEG is being used::
52
53
from PIL import features
54
features.check_feature("mozjpeg") # True or False
0 commit comments