matrix-org/matrix-react-sdk#1307 implements this for Riot Web; Android should also by default strip GPS info from uploaded images.
(We could also strip out the EXIF rotation metadata at this point and put it in the event itself, so that clients displaying the image can rotate appropriately)
twinned with https://github.com/vector-im/riot-ios/issues/3230
If RiotX won't strip all EXIF data by default (e.g. just GPS) then it would be nice to have a switch that would allow the user to have RiotX strip ALL EXIF data.
I feel like this is a duplicate of #465 ... I also already posted some ideas about how to implement a "option" to send the original image with all exif data without adding settings or checkmarks wich are complex (tbh confusing for the average user who doesn't really care about what EXIF is)...
also related: #978 (rotation metadata)
(We could also strip out the EXIF rotation metadata at this point and put it in the event itself, so that clients displaying the image can rotate appropriately)
This one seems like a bad idea, since then when you save a copy of the image it'd have the wrong rotation.
Please make this optional.
Dup of #465
Most helpful comment
This one seems like a bad idea, since then when you save a copy of the image it'd have the wrong rotation.