james-see / iptcinfo3

iptcinfo working for python 3 finally do pip3 install iptcinfo3
51 stars 31 forks source link

Added an overwrite keyword #29

Closed b-a0 closed 3 years ago

b-a0 commented 3 years ago

If a user passes overwrite as an option to the save or save_as function, the existing file is overwritten. If no keyword is passed, the current method remains in place (i.e. adding a ~ to the original filename). This can solve issue #22.

james-see commented 3 years ago

Looks great to me, thank you @b-a0 for your help here. This makes sense to me.