LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

x64 libtiff.dll download

Dear friends,

I am looking for 64 bit version of libtiff.dll previously discussed here in this forum and provided by Patch Chen ( Labview libtiff implementation).

My programs are in x64 LabVIEW9. Please help me.

Thanks in advance,

Suren.

 

0 Kudos
Message 1 of 5
(8,798 Views)

Hello Suren,

 

you mentioned: "previously discussed here in this forum and provided by Patch Chen" and i guess this is the thread you where talking about:

 

http://forums.ni.com/t5/LabVIEW/Labview-libtiff-implementation/td-p/929843/page/3?requireLogin=False

 

Nico mentioned that the DLL used for this implementation comes from:

 

http://www.libtiff.org/

 

They mention this:

 

"The library, along with associated tool programs, should handle most of your needs for reading and writing TIFF images on 32- and 64-bit machines. This software can also be used on older 16-bit systems though it may require some effort and you may need to leave out some of the compression support. "

 

So the library that can be obtained on their ftp site can be run on both 64 and 32 Bit Systems.

 

Regards

 

Moritz M.

0 Kudos
Message 2 of 5
(8,763 Views)

Dear Moritz,

thank you for response. The 64 bit LabVIEW accepts only dlls compiled as x64 (64bit). Under 64 bit Win7 and 32 bit LabVIEW8.5 all examples work fine but I can't use the libtiff.dll in my program under 64bit LabVIEW9. I was trying to compile a new x64 dll using the code from the source you have mentioned but I got more than 100 error messages... It will take lot of time to get it running. If some one has the working project of libtiff.dll then I can compile it as x64.

Best regards,

Suren.

0 Kudos
Message 3 of 5
(8,758 Views)

I am also having the same problem ... I need to write to multi -page TIFF which I'm under the impression that Labview can't handle, and I'm runnng Labview 64-bit so I can't call 32-bit libraries...

0 Kudos
Message 4 of 5
(7,977 Views)

Hello

 

I found the code from https://github.com/rdodesigns/camtiff for Tiff files I compiled in VS2010 x64 and then in Labview 2013 x64 and now I can at least write Multipages Tiff 😉

 

Regards

Message 5 of 5
(6,708 Views)