ImageMagick: Aggiungere data ad un file immagine: differenze tra le versioni

Da lumacawiki.
(Creata pagina con " convert -pointsize 18 -font /path/to/font.ttf -fill white -stroke black -strokewidth 1 -draw "text 10,230 \"$(date "+%H:%M %d.%m.%Y"|sed -e ' s/\"/\\\"/g' )\"" source.jpg...")
 
(Nessuna differenza)

Versione attuale delle 00:43, 17 ago 2017

   convert -pointsize 18 -font /path/to/font.ttf -fill white -stroke black -strokewidth 1 -draw "text 10,230 \"$(date "+%H:%M %d.%m.%Y"|sed -e ' s/\"/\\\"/g' )\"" source.jpg target.jpg