|
|
|
|
|
by wutwutwat
460 days ago
|
|
A lot of folks accepting image uploads don't realize they need to remove the exif data from the images, as that often leaks gps coordinates if they were taken using a cell phone. With imagemagick, you can use the `-strip` flag[0] when processing the images to remove that info. [0] https://imagemagick.org/script/command-line-options.php#stri... |
|