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
September 2008

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

2008.09.07 23:18 "SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.07 23:34 "Re: SAMPLEFORMAT_IEEEFP", by Bob Friesenhahn
2008.09.08 06:33 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.08 10:07 "Re: SAMPLEFORMAT_IEEEFP", by <jcupitt@gmail.com>
2008.09.08 09:01 "Re: SAMPLEFORMAT_IEEEFP", by Kai-uwe Behrmann
2008.09.08 10:45 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.08 11:16 "Re: SAMPLEFORMAT_IEEEFP", by Kai-uwe Behrmann
2008.09.08 11:19 "Re: SAMPLEFORMAT_IEEEFP", by Axel Canicio
2008.09.08 23:07 "Re: SAMPLEFORMAT_IEEEFP", by Craig Bruce
2008.09.09 01:12 "Re: SAMPLEFORMAT_IEEEFP", by Chris Cox
2008.09.09 07:02 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.10 00:06 "Re: SAMPLEFORMAT_IEEEFP", by Chris Cox
2008.09.10 06:44 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.10 07:15 "Re: SAMPLEFORMAT_IEEEFP", by <jcupitt@gmail.com>
2008.09.10 19:48 "Re: SAMPLEFORMAT_IEEEFP", by Chris Cox
2008.09.10 20:46 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>
2008.09.11 05:31 "Re: SAMPLEFORMAT_IEEEFP", by Andrey Kiselev
2008.09.11 20:13 "Re: SAMPLEFORMAT_IEEEFP", by Charles Auer
2008.09.12 20:57 "Re: SAMPLEFORMAT_IEEEFP", by <acanicio@astrosnap.com>

2008.09.10 19:48 "Re: SAMPLEFORMAT_IEEEFP", by Chris Cox

The info palette reads out exact values from the file, unaffected by any
display transforms. (so if you change the display exposure, the values still
read out the same).
If you want to see the floating point values in the info palette, set the
readout to show 32 bit values (right now you have 16 bit values showing). 
Apparently you missed the documentation on how to use the Info palette.

The loss of contrast could be due to gamma encoding (32 bit data in
Photoshop is always gamma 1.0), or a problem with your display profile
(since Photoshop always converts from the document profile to your display
profile for accurate image viewing).

The TIFF file has no limits specified, it just provides the data.
The zero to one range for viewing is just a default, and a convention found
in many HDR images.

Chris



-----Original Message-----
From: tiff-bounces@lists.maptools.org on behalf of acanicio
Sent: Tue 9/9/2008 11:44 PM
To: tiff@lists.maptools.org
Subject: Re: [Tiff] SAMPLEFORMAT_IEEEFP
 

Hello Chris and all,

Yes, I had tried to rescale using the sliders but, since all the RGB values
were all 32767 in the "Info" window in photoshop, there was no way to change
anything with that.

Anyway, as suggested, I did the changes in my program last evening,
rescaling the color values between 0 and 1 when writing the tiff file.
Then I opened the file in photoshop, and... SHAZAAAM !! it worked !!! The
image was exactly as the original. The difference is that the resulting
image is a bit washed out (lighter) than the original. 

Chris, you say that the limits don't have to be between zero and one. But
how do you specify that in the TIFF file ? Is there a specific tag I have to
use ?

Thanks again for your help and your patience.

Best regards
Axel



Chris Cox wrote:
> 
> They don't have to be between zero and one - but that is the default
> viewing
> range.
> There are adjustments to change the value ranges, and a viewing exposure
> slider to change the viewing exposure.
> 
> I mean use the adjustment named Exposure in Photoshop to scale the data.
> If that works, then you can scale it when doing your conversion.
> 
> Chris
> 
> 
> _______________________________________________
> Tiff mailing list: Tiff@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/tiff
> http://www.remotesensing.org/libtiff/
> 
> 

-- 
View this message in context:
http://www.nabble.com/SAMPLEFORMAT_IEEEFP-tp19363616p19407276.html
Sent from the Tiff / LibTiff mailing list archive at Nabble.com.