DMagick image processing with D.

nrgyzer nrgyzer at unknown.com
Sun Apr 8 09:19:03 PDT 2012


Thanks for DMagick... works great, except toBlob(). When I try the following:

Image example = new Image(Geometry(100, 100), new ColorRGB(0, 255, 0));
example.toBlob();

I get an access violation. Do I anything wrong or is it a bug? (I'm using Imagick
6.7.6, DMD64 and CentOS)


More information about the Digitalmars-d-announce mailing list