I am thinking about starting a new project which involes image manipulation.
After a search around for some libraries ImageMagick's Magick++ kept popping up.
Thing is, before I start looking into how to install it, I'd like to know if it will suit my purpose and hoping someone here has experience with it and can provide some information.
My goal is to create a dll with the ImagMagick functionality in it among some of my own wrapper functions.
My question is, can I link this library statically or will I or a user need to have a bunch of Magick dll's along side it after production.
Thank's for reading, any input is very welcome.