MATHEMA-GmbH / privacyblur

Obfuscate sensitive data in your pictures before sharing them online.
https://privacyblur.app/
MIT License
144 stars 15 forks source link

[Feature request]: Add the ability to NOT remove EXIF metadata #77

Open nicolas-raoul opened 2 years ago

nicolas-raoul commented 2 years ago

There are many situations where one wants to blur faces but not remove EXIF metadata:

I know you want to keep the UI simple, but thanks a lot for your consideration! :-)

tkuenneth commented 2 years ago

Thanks for reporting this. We might add an option to let the user decide.

nicolas-raoul commented 2 years ago

This will require a rather deep modification, as the file is currently written from scratch using just the pixels raw data:

encodeJpg(Image.fromBytes(width, height, raw)) https://github.com/MATHEMA-GmbH/privacyblur/blob/main/lib/src/screens/image/utils/image_tools.dart#L72