how to get pixel data from
ICtsPix *pPixFromOrBelow,
ICtsPix *pPixToOrAbove,
ICtsPix *pPixResult,
in Render.
we tried pPixResult->GetImageBuffer()
same way after process want to replace pPixResult
so we get buffer using pPixResult->GetImageBuffer() and copy our process data in this. but in output its not proper.
so if any one has idea pls help us
ICtsPix *pPixFromOrBelow,
ICtsPix *pPixToOrAbove,
ICtsPix *pPixResult,
in Render.
we tried pPixResult->GetImageBuffer()
same way after process want to replace pPixResult
so we get buffer using pPixResult->GetImageBuffer() and copy our process data in this. but in output its not proper.
so if any one has idea pls help us
Comment