Écrire dans une image

Le résultat d'une commande

convert -border 15x15 -bordercolor "#FFFFFF" label:"$(ls climbing*)" ls.jpg

Le contenu d'un fichier

convert -fill '#007bc5' -density 200 -font aescrawl.ttf -trim +repage -border 5 -bordercolor white -background white "label:@contact.txt" contact.png

Du texte positionné

convert -size 200x30 xc:transparent -font /usr/share/fonts/TTF/DejaVuSansMono.ttf -fill black -pointsize 16 -draw "text 0,16 'climbing is fun'" -trim text.png