mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 10:14:47 +03:00
Remove duplicate parameter exif from jpeg.
This commit is contained in:
parent
1d1a22bde3
commit
553163fc5e
|
@ -376,7 +376,7 @@ The :py:meth:`~PIL.Image.open` method may set the following
|
|||
The ICC color profile for the image.
|
||||
|
||||
**exif**
|
||||
Raw EXIF data from the image.
|
||||
If present, the image will be stored with the provided raw EXIF data.
|
||||
|
||||
**comment**
|
||||
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'))
|
||||
|
||||
**exif**
|
||||
If present, the image will be stored with the provided raw EXIF data.
|
||||
|
||||
**subsampling**
|
||||
If present, sets the subsampling for the encoder.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user