Denny Huang says to YSITDwhile read line; do text=$(echo $line | cut -d\| -f1); filename=$(echo $line | cut -d\| -f2); echo $text $filename; convert coverBG.jpg -pointsize 72 -font Source-Han-Sans-TW-Normal -fill '#00000080' -gravity Center -annotate +0+5 "$text" "$filename.jpg"; done < <(jq '.[] | .subject + "\\n" + .speakername + "|" + .slot' program.json | sed 's/^"\|"$//g')at Sat, Sep 24, 2016 10:50 AM