mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-22 15:24:37 +03:00
Updated capitalization
This commit is contained in:
parent
e79b298443
commit
284297755a
|
@ -44,11 +44,11 @@ TODO
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Check for mozjpeg
|
Check for MozJPEG
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
You can check if Pillow has been built against the MozJPEG version of the
|
You can check if Pillow has been built against the MozJPEG version of the
|
||||||
libjpeg library, and what version of mozjpeg is being used::
|
libjpeg library, and what version of MozJPEG is being used::
|
||||||
|
|
||||||
from PIL import features
|
from PIL import features
|
||||||
features.check_feature("mozjpeg") # True or False
|
features.check_feature("mozjpeg") # True or False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user