Search found 1 match
- 2014-04-09T04:49:16-07:00
- Forum: Magick++
- Topic: Image -> draw() problems when drawing text
- Replies: 0
- Views: 9238
Image -> draw() problems when drawing text
Hi, I complied Magick on Mac with static libraries with support for Magick++. Now I am trying to execute the following example from the Magick++ tutorial pdf on page 19 ( I have removed the comments from the following code) DrawableText::DrawableText(double x, double y, const string& text_to_write ...