joshbuddy / exif-be-gone

Remove exif data using a node.js transform stream
34 stars 4 forks source link

File formats supported #14

Closed simeon9696 closed 2 years ago

simeon9696 commented 2 years ago

Hi!

What file formats are supported with this package?

joshbuddy commented 2 years ago

Hi. It works on any file that has exif data in it. I think in the tests it works on .ps, .tiff and .jpg files, but I think thats not an exhaustive list of files that have exif data in them.

xNaCly commented 2 years ago

it also works on pngs

joshbuddy commented 2 years ago

Oh wow, didn't realize that about PNG files. I think it might also work on WAV files too. I'm getting the impression a lot of things use exif data actually.

joshbuddy commented 2 years ago

I've updated the tests to check various webp and png images. Closing out this issue, but feel free to re-open if there is something else that needs to be done,