AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.03.31 05:49 "16-bit TIFF to 8-bit BMP/TIF ???", by Chris Le Brese
2006.03.31 13:47 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Edward Lam
2006.03.31 16:05 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bob Friesenhahn
2006.03.31 16:13 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bernie Pallek
2006.03.31 16:34 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bob Friesenhahn
2006.03.31 16:39 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Edward Lam
2006.04.02 08:03 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Chris Le Brese
2006.04.02 16:19 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bob Friesenhahn
2006.04.02 17:15 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by David Scriven
2006.03.31 16:05 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bernie Pallek

2006.04.02 17:15 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by David Scriven

Chris,

There are quite a few packages, depending on your platform,
that display 16bit images without conversion. NIH Image (Mac)
ImageJ (all platforms) ImageMagic (Linux, maybe others) 
ScionImage (Windows). I'm sure there are others. Some
packages require that you 'import' 16 bit images rather
'open' them to view them. 

I'm not sure why you have the need to convert the images
to 8-bit to analyse them, as the whole point of 16 bit
is increased dynamic range and finer granularity. Conversion
to 8-bit removes that, and may distort the intensity relationships.
For example, taking the square root will not result in the same
values as dividing by 256 (say).

libtiff handles 16 bit images as easily as 8 bit and once
you've extracted the data, the analysis protocols should
be the same.