LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

displaying multi page tiff images

Hi there

 

I need to display a multipage tiff image, such that I can scroll through the different pages n the tiff file. I am new to ni vision and hence your inputs would be very helpful.

 

 

0 Kudos
Message 1 of 3
(3,924 Views)

Take a look at this thread.  You'll need to download the libtiff DLL here.  I managed to get it working in about 5 minutes, and could load a multi-page tiff into an array, and then split it into multiple Images.  The code is not the nicest, but it'll do the basics.  Alternatively you could try getting the .NET version of libtiff and calling it directly.

 

Cheers ~ Greg

 

Message Edited by GregS on 10-08-2009 03:36 PM
0 Kudos
Message 2 of 3
(3,892 Views)

Note that this doesn't work on 64-bit Labview ...  I am researching a quicker way to do this that doesn't involve compile libtiff as a 64-bit library

0 Kudos
Message 3 of 3
(3,274 Views)