Page 1 of 1

image from text file

Posted: 2011-06-03T06:19:50-07:00
by sin
can we get an image from the text file using imagemagick?

Actually, this text file is extracted from the image only and now i want to convert that text file into image now. is it possible?

Re: image from text file

Posted: 2011-06-03T09:52:19-07:00
by fmw42
Not sure I understand. But try

convert textfile.txt textfile.png

Re: image from text file

Posted: 2011-06-03T17:51:28-07:00
by anthony
There is a how section of IM Examples on just that.. Text to Image Handling
http://www.imagemagick.org/Usage/text/