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.
I'm using ImageMagick for my iphone app and it's working perfect on Devices and Simulator but when I tried archiving it,Xcode show me an error "magick/magick-config.h" file not found" in MagickWand.h file.
#if !defined(_MAGICKWAND_CONFIG_H)
# define _MAGICKWAND_CONFIG_H
# if !defined(vms) && !defined(macintosh)
# include "magick/magick-config.h" <<<<<<<<< This line error
# else
# include "magick-config.h"
# endif