#! /bin/bash
# Last edited on 2014-05-07 09:43:48 by stolfilocal

iname="2014-05-07-123611-HUBI"
iimg="${iname}.png"
oimg="${iname}-annotated.png"

annotate-pic.sh \
  ${iimg} 24 Black '#ffaa00' \
  +L 453 245  -90 -120 "You were here" \
  +L 1052 446 -90 -120 "You are here" \
  > ${oimg}
  
display ${oimg}

