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 2004

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

2004.03.02 21:17 "Reading caspian.tif", by Simon Granger
2004.03.03 16:40 "Re: Reading caspian.tif", by Andrey Kiselev
2004.03.03 19:52 "Re: Reading caspian.tif", by Bob Friesenhahn
2004.03.03 20:17 "Re: Reading caspian.tif", by Frank Warmerdam
2004.03.03 21:18 "Re: Reading caspian.tif", by Simon Granger
2004.03.03 19:59 "Re: Reading caspian.tif", by Chris Cox

2004.03.03 21:18 "Re: Reading caspian.tif", by Simon Granger

Frank Warmerdam wrote:

> As Andrey suggests, a fairly obvious way of dealing with the data is to
> check the min/max values and do a linear scaling between them, but some
> applications will do substantially more complex things to make the 
> information
> viewable.

Frank,

That makes sense. So, there's no such thing as a "standard way" to deal 
with floating-point samples with no S[MIN,MAX]SAMPLEVALUE information, 
unless you know how the image was generated and for what purpose. When 
you don't, then the linear scaling seems to be a good enough solution.

Thanks,
Simon Granger