I'm trying to use ImageMagicK on vs2010.
Can ImageMagicK use dialog based MFC windows application?
If yes, how to apply these ImageMagicK initialize code into dialog based MFC windows application?
Code: Select all
...
#include <Magick++.h>
using namespace Magick;
InitializeMagick(*argv);
Image master;
master.read(...);
...
[\code]
Also, is there any reference code?