LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save plot/graph as JPEG or other image file

Is it possible to save a plot / graph as a Jpeg or other image format??
 
Insteat of writing to a spreadsheet file??
0 Kudos
Message 1 of 5
(3,842 Views)
Hello,

I've done somthing like that in one application and the example it's on the attached pic.

basically it's:

1 - create graph reference (right click and choose create reference)
2 - pick a method called "get image"
3 - save the image to file.

Software developer
www.mcm-electronics.com





PORTUGAL
Message 2 of 5
(3,820 Views)

And you should probably avoid JPEG, as straight lines and text come out bad.

PNG is both compressed and lossless and would probably be better.


___________________
Try to take over the world!
Message 3 of 5
(3,812 Views)

Thanks for the quick respons,

 

but, where can I find get image??? i use labview 8.2

0 Kudos
Message 4 of 5
(3,809 Views)
I have found it,
 
Thank you for your help it works perfectly! Smiley Very Happy
0 Kudos
Message 5 of 5
(3,789 Views)