mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 11:35:52 +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**
|
**progression**
|
||||||
Indicates that this is a progressive JPEG file.
|
Indicates that this is a progressive JPEG file.
|
||||||
|
|
||||||
**icc-profile**
|
**icc_profile**
|
||||||
The ICC color profile for the image.
|
The ICC color profile for the image.
|
||||||
|
|
||||||
**exif**
|
**exif**
|
||||||
|
@ -219,7 +219,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
**dpi**
|
**dpi**
|
||||||
A tuple of integers representing the pixel density, ``(x,y)``.
|
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
|
If present, the image is stored with the provided ICC profile. If
|
||||||
this parameter is not provided, the image will be saved with no
|
this parameter is not provided, the image will be saved with no
|
||||||
profile attached. To preserve the existing profile::
|
profile attached. To preserve the existing profile::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user