smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Dedicated method(s) for modification of keywords tag #7

Open halloleo opened 12 years ago

halloleo commented 12 years ago

The keywords tag contains a list of keywords. Adding and removing keywords are common operations on this tag supported by exiftool's command line interface. So we should implement methods for this in the wrapper.