Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 760 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 760 Bytes

Export Adobe Lightroom Faces

This script exports tagged faces from the Adobe Lightroom CC SQLlite Database. Just give the script a name you entered in Lightroom and you get JPGs just with the faces and not the whole image.

1. Install dependencies

There are a few library dependencies, which you can install using pip:

$ pip install -r requirements.txt

2. Usage

$ ./getfaces.py -d <path to Lightroom DB File> -o <output path> -n <Name of the person> [-ee extension1, extension2,... -cf <clipping factor>]

License

exportlightroomfaces is released under the [MIT License](https://github.com/ThomasMoritz/exportlightroomfaces/blob/master/LICENSE).