Family, Work, Life

Convert

Played around a little bit with ImageMagick and specially with the convert command.

Nice feature is to add Text on a picture like a watermark:

convert -font \
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/luximri.ttf \
-pointsize 160 -fill black -draw "text 0,590 'Text auf Spike'" \
P1020049.JPG spike.jpg

or make a border arround a picture

convert -border 10x10 -bordercolor "#000000" P1020049.JPG spike2.jpg

Nothing special but was nice to play with it.

Share/Save/Bookmark

Leave a Reply