Search found 5 matches

by graham
2012-10-06T01:18:19-07:00
Forum: Magick++
Topic: I'm having problems using Magick++ on Windows
Replies: 1
Views: 6750

Re: I'm having problems using Magick++ on Windows

I have narrowed it down to the C++ compiler version and the associated libraries. May be something to do with templates and have some suspicions that the wrong amount of data is getting popped off the stack before executing a return.
by graham
2012-10-06T01:16:33-07:00
Forum: Users
Topic: I'm having problems with Magick++ on Windows
Replies: 1
Views: 2591

Re: I'm having problems with Magick++ on Windows

I have narrowed it down to the C++ compiler version and the associated libraries. May be something to do with templates and have some suspicions that the wrong amount of data is getting popped off the stack before executing a return.
by graham
2012-10-05T00:31:49-07:00
Forum: Magick++
Topic: I'm having problems using Magick++ on Windows
Replies: 1
Views: 6750

I'm having problems using Magick++ on Windows

I have been using Magick++ on Linux for some time with any problems. I have recently been asked to write an image processing application for a local firm which has to run on Windows and assumed that Magick++ would be just as easy to use on Windows but I can't get it to work. I have tried with two di...
by graham
2012-10-04T10:18:46-07:00
Forum: Users
Topic: I'm having problems with Magick++ on Windows
Replies: 1
Views: 2591

I'm having problems with Magick++ on Windows

I have been using Magick++ on Linux for some time with any problems. I have recently been asked to write an image processing application for a local firm which has to run on Windows and assumed that Magick++ would be just as easy to use on Windows but I can't get it to work. I have tried with two di...
by graham
2011-04-01T06:43:25-07:00
Forum: Developers
Topic: clut in C++ API
Replies: 2
Views: 6168

Re: clut in C++ API

Just call the underlying ImageMagick function like this:-

MagickCore::ClutImage(image->image(), clutimage->image());

with suitable alterations to the syntax depending on how the images have been created.

Graham