-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report: EXIF comment not extracted #1159
Comments
Oh, and the test image was created with ImageMagick and exiftool as follows:
|
Afais there isn't an EXIF tag named "comment". You are writing a file tag. exiftool test.jpg -comment -G1 |
Ahh, OK, I wasn't aware of that distinction - thanks! Personally I'd want it to display any potentially relevant metadata from the image, though I understand that, since the operation is 'Extract EXIF', it makes sense to limit it to strictly EXIF tags. While playing around to understand the distinction better, I observed that [IFD0] ImageDescription is displayed by the operation, but [ExifIFD] UserComment is not. Both are included in the EXIF 2.32 specification - should UserComment be displayed, or is there something else I'm failing to grok? |
I'd say that we should be displaying comments. If anyone would like to submit a PR, we will accept it. |
Description of the bug
EXIF comments added to JPEGs with exiftool (12.00) are not being extracted by the 'Extract EXIF' operation. Linux' file utility (file-5.11 on CentOS 7.7) successfully outputs the comment, so I believe it is being added correctly.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The EXIF comment 'This comment is in EXIF' should be in the output pane.
Screenshots
Desktop (if relevant, please complete the following information):
CyberChef debugging information:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Additional context
Sample image test.jpg:
Hexdump of first 192 bytes of test.jpg:
The text was updated successfully, but these errors were encountered: