Exif data not loading correctly #1822
Replies: 1 comment 1 reply
-
You are giving me minimal information so I have no idea how to answer your question. Does this happen with a specific image? Why do you think the exif data contains more values? How can I reproduce your question? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I just tried to do a simple example where I stream an image to my backend and then try to manipulate it.
I also wanted to save specific exif data that I can find on that image.
I tried to read the exif data from an jpeg image like so:
When I inspect the 'values' I can only find 1 value named: ExifVersion but when I inspect the exif data before sending it I can see all sorts of exif data on that image.
Am I doing something wrong here?
Please help
Beta Was this translation helpful? Give feedback.
All reactions