libtiff with CUDA

I would like to know if anyone has used libtiff with the CUDA GPUs. I have a bunch of tiff images that need to be correlated. My current workflow consists of converting the tiff images using he ‘imread’ function in Matlab to text files and then correlating them using the cuFFT library.

Thanks in advance.

I’m using libtiff with my CUDA workflow with no issues. I can’t say the same for jpeg32. I ended up using GDI+ for JPG.

I’m trying to use cuda with libtiff, but, it’s not working.

i’m using Visual Studio 2008 on windows seven.

When i create new cuda project, there are no issues

and when i create a new c++ project with libtiff, there are no issues too.

But when i’m trying to use the both, I receive a lot of link error like this :

1>CUDA1.cu.obj : error LNK2019: symbole externe non résolu __imp_TIFFOpen référencé dans la fonction main

1> CUDA1.cu.obj: error LNK2019: unresolved external symbol __imp_TIFFOpen referenced in function main (in english)

I checked that all Libraries are linked

what have i forgotten ?