Skip to content

Commit 4efc096

Browse files
authored
Merge pull request #8788 from radarhere/jpeg_comment
JPEG comments are from the COM marker
2 parents 721a2fe + c60682a commit 4efc096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/handbook/image-file-formats.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ The :py:meth:`~PIL.Image.open` method may set the following
454454
Raw EXIF data from the image.
455455

456456
**comment**
457-
A comment about the image.
457+
A comment about the image, from the COM marker. This is separate from the
458+
UserComment tag that may be stored in the EXIF data.
458459

459460
.. versionadded:: 7.1.0
460461

0 commit comments

Comments
 (0)