I started this because similar Chrome extensions were paywalling features and I wanted a free, open source alternative. I'm new to this, so I would appreciate feedback and tips if anyone has some!
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.<p>[0] <a href="https://imagemagick.org/script/command-line-options.php#strip" rel="nofollow">https://imagemagick.org/script/command-line-options.php#stri...</a>
checks out for me, just spot checked this image <a href="https://github.com/ianare/exif-samples/blob/master/jpg/Canon_40D.jpg" rel="nofollow">https://github.com/ianare/exif-samples/blob/master/jpg/Canon...</a>. I loaded as an unpacked extension, works great so far.<p>Looks good too for imgur which typically has no metadata on the images
<a href="https://imgur.com/i2iHgAI" rel="nofollow">https://imgur.com/i2iHgAI</a>
<a href="https://i.imgur.com/i2iHgAI.jpeg" rel="nofollow">https://i.imgur.com/i2iHgAI.jpeg</a><p>Thank you for this useful extension.
The extension looks native to the system in the screenshot which is impressive. It might be helpful for some users if file size and type are added to the list.