Job description
Script customization
https://stackoverflow.com/questions/52108035/how-to-write-value-on-image-through-using-excel-csv
more precisely
magick badge.png first.png -geometry +710+360 first.png -composite last.png -geometry +710+460 -composite "$filename"
so that the badge.png is dynamically downloaded from the CSV, based on the $last *.jpg variable;
so the list will have a third column
William, Gates,willi1.jpg
Kermit, Frog, frog1.jpg
Yellow, duck, duck1.jpg
etc.