stefmolin / exif-stripper

Pre-commit hook to ensure image EXIF data is removed.
https://pypi.org/project/exif-stripper/
Apache License 2.0
8 stars 4 forks source link

Fine grained control over what EXIF tags get stripped and which don't #37

Open monksy opened 1 month ago

monksy commented 1 month ago

Is your feature request related to a problem? Please describe.

It's a hypothetical. It would be nice to be able to specify some of the fields that would get kept and some that would be removed.

For example, the camera details are good (Like type, focal length, but model, gps no)

Describe the solution you'd like

Configurable option of filtering I.e.

Describe alternatives you've considered

None.

Additional context

None.

stefmolin commented 1 month ago

I would definitely consider this (or maybe something less granular), but I don't have the bandwidth to work on something this big at the moment. A lot would need to be discussed here to flesh out a plan.