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
more can be found here
No comments yet.
