ImageMagick: Aggiungere data ad un file immagine

Da lumacawiki.
Versione del 17 ago 2017 alle 00:43 di Award (discussione | contributi) (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...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
   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