DMagick image processing with D.

Mike Wey mike-wey at example.com
Mon Apr 9 06:06:37 PDT 2012


On 04/09/2012 01:37 PM, Mike Wey wrote:
> On 04/08/2012 06:19 PM, nrgyzer wrote:
>> 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)
>
> It's a bug.
>

And fixed, but you will need to set Image.magick or pass it to toBlob to 
tell Imagemagick what kind of blob you want.

-- 
Mike Wey


More information about the Digitalmars-d-announce mailing list