HOw do I draw a point on an image with ImageMagick (or some other linux CLI tool)? I tried:
convert tension_00.png -pointsize 100 -fill black -draw 'point 10,10' tension_001.png
I doesn’t give error, but I can’t find a point on the processed image.
Oh I solved it with pygames (that is from python script):