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
6.4.6-7 problems
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
6.4.6-7 problems
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.
See my message in this topic for a link to a zip of all the files.
Re: 6.4.6-7 problems
We have fixed the problems you reported. Look for a patch by sometime tomorrow in ImageMagick 6.4.6-8. Thanks.