User Tools

Site Tools


imagemagick

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

imagemagick [2013/12/13 21:51]
zoza created
imagemagick [2013/12/13 22:19] (current)
zoza
Line 1: Line 1:
 create image from txt create image from txt
 +
 +type text directly in quotes
  
 <​code>​ <​code>​
Line 11: Line 13:
     -draw "text 0,0 'It is 28 degrees today'"​ \     -draw "text 0,0 'It is 28 degrees today'"​ \
     image.png     image.png
 +</​code>​
 +
 +or load in a txt file
 +
 +<​code>​
 +convert -size 228x170 xc:white -family Verdana -pointsize 18 -fill black -gravity center -draw "text 0,0 '$(cat dynamic-parametricism)'"​ dynamic-parametricism.png
 </​code>​ </​code>​
imagemagick.txt ยท Last modified: 2013/12/13 22:19 by zoza