Problem reading 8 bit greyscale images !

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem reading 8 bit greyscale images !

Post by magick »

Its easy to read 8-bit grayscale BMP images. Just use the MagickCore ReadImage() method. See http://www.imagemagick.org/script/magick-core.php for a discussion on how to use this method.
Post Reply