Hi everyone,
I have some LZW-compressed tif files that cannot be read by vtkTIFFReader class in my code, but ParaView has no problem with them. Someone told me that ParaView may actually be using external libtiff since it doesn’t link to any LZW library. My questions:
-
Does ParaView use external
libtiff? If so, could anyone tell me where to get thelibtiffthat ParaView uses? Is it the one from www.libtiff.org? -
If ParaView doesn’t use external
libtiffand implements LZW encode/decode internally, which code of ParaView should I look at and how can I use it and populate the output tovtkTIFFReader?
Thanks!