Re: Generating a Text Image
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240807c776d2c20d07@[192.168.1.2]> |
try convert -background white -size 500x500 -fill black caption:@textfile.txt outputimage This will make a 500x500 pixel wide image with font size automatically selected to fill the text in the image. If that is not what you want, then explain in more detail what you mean by converting a text file to an image! fred