sylikc / pyexiftool

PyExifTool (active PyPI project) - A Python library to communicate with an instance of Phil Harvey's ExifTool command-line application. Runs one process with special -stay_open flag, and pipes data to/from. Much more efficient than running a subprocess for each command!
Other
144 stars 17 forks source link

Added optional config file argument #11

Closed housewarmer closed 3 years ago

housewarmer commented 3 years ago

Allows running exiftool with custom configurations for namespaces, tags, etc.

housewarmer commented 3 years ago

Should have checked open pull requests first