PixelGetNextPixel
Posted: 2006-12-25T17:33:14-07:00
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.
"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.