Adds annotations and additional graphics to images so photo can have additional context.
It seems no photo printing service allows for backside text of more than 10-20 characters, which is not enough for a proper description.
Setup the environment and install Python dependencies:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements/requirements.txtTo uninstall, run:
deactivate
rm -rf venvTo generate example images, run:
source venv/bin/activate
python3 manage.py generate examplesGenerated images are saved in target/examples directory.
To generate your own images:
- Create a new directory in
sourcedirectory - Add images to the directory
- Create
metadata.csvand add metadata for each image - Run
python3 manage.py generate <directory_name>to generate images