6.4.6-7 problems

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

6.4.6-7 problems

Post by el_supremo »

I've just installed the new 6.4.6.7 Q8 DLL.
I recompiled a couple of programs against this new version and have a couple of problems.
MagickSetImagePage is in magick-image.c (the current SVN version) but is not declared in magick-image.h file (in the distribution or SVN), so the compiler says it is undeclared and assumed to be returning an integer.
MagickGetImagePixelColor has the opposite problem. It is declared in magick-image.h but it does not exist in the current SVN magick-image.c nor is it in the 6.4.6-7 .lib so the compiler kicks it as an unresolved reference.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 6.4.6-7 problems

Post by magick »

We have fixed the problems you reported. Look for a patch by sometime tomorrow in ImageMagick 6.4.6-8. Thanks.
Post Reply