DMagick image processing with D.

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Nov 2 17:42:04 PDT 2011


sigmoidalContrast.d works, although draw.d doesn't:

Magick: unable to read font `@ghostscript_font_path at n019003l.pfb' @
error/annotate.c/RenderFreetype/1120.
Magick: unable to read font `@ghostscript_font_path at n019003l.pfb' @
error/annotate.c/RenderFreetype/1120.
dmagick.Exception.XServerError at dmagick\Image.d(1142): Magick: unable
to open X server `' @ error/display.c/DisplayImages/1662
----------------
4C004C
451F2B
40CCF0
415E4C
415E90
415A87
52F2C5
----------------

I guess displaying is only possible via X server? Otherwise I guess I
could fetch the raw bytes of the image and display that via GDI/etc.
I've seen a toBlob function in there somewhere, maybe I can use that.

I've never used this lib before but it will definitely come in handy.
Thanks for your hard work, Mike!


More information about the Digitalmars-d-announce mailing list