Search found 53 matches

by alasdairdf
2012-05-19T20:35:59-07:00
Forum: Users
Topic: convert: unable to read font
Replies: 2
Views: 6870

convert: unable to read font

I've been having difficulty with the caption command not wordwrapping correctly, the consensus seems to be that this was an issue with the font I was using. In an attempt to fix this I just spent $100 buying a whole new set of fonts from linotype.com. All are OTF fonts. For all 3 IM throws the follo...
by alasdairdf
2012-05-18T21:37:50-07:00
Forum: Bugs
Topic: Caption not wordwrapping correctly
Replies: 10
Views: 16622

Caption not wordwrapping correctly

http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=21043 IM version: ImageMagick 6.7.6-9 2012-05-16 Q16 OS: CentOS 6.2 64-bit The following code does not wrap the text: convert -limit thread 1 -background transparent -colorspace CMYK -font "smallcaps.otf" +pointsize -size ...
by alasdairdf
2012-05-18T21:14:58-07:00
Forum: Users
Topic: Caption not wrapping on some sentences
Replies: 6
Views: 10224

Re: Caption not wrapping on some sentences

Should I create a new topic under the bug reports forum, or just wait for someone to notice it here?

Thank you for your help.
by alasdairdf
2012-05-18T20:45:56-07:00
Forum: Users
Topic: Caption not wrapping on some sentences
Replies: 6
Views: 10224

Re: Caption not wrapping on some sentences

Yes, it does the same thing every time with the same font & text.
by alasdairdf
2012-05-18T19:55:54-07:00
Forum: Users
Topic: Caption not wrapping on some sentences
Replies: 6
Views: 10224

Re: Caption not wrapping on some sentences

My guess is that it might be your font set or you are on an IM release with a bug. Try upgrading. You don't say what version of IM (or platform) you are using! Saying latest version, is not often helpful as versions change rapidly. ImageMagick 6.7.6-9 2012-05-16 Q16 It works just fine for me on IM ...
by alasdairdf
2012-05-18T18:45:31-07:00
Forum: Users
Topic: Caption not wrapping on some sentences
Replies: 6
Views: 10224

Caption not wrapping on some sentences

I'm using the latest version of IM, compiled from source, and the following code does not wrap the text: convert -limit thread 1 -background transparent -colorspace CMYK -font "smallcaps.otf" +pointsize -size 1335x806 -gravity center -fill "rgb(28,22,17)" caption:"Essays on ...
by alasdairdf
2012-05-16T01:27:50-07:00
Forum: Users
Topic: Caption is wrapping a word with no spaces or linebreaks!
Replies: 2
Views: 4746

Re: Caption is wrapping a word with no spaces or linebreaks!

I managed to get the latest version of IM to compile, and it works fine now. Thanks!
by alasdairdf
2012-05-15T04:57:59-07:00
Forum: Users
Topic: Caption is wrapping a word with no spaces or linebreaks!
Replies: 2
Views: 4746

Caption is wrapping a word with no spaces or linebreaks!

I'm using caption to create titles of a particular size, like this: convert -background transparent -colorspace RGB -font "smallcaps.otf" +pointsize -size 1335x806 -gravity center -fill "rgb(28,22,17)" caption:"Calculus" -trim test.jpg The word "Calculus" here...