LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving multiple images into one tiff file.

Hi all,

I have a new application that requires the software to save between 200 and 400 images into a single tiff file. I know that it can be done...But can it be done in LabVIEW, without weeks of work? The customer and our VP of sales wants this because our customer has some custom image analysis software that reads this file format.

Any help would be appreciated. A batch conversion solution is OK, since the saving of the single tiff file doesn't have to be done when every image is captured.

Thanks,
0 Kudos
Message 1 of 3
(3,882 Views)
Here [http://www.libtiff.org/] you can find the source code for a nice tiff library (even though is for Unix, search under "contributed" for a win32 version). You can integrate it using CIN ar as a DLL.
In TIFF tools is one called "tiffcp" ... i think this is the one you are looking for. Try to find on the internet one already compiled for windows.

One easier solution (but somehow expensive) is
[http://www.informatik.com/tiffkit2.html].

Hope this helps
0 Kudos
Message 2 of 3
(3,882 Views)
Thanks, that is what I was looking for.
0 Kudos
Message 3 of 3
(3,882 Views)