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 tested the two libs by opening and saving a sample tiff image and they worked well. I have no idea how to solve this, maybe I need to establish another link for deflate compression... Could somebody give me some advices?
Thank you in advance!
Jiefeng Jiang
Medical image computing National lab of pattern recognition Institute of automation, CAS Beijing, China +86 10 62659278
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 error:
Problem: Trying to produce a zip/deflate compressed file produces the message "Deflate compression support is not configured."
Solution: Your TIFF library was not compiled with ZIP support. The standard libtiff is almost never distributed with ZIP="yes" in the config.site file, so you will need to recompile it yourself if you want to build drgtools which support zip from the source code.
On Wed, 2008-01-02 at 19:06 +0800, Jiefeng Jiang wrote:
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 tested the two libs by opening and saving a sample tiff image and they worked well. I have no idea how to solve this, maybe I need to establish another link for deflate compression... Could somebody give me some advices?
Thank you in advance!
Jiefeng Jiang
Medical image computing National lab of pattern recognition Institute of automation, CAS Beijing, China +86 10 62659278 _______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu