i'm trying to open image file for an university project using the CImg library. when trying to load a png file, i get a message that the format file is not supported. after some reading, i tried to install ImageMagick++ and add it as a dependency to my Visual Studio project following this post: http://www.imagemagick.org/discourse-server/viewtopic.php?t=30295
but it still doesn't work. how do i add magick++ to my project? (even without the CImg library) is fine.