Show HN: I'm working on a Chrome extension for viewing EXIF data of images
github.com
Show HN: I'm working on a Chrome extension for viewing EXIF data of images
1–10 of 13 posts
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#2Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#3Looks good too for imgur which typically has no metadata on the images https://imgur.com/i2iHgAI https://i.imgur.com/i2iHgAI.jpeg
Thank you for this useful extension.
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#4Firefox version please. Dont help chrome only future
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#5[0] https://imagemagick.org/script/command-line-options.php#stri...
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#6A 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...
If I want to be lazy about it and quality doesn’t matter, I’ll take a screenshot as a quick way to strip EXIF data, the location being the key piece I want gone.
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#7A 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...
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#8A 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...
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#9A 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...
A responsible site will strip this on the user’s behalf, but no one should rely on that. If I want to be lazy about it and quality doesn’t matter, I’ll take a screenshot as a quick way to strip EXIF data, the location being the key piece I want gone.
Re: Show HN: I'm working on a Chrome extension for viewing EXIF data of images
#10checks out for me, just spot checked this image https://github.com/ianare/exif-samples/blob/master/jpg/Canon... . I loaded as an unpacked extension, works great so far. Looks good too for imgur which typically has no metadata on the images https://imgur.com/i2iHgAI https://i.imgur.com/i2iHgAI.jpeg Thank you for this useful extension.