joshbuddy / exif-be-gone

Remove exif data using a node.js transform stream
39 stars 5 forks source link

Exif in PNG gets through #26

Closed dirksen-dps closed 10 months ago

dirksen-dps commented 1 year ago

Here's what I did:

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 commented 11 months ago

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

I've added png support here https://github.com/joshbuddy/exif-be-gone/pull/27

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

joshbuddy commented 10 months ago

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