What is the best approach to use ImageMagick Library in VC6.0?

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

What is the best approach to use ImageMagick Library in VC6.0?

Post by 2049651 »

Hello Everyone,

I don't know where to start from.
I'd like to make a simple image signal processing program by using ImageMagick Library.
But I'm not well and have not experience with ImageMagicK before.

What is the best approach to use ImageMagick Library in VC6.0?
Also where is the simple example to use ImageMagick Library in VC6.0 MFC?
Last edited by 2049651 on 2015-10-20T08:02:00-07:00, edited 1 time in total.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: What is the best approach to use ImageMagick Library in VC6.0?

Post by dlemstra »

VC6.0 is no longer supported so you cannot build the latest version of ImageMagick with that version of Visual Studio. Why can't you use the free 2015 community edition?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
2049651
Posts: 29
Joined: 2015-10-20T07:29:42-07:00
Authentication code: 1151

Re: What is the best approach to use ImageMagick Library in VC6.0?

Post by 2049651 »

dlemstra wrote:VC6.0 is no longer supported so you cannot build the latest version of ImageMagick with that version of Visual Studio. Why can't you use the free 2015 community edition?
Because My computer is so old and slow. So I can't have a choice. (I don't need latest version of ImageMagicK :) )
Would you please let me know what version support VC6.0? also link too please .
And If you don't mind, would you please introduce a reference books about using ImageMagicK in Visual Studio?
Post Reply