Page 1 of 1

Loading Image into plain Array with Magick++

Posted: 2009-03-13T15:15:06-07:00
by LonelyStar
Hi,

I am completly new to Image Magick.
What is the most efficient way to store a ImageMagick greyscale image to a simple (unsigned char) array?
I am using Magick++.
Thanks!

Nathan

Re: Loading Image into plain Array with Magick++

Posted: 2009-03-13T15:37:01-07:00
by rmagick
Check out Magick::Image.write in Magick++/lib/Image.cpp.