>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 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
