Search found 4 matches
- 2016-09-07T18:17:33-07:00
- Forum: Users
- Topic: Apply font style to portion of caption text
- Replies: 2
- Views: 1256
Re: Apply font style to portion of caption text
Thanks, that's helpful! I wasn't even aware of Pango but it seems like a viable solution for what I'm trying to do.
- 2016-09-07T17:34:05-07:00
- Forum: Users
- Topic: Apply font style to portion of caption text
- Replies: 2
- Views: 1256
Apply font style to portion of caption text
Hi everyone, I'm a relatively new ImageMagick user so I hope my question makes sense. What I would like to know is if it is possible to style a portion of text in a caption. More specifically, I want to be able to create a multi-line caption representing a series of questions and answers, where the ...
- 2016-04-27T13:34:58-07:00
- Forum: Users
- Topic: RMagick::Draw / ImageMagick::Draw Error: (no primitives defined)
- Replies: 2
- Views: 1647
Re: RMagick::Draw / ImageMagick::Draw Error: (no primitives defined)
It turns out that the message was not an error, but simply a way of telling me that I needed to add primitives to my circle object. I finally got it working and was able to create a simple graphic.
- 2016-04-27T09:14:28-07:00
- Forum: Users
- Topic: RMagick::Draw / ImageMagick::Draw Error: (no primitives defined)
- Replies: 2
- Views: 1647
RMagick::Draw / ImageMagick::Draw Error: (no primitives defined)
I just installed ImageMagick 6.9.3 on OS X 10.11.4 using brew, along with the RMagick ruby gem so I can learn how to use it for a project. Following along with one of the examples in the RMagick docs (https://rmagick.github.io/usage.html#drawing_on), I call `circle = Magick::Draw.new`, which returns ...