Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 919 Bytes

File metadata and controls

41 lines (28 loc) · 919 Bytes

Arcan - Image annotator for photo prints

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.

Project setup

Setup the environment and install Python dependencies:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements/requirements.txt

To uninstall, run:

deactivate
rm -rf venv

Usage

To generate example images, run:

source venv/bin/activate
python3 manage.py generate examples

Generated images are saved in target/examples directory.

To generate your own images:

  • Create a new directory in source directory
  • Add images to the directory
  • Create metadata.csv and add metadata for each image
  • Run python3 manage.py generate <directory_name> to generate images