Page 1 of 1

Posted: 2006-05-06T07:30:56-07:00
by magick
The problem you posted is fixed in the current ImageMagick release, 6.2.7. Or you can patch your version. Try substituting this line of code:
  • length=(double) ((MagickOffsetType) (size/2))*2.0;

Posted: 2006-05-07T08:00:27-07:00
by magick
We generally recommend when someone starts a new project to go to c:\Program Files\ImageMagick-6.2.7\Magick++_Demos and fire up the button workspace. Build it and run it. You can then use that project as a template for your own project.