LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to load milti-page tiff with LV2012 64bit?

Hi there,

 

There's not a lot of options if you're willing to read multi-pages tiff files in LV : either use libtiff or develop your own API.

- For x64 LV, you will need to get the sources of the library and recompile the library for x64 (e.g. in Visual Studio).

- As for the API, the easiest way is probably .NET or brute force... Still the real challenge is to decrypt the image data in the tiff file according to the compression encoder used to save the file. Opening/reading/saving the file or pages as .NET streams (and not image data) is doable in hours. I've done something like this if you ever need to dig in this way.

Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.

0 Kudos
Message 11 of 11
(260 Views)