LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting image from an intensity plot

For simple waveform charts, it is possible to export an image through Right Click >Invoke Node > Export Image.

 

However, there is no such option for intensity plots. How does one produce an image from intensity plots ? 

0 Kudos
Message 1 of 4
(3,311 Views)

Right-click -> Create -> Invoke Node -> Get Image. Wire the "Get Image" output "Image Data" to the Write JPEG File.vi (Programming -> Graphics and Sound -> Graphics Formats palette) input.

 

Other than JPEG formats also possible.

---

While evaluating my code please have in mind that I am a LV novice. Therefore sometimes my code might violate some coding rules that I have to learn about myself. But how else could I do that... 🙂

Chart zoom with "Mouse Over" effect
Message 2 of 4
(3,304 Views)

Thanks.

 

You probably solved another problem of mine. The Export to Image function generates bmp images, which are very large. Jpeg is a better format.

0 Kudos
Message 3 of 4
(3,291 Views)

Why so?You can choose the type of the file.

bmp.jpg

 

Why is the previous suggestion unacceptable for "this" problem to be solved?  Maybe I still will be able to help.

---

While evaluating my code please have in mind that I am a LV novice. Therefore sometimes my code might violate some coding rules that I have to learn about myself. But how else could I do that... 🙂

Chart zoom with "Mouse Over" effect
Message 4 of 4
(3,289 Views)