ImageMagick and usage in c++ application Question
Posted: 2017-04-15T02:59:10-07:00
Hello
I found ImageMagick when I searched for some graphic library for c++. I was read IM page but I still can't get if IM is right for me. There are my questions:
1. Can I use IM for display and create graphics inside my c++ application? I want it for UI and maybe for all other graphics, like create, paint and etc..
I am learning SDL2 and want use IM for graphics.
2. Can IM manipulate svg images? Like change color for shapes or change effect, like blur or shadow.
3. The license looks like I can use it for commercial product. But it is not clear to me, if I decide use IM for my commercial product, can I link IM as statick library and I don't need show my code, if someone ask for it?
Thanks.
I found ImageMagick when I searched for some graphic library for c++. I was read IM page but I still can't get if IM is right for me. There are my questions:
1. Can I use IM for display and create graphics inside my c++ application? I want it for UI and maybe for all other graphics, like create, paint and etc..
I am learning SDL2 and want use IM for graphics.
2. Can IM manipulate svg images? Like change color for shapes or change effect, like blur or shadow.
3. The license looks like I can use it for commercial product. But it is not clear to me, if I decide use IM for my commercial product, can I link IM as statick library and I don't need show my code, if someone ask for it?
Thanks.