Re: [opendx-dev] _tiff.c????

2000-08-25 Thread Richard Gillilan
While you guys are looking at tiff code, I have a question. Ever encounter a multi-tiff? This seems to be the standard in confocal microscopy and I'm starting to see them more often. ReadImage will treat one like an ordinary tiff, displaying only the first frame in the stack. What I really need is

Re: [opendx-dev] _tiff.c????

2000-08-25 Thread David L. Thompson
Richard, Do you know if the libtiff can handle these? If so, it probably wouldn't take much to write a module around their function calls. David While you guys are looking at tiff code, I have a question. Ever encounter a multi-tiff? This seems to be the standard in confocal microscopy and

[opendx-dev] _tiff.c????

2000-08-24 Thread gabra
David, A couple routines in _tiff.c got ifdeffed out - write_rev_uint32 and write_rev_uint16. They're needed - why did they go away? Greg

Re: [opendx-dev] _tiff.c????

2000-08-24 Thread David L. Thompson
Corrected, I think? The reason is, they are never used on a bigendian system and since they are static they use space in the program stack. Please let me know if you find any others, but I believe this was the only one like this. I thought that it might be a problem, but didn't have a LE