05-03-2014 08:01 AM
I could use the opposite of "Get Image Subset.vi", like a "Set Image Subset.vi".
The "Draw Flattened Pixmap" function would work if it would let me define the target position instead of the source position.
Solved! Go to Solution.
05-03-2014 09:22 AM
You can use "Draw Unflattened Pixmap.vi". Here is an example:
05-03-2014 01:57 PM
That works perfectly, thanks!
As a bonus, I also wanted to invert that image and found I could do it by simply adding the "Reverse Array" function to the array exiting the While Loop.