Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exif in PNG gets through #26

Closed
dirksen-dps opened this issue Feb 8, 2023 · 2 comments
Closed

Exif in PNG gets through #26

dirksen-dps opened this issue Feb 8, 2023 · 2 comments

Comments

@dirksen-dps
Copy link

Here's what I did:

  • I converted Canon_40D.jpg in the repo to Canon_40D.png: Canon_40D using the Preview app in Mac
  • Scrub the file using:npx exif-be-gone Canon_40D.png Canon_40D.cleaned.png
  • Compare the results:diff -y <(exiftool Canon_40D.png ) <(exiftool Canon_40D.cleaned.png)

The two results are almost the same. Particularly, the cleaned version still has all the camera-related metadata.

I expect the cleaned PNG would have the same metadata set as the cleaned JPG.

@joshbuddy
Copy link
Owner

Hey, for some reason I didn't notice this issue until right now. Sorry about that.

I've added png support here #27

I'm going to merge this and deploy a new minor version. Thanks for filing this issue

@joshbuddy
Copy link
Owner

I'm going to go ahead and close this, but please re-open if there is something more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants