How to install ImageMagick on windows for Visual Studio 2015

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?".
Post Reply
sadasar
Posts: 7
Joined: 2016-08-31T01:14:11-07:00
Authentication code: 1151

How to install ImageMagick on windows for Visual Studio 2015

Post by sadasar »

Hello,

I dowloaded and successfully installed the binary files. But I cannot include the header Magick++.h in my VC++ project. I added in the property page C/C++ ---> General ---> Additional Include directories C:\Program Files\ImageMagick-7.0.2-Q16\include and also in Linker ---> Additional Dependancies I added X11.lib, CORE_RL_magick_.lib, CORE_RL_Magick++_.lib, CORE_RL_wand_.lib. But when I add #include <Magick++.h> I get cannot open source Magick++.h.

Do have to do something else ?

Thanks
sadasar
Posts: 7
Joined: 2016-08-31T01:14:11-07:00
Authentication code: 1151

Re: How to install ImageMagick on windows for Visual Studio 2015

Post by sadasar »

I solved the problem
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: How to install ImageMagick on windows for Visual Studio 2015

Post by dlemstra »

Would you mind telling us what you did so this will help someone who also runs into this?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply