#! /bin/bash
# Last edited on 2014-08-18 18:22:43 by stolfilocal

img="2014-08-18-no-china-extrap"
  
annotate-pic.sh \
    ${img}-raw.png 14 Black Yellow \
    -color '#ffdd22' -strokewidth 2 \
    -L 728 244 808 324 "133.00" \
    \
  > ${img}-annotated.png

gimp ${img}-annotated.png
