Jump to content

Recommended Posts

Posted
I've got 200 photos that I want to stamp with the filename directly onto the image. I've looked at Photoshop CS3 and IrfanView but I can’t see a way to achieve this. Any ideas?
Posted

in imagemagik:

for f in [0-9]*.jpg; do fn=${f%.*}; convert ${fn}.jpg -fill black -gravity South -pointsize 30 -annotate +0+5 "${fn}" ${fn}_annotated.jpg ;done

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...