10-06-2009 03:08 PM
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.
10-07-2009 10:35 PM - edited 10-07-2009 10:36 PM
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
11-01-2012 06:00 PM
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