Search found 3 matches
- 2012-02-11T17:52:04-07:00
- Forum: Users
- Topic: How to encircle text?
- Replies: 2
- Views: 5521
How to encircle text?
Hello, I'd like to know how to encircle text using imagemagick, are there ready-made functions for this or do I have to dig deeper into it, thanks.
- 2010-08-30T02:20:53-07:00
- Forum: Users
- Topic: trouble installing Magick ++
- Replies: 1
- Views: 3530
Re: trouble installing Magick ++
Okay, so I add this to the .pro file of my project: INCLUDEPATH += "C:\Program Files\ImageMagick-6.6.3-Q16\include" INCLUDEPATH += "C:\Program Files\ImageMagick-6.6.3-Q16\lib" LIBS += "C:\Program Files\ImageMagick-6.6.3-Q16\lib\CORE_RL_magick_.lib" LIBS += "C:\Program Files\ImageMagick-6.6.3-Q16\lib ...
- 2010-08-29T23:07:05-07:00
- Forum: Users
- Topic: trouble installing Magick ++
- Replies: 1
- Views: 3530
trouble installing Magick ++
I'm not much of a programmer unfortunately, and any help would be appreciated. I installed Magick++ from the windows binaries. I copy pasted this into QT creator, it coudn't find Magick++.h at first so I just copy/pasted the relevant headers + folders from source into my project : #include <iostream ...