#! /bin/bash
# Last edited on 2016-04-11 22:18:03 by stolfilocal

img="2016-04-11-OKCoin-vol-MMM"
  
annotate-pic.sh \
    ${img}-raw.png 16 Black Yellow \
    -strokewidth 1 \
    -color '#ff9933' -L  1060 604 1100 482  " Russia criminalizes ponzi " \
    -color '#ff9933' -L   680 654  800 482  " MMM bitcoin ponzi starts " \
    -color '#ff6699' -L   472 661  300 182  " Greek crisis starts " \
    -color '#ff6699' -L   609 653  600 182  " Greece sticks with euro " \
    \
  > ${img}-annotated.png

gimp ${img}-annotated.png
convert ${img}-annotated.png -quality 80 -resize '800x' ${img}-annotated.jpg
