Cheat Logo

Cheat Sheet

Labeling Images

Level: Intermediate
OS:
  • OS X
  • Linux
  • BSD
  • Solaris
Programs:
  • ImageMagick

Add label to southeast corner:

convert -font Verdana-Regular -pointsize 9 -background '#00000080' \
 -fill lightblue label:'schutt.org' miff:- | composite -gravity southeast \
 -geometry +0+0 - in.png  out.png

Add text to bottom:

montage -geometry +0+0 -font Verdana-Regular -pointsize 9 \
 -background 'gray(20%)' -fill skyblue \
 -label "Some text goes here" in.png out.png
©2015 Schutt Design (Luke & Noel Schutt).
Contact us using one of our first names at schuttdesign dot net.