Added beta support for face regions in xmp

This commit is contained in:
Rhet Turnbull
2021-01-17 19:14:21 -08:00
parent 348ef54b30
commit 2773ff7381
10 changed files with 263 additions and 9 deletions

3
cli.py
View File

@@ -3,8 +3,7 @@
To build this into an executable:
- install pyinstaller:
python3 -m pip install pyinstaller
- then use make_cli_exe.sh to run pyinstaller or execute the following command:
pyinstaller --onefile --hidden-import="pkg_resources.py2_warn" --name osxphotos --add-data osxphotos/templates/xmp_sidecar.mako:osxphotos/templates cli.py
- then use make_cli_exe.sh to run pyinstaller
Resulting executable will be in "dist/osxphotos"