adding text to photos from commandline

Imagemagick is kind of stuff that everybody knows from name, but almost nobody know how to use. If you want to generate some text at your photos, change size, add watermark or whatever you want to do with picture (with no need to see this picture), or make some script that automaticaly add something to picture you have to use imagemagick :)

One of my ideas is to make a scripts which add a date to picture, like this:

montage -geometry +0+0 -background gray -label “`date`” source.jpg destination.jpg

power 6

more can be found here

Tags: ,

Sunday, June 8th, 2008 Tips, cribs

No comments yet.

Leave a comment