Element-android: Strip EXIF from uploaded JPEGs by default to preserve privacy.

Created on 10 May 2020  路  5Comments  路  Source: vector-im/element-android

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

Most helpful comment

(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.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

532910 picture 532910  路  3Comments

commagray picture commagray  路  3Comments

matrixes picture matrixes  路  3Comments

Kekun picture Kekun  路  3Comments

Bubu picture Bubu  路  3Comments