The description of PixelResetIterator in pixel-iterator.html says:
"PixelResetIterator() resets the pixel iterator. Use it in conjunction with PixelGetNextPixel() to iterate over all the pixels in a pixel container."
PixelGetNextPixel is not in the DLL and is not in any of the headers. A Google search reveals only the mention in pixel-iterator.html. Seems a dead end.
Could this mean PixelGetNextRow? Which (according to the header it is prototyped in) is also deprecated.
Trying to set up to use the DLL with a different programming language. Many of the function descriptions are pretty cryptic making slow going.
PixelGetNextPixel
Thanks for the explanation.
I am prototyping the MagickWand interface for use with a language other than C. My main source of reference is the set of API html files. (Backed up by the header files when I can't seem to make sense of the web doc. )
I am running across quite a few other clinkers in the doc. Most of which are relatively easy to puzzle out with the help of the headers. What would be the most appropriate way to report the errors? (And maybe some suggestions on improvements in the descriptions. )
I am prototyping the MagickWand interface for use with a language other than C. My main source of reference is the set of API html files. (Backed up by the header files when I can't seem to make sense of the web doc. )
I am running across quite a few other clinkers in the doc. Most of which are relatively easy to puzzle out with the help of the headers. What would be the most appropriate way to report the errors? (And maybe some suggestions on improvements in the descriptions. )