ImageMagick icon indicating copy to clipboard operation
ImageMagick copied to clipboard

Magick++ Low level pixel access documentation is out of date

Open planetmarshall opened this issue 8 years ago • 2 comments

http://www.imagemagick.org/Magick++/Image.html#Raw%20Image%20Pixel%20Access states that Image::getPixels returns a PixelPacket*, however the signature as of 7.05.3 is

Magick::Quantum *Magick::Image::getPixels(const ssize_t x_,const ssize_t y_, const size_t columns_,const size_t rows_);

There don't appear to be any tests or examples using these methods.

planetmarshall avatar Mar 23 '17 11:03 planetmarshall

We updated the Magick++ documentation. It needs further edits and we will get to it as time permits.

mikayla-grace avatar Mar 25 '17 22:03 mikayla-grace

We could use some help here.

dlemstra avatar Sep 15 '17 19:09 dlemstra