I use following codes to batch annotate my images using ImageMagick convert function under Windows7 system.
for %i in (*.png) do convert %i -fill yellow -box green -gravity South -pointsize 20 -annotate +0+0 (a) "%~niAnnotated.png"
My questions are:
1. How to change the annotated text (a) into (a ...
Search found 1 match
- 2013-05-30T10:12:44-07:00
- Forum: Users
- Topic: How to batch annotate my images?
- Replies: 1
- Views: 3648