Search found 1 match

by ggyyree
2013-05-30T10:12:44-07:00
Forum: Users
Topic: How to batch annotate my images?
Replies: 1
Views: 3489

How to batch annotate my images?

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 ...