You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixbasujindal#111: embed generation metadata in picture files.
Problems:
1. The pip package python-xmp-toolkit isn't supported on Windows,
and doesn't automatically install the required C++-based
dependency libexempi3. See
https://python-xmp-toolkit.readthedocs.io/en/latest/installation.html
for manual installation steps.
2. The metadata is just a dump of argparse's parsed options, which
could leak private information in arguments such as outdir. A
todo is to build a dictionary from the argparse namespace, but
exclude fields that could contain sensitive information.
this might work
0 commit comments