1 2 3 4 5 6 7 8
#include <magick/api.h> int main() { InitializeMagick(NULL); DestroyMagick(); return 0; }