Add JPEG comment to info dictionary#4455
Merged
hugovk merged 1 commit intopython-pillow:masterfrom Mar 6, 2020
Merged
Conversation
hugovk
approved these changes
Mar 5, 2020
Member
hugovk
left a comment
There was a problem hiding this comment.
The other two have comment in the docs:
- https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#gif
- https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#gbr
Let's also add for JPEG:
And perhaps release notes?
hugovk
reviewed
Mar 6, 2020
| Raw EXIF data from the image. | ||
|
|
||
| **comment** | ||
| A comment about the image. |
Member
There was a problem hiding this comment.
Should we have a "New in version 7.1.0."?
Member
|
The MinGW download failures look like this:
msys2/MSYS2-packages#1884 (comment) Possible workaround here: msys2/MINGW-packages#6256 (comment), but we can probably wait a bit. Anyway, unrelated to this PR, and it passed earlier, and only docs changes were made since if failed. |
Member
|
Looks like the repo.msys2.org server is back up: I restarted the failed job and it passed: |
This was referenced Mar 6, 2021
This was referenced Mar 17, 2021
Bump pillow from 4.0.0 to 7.1.0 in /study_material/intro-to-tensorflow
tiandiao123/deep_learning#121
Merged
Merged
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #4450
Adds JPEG comment to the
infodictionary, in the same way that GIF and GBR do.