mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 19:45:56 +03:00
Changed documented name of JPEG property [ci skip]
This commit is contained in:
parent
4d234fb54d
commit
2a9c303d73
|
@ -193,7 +193,7 @@ The :py:meth:`~PIL.Image.Image.open` method may set the following
|
|||
**progression**
|
||||
Indicates that this is a progressive JPEG file.
|
||||
|
||||
**icc-profile**
|
||||
**icc_profile**
|
||||
The ICC color profile for the image.
|
||||
|
||||
**exif**
|
||||
|
@ -219,7 +219,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
|||
**dpi**
|
||||
A tuple of integers representing the pixel density, ``(x,y)``.
|
||||
|
||||
**icc-profile**
|
||||
**icc_profile**
|
||||
If present, the image is stored with the provided ICC profile. If
|
||||
this parameter is not provided, the image will be saved with no
|
||||
profile attached. To preserve the existing profile::
|
||||
|
|
Loading…
Reference in New Issue
Block a user