TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I'm working on a Chrome extension for viewing EXIF data of images

23 pointsby ternera2 months ago
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!

4 comments

wutwutwat2 months ago
A lot of folks accepting image uploads don&#x27;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:&#x2F;&#x2F;imagemagick.org&#x2F;script&#x2F;command-line-options.php#strip" rel="nofollow">https:&#x2F;&#x2F;imagemagick.org&#x2F;script&#x2F;command-line-options.php#stri...</a>
评论 #43360447 未加载
评论 #43359752 未加载
评论 #43362158 未加载
jxramos2 months ago
checks out for me, just spot checked this image <a href="https:&#x2F;&#x2F;github.com&#x2F;ianare&#x2F;exif-samples&#x2F;blob&#x2F;master&#x2F;jpg&#x2F;Canon_40D.jpg" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ianare&#x2F;exif-samples&#x2F;blob&#x2F;master&#x2F;jpg&#x2F;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:&#x2F;&#x2F;imgur.com&#x2F;i2iHgAI" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;i2iHgAI</a> <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;i2iHgAI.jpeg" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;i2iHgAI.jpeg</a><p>Thank you for this useful extension.
评论 #43372502 未加载
hideload2 months ago
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.
评论 #43381579 未加载
2Gkashmiri2 months ago
Firefox version please. Dont help chrome only future
评论 #43359042 未加载
评论 #43372519 未加载