-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Option to send images with metadata #4445
Comments
You should just zip the image before upload. That's all it takes. |
It's quite hard to open (or create) ZIP-Files on mobile devices. If I just want to share an original picture file with someone, he/she should have the option to decide on with device he/she wants to open/view it. |
whatsapp - which is always one step ahead in terms of usability - have done it cleanly this way:
why does it take signal ages to eventually catch up? it's clearly not a technical issue, but a political resistance against everything that is not designed by open whisper systems. they may be good at cryptography but total disaster at usability. |
I'm sorry to hear this is causing troubles for you. Could you talk a bit more about your use case:
Thanks for your report! |
this talk applies to all platforms, not just desktop. please discuss it with your team for ios and android as well.
https://en.wikipedia.org/wiki/Metadata#Photographs
you don't. instead you give the user the choice and decision.
if user chooses photo, user navigates the photo library and the app downscales it and strips all metadata |
Thanks for this information. |
It's absolutely unacceptable to allow users to send images with metadata unstripped. Metadata inside image files can contain GPS location when the photos are taken, the exact phone model and possibly real names. However, the option to send images at full resolution should be added. This means the image files must be recompressed using pixels data only so that metadata will never be accidentally reincluded (bug in code or user error) in the new images to be sent. For advanced users that need to send original image files with metadata intact, they can do so by zipping the files first and use Signal to send the zip file. This means you do it intentionally. |
I'm not quite sure why you want to forbid users to do it. You don't forbid users to write where they are or where they took a photo. You can even share a location via Signal. |
Metadata stripping should be an opt-in configuration option. If we're advocating very strong privacy then maybe opt-out but configurable in any case. What if I want the recipient to have the EXIF data? I would expect any file shared with someone via Signal to arrive unaltered at the other end, be it a JPEG or ODT. |
BTW... There is no advantage in stripping the recording timestamp, if behind the scences the image is called "signal-YYYY-MM-DD-HHmmss".. I think a better way is to just create a GUID for it.. |
Has this option been implemented? If so, where? Edit: I ask because just above it says, "...closed this as completed on Sep 29, 2021". |
This Feature would be absolutly gamechanging. Let users opt in if they want to share exif and gps. When I am on a trip with my friends, I want to share our pictures in full quality and with all exif includes. This should be a standard feature Oo |
For all future visitor to this thread: |
this issue IS a bug. because it is a REGRESSION (sometime ago it was possible to send unstripped exif images, now it is not). what if I want to securely send someone an images containing important metadata? whatsapp allows for this purpose sending files, so you just pick a JPG/HEIC file from the mobile os Files app. |
Feature Description
I would like to have the possibility to send picture files just as they are.
For privacy reasons it totally makes sense to strip all EXIF data in general. File names, recording timestamp, GPS coordinates and stuff. But I would like to have an option to share raw pictures with my best friends without using nextcloud links or email or so.
Steps to Reproduce
Actual Result:
You can often estimate if it is day or night, winter or summer by just watching the image.
Expected Result:
You have an option to just send the original timestamp and maybe all EXIF data quite with the file itself.
The text was updated successfully, but these errors were encountered: