6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
Add annotation to image:
|
|
|
|
$ convert -font helvetica -fill black -pointsize 24 \
|
|
-draw "text 10,30 'Refined edges: 01 12 20 23 30 31'" \
|
|
tets.png output_file.jpg
|