I need to use the VisSDK(a computer vision SDK developed by MS,but is not still supported now).
When I try to compile the VisSDK using some code from ImageMagick ,a lot of error appeared.
Especially can't find the "colors.c" in the magick folder.
Is there anyone can explain why colors.c doesn't appear in recent ImageMagick package?
Thanks..
where is "colors.c" ?
Re: where is "colors.c" ?
ImageMagick includes magick/color.c, not colors.c.
Re: where is "colors.c" ?
In visSDK's instruction , they used the ImageMagick-5_1_1.zip as default.magick wrote:ImageMagick includes magick/color.c, not colors.c.
I wonder if there is "colors.c" in that version.
Is there any place to download the old version?
I found a thread in this forum related with my problem but there is no solution there.
viewtopic.php?f=2&t=9488