Search found 48 matches

by jmac698
2013-12-20T03:20:17-07:00
Forum: Users
Topic: Text to Images [Almost Solved]
Replies: 9
Views: 6975

Re: Text to Images

C:\text2img>convert -verbose SimpleLensImaging_Heide2013.pdf pdf.png "gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=50000 0000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGra phicsAlphaBits=4 "-r72x72" "-sOut...
by jmac698
2013-12-20T02:47:13-07:00
Forum: Users
Topic: Text to Images [Almost Solved]
Replies: 9
Views: 6975

Re: Text to Images

That would be like option 2 but slightly better. It won't reflow the text to the proper aspect ratio. I'll have a skinny page in the middle of a wider canvas. But, it would at least be usable, thanks - except that my test crashed: convert.exe: `%s' (%d) "gswin32c.exe" -q -dQUIET -dSAFER -d...
by jmac698
2013-12-20T02:06:33-07:00
Forum: Users
Topic: Text to Images [Almost Solved]
Replies: 9
Views: 6975

Text to Images [Almost Solved]

Hi, I can't find any solution to the simple problem of converting text to a set of image pages. What I want is to convert a plain text file into images of size 720x480 or 1920x1080 etc. The lines must word-wrap and the pages must be generated. Method 1 convert -page 720x480 text:short.txt text.jpg T...