Search found 7 matches

by arthur
2016-08-30T06:27:07-07:00
Forum: Bugs
Topic: Text does not wrap correctly
Replies: 7
Views: 5130

Re: Text does not wrap correctly

I think I found the issue, I have submitted a pull request to the Github clone https://github.com/ImageMagick/ImageMagick/pull/260
Can a dev let me know if this should be submitted elsewhere?
by arthur
2016-08-29T10:04:42-07:00
Forum: Users
Topic: Text does not wrap correctly
Replies: 5
Views: 4031

Re: Text does not wrap correctly

Thank you everybody.
I have opened a similar thread in the Bugs section and I think we should continue there: viewtopic.php?f=3&t=30376
by arthur
2016-08-29T10:03:41-07:00
Forum: Bugs
Topic: Text does not wrap correctly
Replies: 7
Views: 5130

Re: Text does not wrap correctly

Thank you for your responses. I will try to look around in the code to see I understand anything…

For the label: option, I really do want the text to wrap :P I have a fixed pointsize and width and a variable height.
by arthur
2016-08-29T07:23:53-07:00
Forum: Bugs
Topic: Text does not wrap correctly
Replies: 7
Views: 5130

Text does not wrap correctly

Hello, I'm reposting this here since I think it's a bug and not an error on my side. Can a mod close this duplicate topic http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30375 ? I am having some issue trying to wrap text in a given width and pointsize. Here is what I run: convert ...
by arthur
2016-08-29T04:32:19-07:00
Forum: Users
Topic: Text does not wrap correctly
Replies: 5
Views: 4031

Re: Text does not wrap correctly

If I read the docs correctly, it's the other way around: does not wrap with label, wraps with caption
http://www.imagemagick.org/Usage/text/#caption
by arthur
2016-08-29T02:37:11-07:00
Forum: Users
Topic: Text does not wrap correctly
Replies: 5
Views: 4031

Text does not wrap correctly

Hello, I am having some issue trying to wrap text in a given width and pointsize. Here is what I run: convert -size 400x -pointsize 50 caption:'This does not wrap' out.png And this is what I get: http://i.imgur.com/eJmsL1C.png I would expect "wrap" to be on a new line. Am I doing something wrong or ...
by arthur
2015-04-03T02:00:52-07:00
Forum: Bugs
Topic: Caption word wrapping fails with punctuation
Replies: 1
Views: 2016

Caption word wrapping fails with punctuation

Hello, I am trying to word-wrap some text to a specific width: convert -size 60x -pointsize 40 caption:'b, c' a.png but it looks like imagemagick ignores the comma and render in only one line instead of wrapping after the "b," (the text "b c" renders in less than 60px on only one line) ; if I try to ...