Re: Text to images!
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240808c776d3dc4f0d@[192.168.1.2]> |
>It was easy to convert an txt file (but the problem with åäö persist If your text file is utf-8 compatible, it will display the non-latin characters. Your text file must be created with a text editor that is utf-8 compliant. This should work: convert -background white -size 500x500 -fill black caption:@textfile.txt outputimage if the textfile is utf-8 compliant. see http://www.imagemagick.org/Usage/text/#unicode