Search found 5 matches
- 2012-10-06T01:18:19-07:00
- Forum: Magick++
- Topic: I'm having problems using Magick++ on Windows
- Replies: 1
- Views: 6993
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.
- 2012-10-06T01:16:33-07:00
- Forum: Users
- Topic: I'm having problems with Magick++ on Windows
- Replies: 1
- Views: 2655
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.
- 2012-10-05T00:31:49-07:00
- Forum: Magick++
- Topic: I'm having problems using Magick++ on Windows
- Replies: 1
- Views: 6993
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 ...
- 2012-10-04T10:18:46-07:00
- Forum: Users
- Topic: I'm having problems with Magick++ on Windows
- Replies: 1
- Views: 2655
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 ...
- 2011-04-01T06:43:25-07:00
- Forum: Developers
- Topic: clut in C++ API
- Replies: 2
- Views: 6286
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
MagickCore::ClutImage(image->image(), clutimage->image());
with suitable alterations to the syntax depending on how the images have been created.
Graham