Page 1 of 1

spine for book with text left j / space / right j

Posted: 2013-04-17T11:35:37-07:00
by wfzimmerman
How can I create the spine for a book with the title left justified, some space, followed by the publisher name right justified? I understand how to rotate, the problem I am having is that I don't know how to make the title gravity west and the publisher name gravity right at the same time.

Re: spine for book with text left j / space / right j

Posted: 2013-04-17T11:47:21-07:00
by snibgo
Many solutions are possible, such as this Windows script:

Code: Select all

convert -size 2000x100 xc:Pink ^
  -pointsize 80 ^
  -draw "gravity West text 0,0 'A Christmas Carol'" ^
  -draw "gravity East text 0,0 'Publisher, Inc'" ^
  tp.png

Re: spine for book with text left j / space / right j

Posted: 2013-04-17T16:46:47-07:00
by anthony
Also see...
IM Examples, Text to Image Handling, Form Filling
http://www.imagemagick.org/Usage/text/#form_filling