Hello,
I have aquired a pointer to the address of the pixels using the function rawData in a render target as explained here: MRenderTarget
I am attempting to crop those pixels and store the cropped output into memory to send to another framework. I seem to have a misunderstanding of how the pixel data is structured or how multidimensional pointer arrays work. When I send the uncropped pixel data to my framework my output is correct. But my My cropped output seems to result in an image with 0 in all channels or maybe 0 in alpha. When I debug and walk through line by line my variables seem to be correct.
Here is my code: link
I have externally linked it because the code formatting in this post did not seem to work.
The plugin code has to be in C++ as I am sending this data to another library framework for processing.
Any example code or help would be appreciated.
Thanks!