FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
175 stars 94 forks source link

[imagick] Strip GPS data from EXIF if present #304

Open imorland opened 2 years ago

imorland commented 2 years ago

With https://github.com/flarum/core/pull/3195, it will be possible to use imagick as the driver for Intervention/image, which is used to resize, orientate, etc images.

As pointed out https://github.com/flarum/core/pull/3195#issuecomment-991967527, this could be an issue moving forward.

Let's at least add an option to strip GPS data from uploaded images.

clarkwinkelmann commented 2 years ago

Makes sense. Should the option directly be to erase all exif data? That way every potential info is covered with a single setting.