mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 02:34:44 +03:00
Merge pull request #1 from melonmouse/melonmouse-docs-patch
Remove duplicate parameter exif from jpeg.
This commit is contained in:
commit
69831a27cc
|
@ -376,7 +376,7 @@ The :py:meth:`~PIL.Image.open` method may set the following
|
||||||
The ICC color profile for the image.
|
The ICC color profile for the image.
|
||||||
|
|
||||||
**exif**
|
**exif**
|
||||||
Raw EXIF data from the image.
|
If present, the image will be stored with the provided raw EXIF data.
|
||||||
|
|
||||||
**comment**
|
**comment**
|
||||||
A comment about the image.
|
A comment about the image.
|
||||||
|
@ -412,9 +412,6 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
|
|
||||||
im.save(filename, 'jpeg', icc_profile=im.info.get('icc_profile'))
|
im.save(filename, 'jpeg', icc_profile=im.info.get('icc_profile'))
|
||||||
|
|
||||||
**exif**
|
|
||||||
If present, the image will be stored with the provided raw EXIF data.
|
|
||||||
|
|
||||||
**subsampling**
|
**subsampling**
|
||||||
If present, sets the subsampling for the encoder.
|
If present, sets the subsampling for the encoder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user