Remove duplicate parameter exif from jpeg.

This commit is contained in:
Melon Mouse 2022-09-16 10:34:11 +02:00 committed by GitHub
parent 1d1a22bde3
commit 553163fc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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