LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwindows/cvi graphic format

Hi,

Does anyone know how to convert an IntensityPlot to a graphical format known
by Word (e.g.pcx, tif, bmp, jpg,...)
thank you in advance.
Bjorn
0 Kudos
Message 1 of 3
(3,235 Views)
Hi,
there are two pssibilities:
CVI includes functions to get panels, graphs as memory bitmaps and it is fairly
simple to make it into a bmp and write it to a file.
Another possibility we used is to print panels to a temporary file using for
example a postscript printer driver. Then you get a nice mixture of vector
graphics elements (for the labels, grids etc.) and bitimages.
Dieter

Bjorn schrieb:

> Hi,
>
> Does anyone know how to convert an IntensityPlot to a graphical format known
> by Word (e.g.pcx, tif, bmp, jpg,...)
> thank you in advance.
> Bjorn
0 Kudos
Message 2 of 3
(3,235 Views)
> Does anyone know how to convert an IntensityPlot to a graphical format
known
> by Word (e.g.pcx, tif, bmp, jpg,...)
I have written a FP that converts and saves any panel/control/bitmap to a
PNG format (readable on the web and by Word).
Get it at:
http://sung3.ifsi.rm.cnr.it/~dargaud/Hack/LabWindows.html
Warning: it was last compiled with CVI v5.5 beta and not tested with other
systems.

-----------
Guillaume Dargaud
CNR/IFA
http://sung3.ifsi.rm.cnr.it/~dargaud/
http://sung3.ifsi.rm.cnr.it/~domec/
http://sung3.ifsi.rm.cnr.it/~chooyu/
0 Kudos
Message 3 of 3
(3,235 Views)