a problem with CORE_magick files

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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;
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
Post Reply