upload icon indicating copy to clipboard operation
upload copied to clipboard

[imagick] Strip GPS data from EXIF if present

Open imorland opened this issue 3 years ago • 1 comments

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.

imorland avatar Dec 12 '21 21:12 imorland

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

clarkwinkelmann avatar Dec 13 '21 14:12 clarkwinkelmann