image.display can't load font?

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
dbb999
Posts: 2
Joined: 2016-12-27T13:44:31-07:00
Authentication code: 1151

image.display can't load font?

Post by dbb999 »

Hello, I'm new to Magick++ and this is minor however I can't figure it out.

I construct an image from a path, works fine. If I call .display() the image displays fine but I get a complaint:

"Magick: Unable to load font (-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1) [Resource temporarily unavailable]."

Runing imagemagick display on same image from command line works with no errors.


I'm happy to ignore this as it doesn't seem to affect operation at all. Just wondering if I need to setup something and if it might bite me later.

Thanks for any suggestions.
dbb999
Posts: 2
Joined: 2016-12-27T13:44:31-07:00
Authentication code: 1151

Re: image.display can't load font?

Post by dbb999 »

Forgot to add system:

Linux Ubuntu-VB 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Don't know the exact version of imagemagick / Magick++ but it's the current Ubuntu (built the machine yesterday)
Post Reply