Re: [Freesurfer] A problem with Deflate compression of tif format

2008-01-03 Thread Nick Schmansky
Jiefeng Jiang, I can't say I have seen that problem, but we use libtiff.so.3 here, so you may want to try installing that version of libtiff, rather than linking libtiff.so.4 to libtiff.so.3 (if I understand correctly, you have libtiff.so.4). Nick ps. I did find this message by googling the erro

[Freesurfer] A problem with Deflate compression of tif format

2008-01-02 Thread Jiefeng Jiang
Hi, I met the problem of "Deflate compression support is not configured. TiffWrite: TIFFWriteScanline returned error" when I used mris_make_template. Currently I use libtiff4 for tiff interface and zlib1g for deflate compression. In addition, I linked libtiff.so.3 to libtiff.so.4. I also teste