Zet - How do you annotate images with their filename using imagemagik?
How do you annotate images with their filename using imagemagik?
You can annotate images with their filename using the following command:
convert image.jpg -gravity South -pointsize 36 -annotate +0+10 ‘%f’ annotated_image.jpg
#imagemagik