Search found 2 matches

by tltan
2018-12-06T20:28:06-07:00
Forum: Bugs
Topic: Convert UTF-8 textfile runtime bug
Replies: 3
Views: 9493

Re: Convert UTF-8 textfile runtime bug

On the second output, Output2, the first line is offset with a couple of spaces in front of LINE1 (i.e. " LINE1"). Note: it did not show up correctly in my original post. Any help is much appreciated.
by tltan
2018-12-06T20:24:40-07:00
Forum: Bugs
Topic: Convert UTF-8 textfile runtime bug
Replies: 3
Views: 9493

Convert UTF-8 textfile runtime bug

I have a text file with contents as follows:
LINE 1
LINE 2
LINE 3

This file is saved as Normal.TXT (normal ANSI text file) and UTF8.TXT (UTF-8 format text file).

I ran the following commands:
convert -background white -fill black -font simhei -pointsize 60 -size 3020x caption:@Normal.TXT Output1 ...