#! /bin/bash -e
# Last edited on 2025-09-29 15:22:21 by stolfi

# Annotate the clipped image:
annotate_image.sh f82v-washed-red.png \
    -textsize 22 \
    -strokewidth 2.0 \
    -textcolor 'lightgreen' -strokecolor 'lightgreen' -fillcolor 'darkgreen' \
     \
    -LC  199 151  140  380 030  'A' \
    -LC 1517 277  140 1500 030  'B' \
     \
    -S 424 235  1080 281 \
    -S 661 382  1136 400 \
     \
    -LA  528 243  000  500 -30  'C' \
    -LA  701 384  000  700 -30  'D' \
     \
    -strokecolor 'blue' -textcolor 'blue' -fillcolor 'cyan' \
    -strokecolor 'purple' -textcolor 'purple' -fillcolor 'violet' \
    -strokecolor 'darkred' -textcolor 'darkred' -fillcolor 'lightsalmon' \
  > f82v-washed-red-annot.png
  
display f82v-washed-red-annot.png
    
echo "." \
    -strokecolor 'none' \
    -LA 090 148  000  030 140  'J' \
    -LA 090 180  000  030 180  'K' \
    -LA 090 220  000  030 220  'L' \
    -LA 090 260  000  030 260  'M' \
    -LA -90 149  000  -30 140  'Q' \
    -LA -90 180  000  -30 180  'R' \
    -LA -90 220  000  -30 220  'S' \
    -LA -90 260  000  -30 260  'T' \
     \
    -LA 140 -90  000  140 -30  'W' \
    -LC 180 -90  027  180 -30  'X' \
    -LA 220 -90  000  220 -30  'Y' \
    -LA 260 -90  000  260 -30  'Z'
  > /dev/null
