Imaging with LabVIEW (IG_TIFF.llb)

LabVIEW is not only useful tool for measurement and control, but also useful for analysis and simulation. When you use intensity graph on your analysis panel, you might want to save the result as a graphic file. Or you might want to load your graphic data into LabVIEW to analyze it. For example, when you calculate and display Mandelbrot set and want to use the figure in your word processor, you need general file format to save.

Fig. 6

Although there are many kind of graphic file format, my choice is TIFF. Because TIFF format is supported by major graphic programs and it has no platform limitations.

LabVIEW Intensity graph is 256 color system and you can change color map by color array or programatically. The data type is not limited to U8. TIFF Saver VI need to know graph attributes and should contain data converter. TIFF Reader should set color map through attributes.

Fig. 1
VI size 331.9K

Fig. 3

Fig. 2
VI size 405.0K

Fig. 4

Even 256 colors you can see good graphics on LabVIEW intensity graph! (Loaded scanned image of My daughter's hand drawing on LabVIEW panel.

Fig. 12

>IG_TIFF.llb package contains 4 vis. 2 subVIs for Intensity graph and
>example vi for each. Enjoy this package until NI's official graphics
>support starts.
>
>TiffRd.vi is to import 8 bits image into Intensity graph.
>The image file to be imported must be saved using TIFF format with Motorola
>byte order and not with image compression.
>Output terminals are 2 dimension U8 Array and attributes of Intensity graph.
>
>TiffSv.vi is to export 8 bits image from Intensity graph.
>The exported image file is saved as TIFF file with Motorola byte order and
>not with image compression.
>Input terminals are Input file path,2 dimension Array and attributes of
>Intensity graph. Output terminal is Output file path.
Archived as:
<ftp://ftp.pica.army.mil/pub/labview/vi/lv3.1/ig_tiff.llb>
<ftp://ftp.pica.army.mil/pub/labview/vi/lv3.1/ig_tiff.txt>
@
Return