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.03.31 16:13 "Re: 16-bit TIFF to 8-bit BMP/TIF ???", by Bernie Pallek

> Yes, and this built in support does not apply the desired square root 
> so probably all that you would get is a blown-out or all-black image. 
> :-)

Hmm... might be cool to write a user-defineable function that gets called on
each pixel to do some kind of modification.  Yeah, it's expensive to make a
call for each pixel, and yes, one would have to consider the different
formats -- function for each? or must the function be "smart" and behave
differently according to the current format? etc -- but if it could done
cleanly, it would probably be pretty handy.  *shrug*