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?".
wand/deprecate.c: In function 'MagickColorFloodfillImage':
wand/deprecate.c:1176:3: warning: 'ColorFloodfillImage' is deprecated (declared at ./magick/deprecate.h:178) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickFlattenImages':
wand/deprecate.c:1246:3: warning: 'FlattenImages' is deprecated (declared at ./magick/deprecate.h:136) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMapImage':
wand/deprecate.c:1570:3: warning: 'MapImage' is deprecated (declared at ./magick/deprecate.h:201) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMatteFloodfillImage':
wand/deprecate.c:1642:3: warning: 'MatteFloodfillImage' is deprecated (declared at ./magick/deprecate.h:205) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickMosaicImages':
wand/deprecate.c:1817:3: warning: 'MosaicImages' is deprecated (declared at ./magick/deprecate.h:141) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickOpaqueImage':
wand/deprecate.c:1863:3: warning: 'MagickPaintOpaqueImage' is deprecated (declared at ./wand/deprecate.h:102) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickPaintOpaqueImage':
wand/deprecate.c:1964:3: warning: 'MagickPaintOpaqueImageChannel' is deprecated (declared at ./wand/deprecate.h:104) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickRecolorImage':
wand/deprecate.c:2069:3: warning: 'RecolorImage' is deprecated (declared at ./magick/deprecate.h:143) [-Wdeprecated-declarations]
wand/deprecate.c: In function 'MagickTransparentImage':
wand/deprecate.c:2313:3: warning: 'MagickPaintTransparentImage' is deprecated (declared at wand/deprecate.c:2016) [-Wdeprecated-declarations]
They are just warnings. Don't worry about them. In particular, certain obsolete functions are
marked "deprecated" but are still maintained in case someone has an application that calls
them. It would be good if the warnings only appeared when compiling any function that
calls them, but warnings are also emitted while compiling the actual functions.
Does the file tests/wandtest.log have any useful information in it? On my
Ubuntu 12.04 platform with IM-6.8.7-7 the test passes so the log isn't very interesting.