09-06-2012 01:03 PM
When I use the Invoke Node method to get the image of a front panel object, and then save it as a bmp or png, I seem to lose color depth. What do I need to do to programatically save front panel objects with the same color depth as they appear on the screen?
I'm using LabView 2011 11.0
Solved! Go to Solution.
09-06-2012 01:09 PM
You have an input in that Invoke node called Image Depth. You wired an 8 to it. Why? Wouldn't that mean you are capturing an image at a rather low image depth of only 8 bits?
09-06-2012 01:10 PM
Ummm... maybe because of that 8, where you're specifying 8-bit depth?
09-06-2012 04:26 PM
Yup, if I type 24 in there instead of 8 it solves the problem. 8 was the default value.