,
I think that there is one option that needs to be explored, and perhaps some of the brilliant LabVIEW developers can help you/me with this:
A bitmap image is merely a 2D array (I think) containing values according to the format. An intesity graph is gleened from such data as well. I don't see why it isn't possible to save the data sent to an intensity graph to a bitmap format. However; I do not know the proper format of a bitmap file in order to do this.
There is a person at my company that has expertise in this exact idea, but I don't think he would have the time to show anyone his secrets (unless he was paid) but nevertheless, I can try to get something from him on the matter.
Alternatively, if someone at NI is listening, perhaps the guy
s at NI could be so kind as to provide some tools, in the future, for translating graphs directly to bitmap files (since the data are already available).
All that fancy, yet highly effective nonsense aside, here is something else that can be tried, and again, if the NI guys are listening, perhaps they can include such a utility as proposed below in future releases: If you know where your graph is within a window (including borders), you can use WinAPI to capture the bitmap of the window, and then programmatically cut the portion out of the window that you need, and save the bitmap as a file. I have never heard of or seen any tools for doing this, but know that it must be available somewhere.
Good luck