Can ImageMagicK use dialog based MFC windows application?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

Can ImageMagicK use dialog based MFC windows application?

Post 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?
Post Reply