mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Merge pull request #1783 from python-pillow/radarhere-patch-1
Changed documented name of JPEG property
This commit is contained in:
commit
f950c3c161
|
@ -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