Page 1 of 1

Can ImageMagicK use dialog based MFC windows application?

Posted: 2015-10-26T18:34:20-07:00
by 2049651
Hello everyone,

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?