Search found 5 matches

by mczarnek
2013-05-31T08:10:42-07:00
Forum: Magick++
Topic: Why is drawing text failing?
Replies: 0
Views: 9360

Why is drawing text failing?

I am trying to draw an image, when I have imagemagick installed on my system it works fine, however I need to use it from a local directory for this project. So I've called InitializeMagick so that it points to the folder that contains all the CORE_DB and IM_MOD and xml files in it (though I found s...
by mczarnek
2013-05-01T11:33:30-07:00
Forum: Users
Topic: ErrorMissingDelegate when drawing to blob C++
Replies: 1
Views: 2276

Re: ErrorMissingDelegate when drawing to blob C++

Sorry, I double posted this one since my title wasn't very descriptive and wasn't getting any hits and I really needed to fix it. But after a couple very frustrating days, I fixed this one on my own. Turns out they store the path to the working library is stored in the registry. So in case someone c...
by mczarnek
2013-05-01T11:32:32-07:00
Forum: Users
Topic: Why does it work differently from different locations? C++
Replies: 1
Views: 2401

Re: Why does it work differently from different locations? C

Actually after a couple very frustrating days, I fixed this one on my own. Turns out they store the path to the working library is stored in the registry. So in case someone comes across this a year from now, here's what I did: Go into Windows Registry and edit the 'HKEY_LOCAL_MACHINE/SOFTWARE/Wow64...
by mczarnek
2013-05-01T08:14:23-07:00
Forum: Users
Topic: Why does it work differently from different locations? C++
Replies: 1
Views: 2401

Why does it work differently from different locations? C++

When I install ImageMagick and run my code which calls InitializeMagick(NULL), it works fine. However when I copy and paste the contents of the program files folder somewhere else and call InitializeMagick(as well as uninstall it from the normal directory), it crashes. Specifically when trying to dr...
by mczarnek
2013-04-30T14:55:33-07:00
Forum: Users
Topic: ErrorMissingDelegate when drawing to blob C++
Replies: 1
Views: 2276

ErrorMissingDelegate when drawing to blob C++

Hello, I am using ImageMagick to draw a rectangle with some text on it, writing that to a blob, and then taking the data out of the blob and passing it out of my program. Works fine when I install ImageMagick and use InitializeMagick(NULL), even if I go in and manually remove 'C:\Program Files (x86)...