Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
coders/emf.c: In function 'ReadEMFImage':
coders/emf.c:510:3: error: 'status' undeclared (first use in this function)
status=SetImageExtent(image,image->columns,image->rows);
^
coders/emf.c:510:3: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7594: recipe for target 'coders/coders_emf_la-emf.lo' failed
make[1]: *** [coders/coders_emf_la-emf.lo] Error 1
make[1]: Leaving directory '/home/Alan/ImageMagick-6.9.0-4'
Makefile:5151: recipe for target 'all' failed
make: *** [all] Error 2