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
December 2009

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

2009.12.10 18:28 "YCbCr", by Steve Mills
2009.12.10 19:19 "Re: YCbCr", by Joris Van Damme
2009.12.10 19:37 "Re: YCbCr", by Steve Mills
2009.12.10 20:21 "Re: YCbCr", by Antonio Scuri
2009.12.10 20:31 "Re: YCbCr", by Steve Mills
2009.12.11 16:15 "Re: YCbCr", by Antonio Scuri
2009.12.11 16:58 "Re: YCbCr", by Steve Mills
2009.12.11 18:37 "Re: YCbCr", by Antonio Scuri
2009.12.11 19:11 "Re: YCbCr", by Gene Amtower
2009.12.11 19:22 "Re: YCbCr", by Steve Mills
2009.12.11 20:04 "Re: YCbCr", by Gene Amtower
2009.12.12 02:37 "Re: YCbCr", by Antonio Scuri
2009.12.12 16:37 "Re: YCbCr", by Gene Amtower
2009.12.12 17:34 "Re: YCbCr", by Toby Thain
2009.12.12 18:19 "Re: YCbCr", by Bob Friesenhahn
2009.12.12 18:27 "Re: YCbCr", by Antonio Scuri
2009.12.10 20:32 "Re: YCbCr", by Joris Van Damme
2009.12.10 20:55 "Re: YCbCr", by Steve Mills
2009.12.10 22:31 "Re: YCbCr", by Steve Mills

2009.12.12 18:19 "Re: YCbCr", by Bob Friesenhahn

On Sat, 12 Dec 2009, Gene Amtower wrote:

> So, you can store either RGB, YCbCr, or CMYK data in TIFF files. 
> However, due to the variable conversion
> algorithms used for converting to/from CMYK or YCbCr, anything other than
> RGB is probably not likely to work
> outside of whatever application creates them.  Is that a correct
> statement?

While CMYK is quite variable since it is device dependent, YCbCr is 
defined by several ITU specifications (Rec.601 or Rec.709) and is 
therefore quite well defined.

While YCbCr should work quite nicely in TIFF, the only common use 
seems to be in conjunction with JPEG compression.

Except for issues related to subsampling (which requires horizontal, 
and sometimes even vertical filters), YCbCr is not difficult to work 
with.

> It just seems to me that storing image data in anything other than 
> RGB-based formats is not a good idea for most general usages and 
> should only be employed if the images are used for internal program 
> processing only.  Otherwise, the matrix employed to generate the 
> YCbCr or CMYK format is not known to a reader of the file.

For general usage, you should stick to baseline TIFF.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/