How to convert from ‘Magick::Image’ to ‘MagickLib::MagickWan
Posted: 2007-07-21T03:22:46-07:00
Hi,
I'm starting to develop in C++ using Magick++, but frequently run across methods that are not implemented in Magick++ as well as in the C interface. Is there any way to convert 'on the go' from the ‘Magick::Image’ to ‘MagickLib::MagickWand’ and vice versa?
I know, that I could just write program using the C api, but Magick++ is very handy with the STL support and I would hate to lose that. I will be very grateful for a hint how to get past this problem.
Karol
I'm starting to develop in C++ using Magick++, but frequently run across methods that are not implemented in Magick++ as well as in the C interface. Is there any way to convert 'on the go' from the ‘Magick::Image’ to ‘MagickLib::MagickWand’ and vice versa?
I know, that I could just write program using the C api, but Magick++ is very handy with the STL support and I would hate to lose that. I will be very grateful for a hint how to get past this problem.
Karol