image.display can't load font?
Posted: 2016-12-27T13:53:19-07:00
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.
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.