6 ms·
Show HN: I'm working on a Chrome extension for viewing EXIF data of images
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!
- 2Gkashmiri 2y agoFirefox version please. Dont help chrome only future
- sentientslug 2y agoYou’re free to make one yourself
- ternera 2y agoThis is something I plan to do eventually! I use a Chromium-based browser on a day-to-day basis, so that was what I wanted to tackle first.
- jxramos 2y agochecks out for me, just spot checked this image https://github.com/ianare/exif-samples/blob/master/jpg/Canon_40D.jpg 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://imgur.com/i2iHgAI https://i.imgur.com/i2iHgAI.jpeg https://i.imgur.com/i2iHgAI.jpeg Thank you for this useful extension.
- ternera 2y agoGlad it worked for you - thanks for the feedback!
- wutwutwat 2y agoA 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#strip https://imagemagick.org/script/command-line-options.php#stri...
- al_borland 2y agoA 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.
- wutwutwat 2y agoI don't grant my camera app location permissions, so the images are never tagged with gps in the first place, but I also will screen shot pictures before sending them anywhere.
- kristianp 2y agoIt's shame all exif info is stripped. I like to see the camera info, such as focal length, aperture and what lens too for interchangeable lens cameras.
- jmkni 2y agoIIRC This is how John McAfee's location was leaked when he was on the run, a Vice reporter took a selfie with him and uploaded it to the website without stripping the EXIF data
- hideload 2y agoThe 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.
- ternera 2y agoI'll consider adding that, thanks!