Page 1 of 1

text to gif/jpg

Posted: 2007-07-19T17:30:41-07:00
by oct
Hello there,

I am trying to convert a text file (.txt) into an image (.jpg) with the command: convert text:@filename text_test.jpg; however, there is a "unable to open file" error. Your help and advice is greatly appreciated.

Thanks much! :D

Re: text to gif/jpg

Posted: 2007-08-09T19:21:31-07:00
by anthony
text: takes a filename as an argument. not a string like label:. As such the '@' is not needed. see IM Examples, Text to Image handling.