Merge pull request #1783 from python-pillow/radarhere-patch-1

Changed documented name of JPEG property
This commit is contained in:
wiredfool 2016-04-01 03:30:42 -07:00
commit f950c3c161

View File

@ -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::