Posted: 2006-11-29T09:22:53-07:00
You could always write the IplImage image to disk and read it in with MagickReadImage(). If the resource limits are low ImageMagick will cache the pixels from disk rather than memory. Another possibility is to memory map the IplImage and use MagickReadImageBlob().