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.11 18:37 "Re: YCbCr", by Antonio Scuri

   I don't think so. Because the logic will set downsampled_output to TRUE
only if h_sampling!=1, and that happen only for YCBCR.

   If you want to debug the code, add a breakpoint at the line where
"downsampled_output = FALSE;" in "tif_jpeg.c". If it sets
"downsampled_output = TRUE;" then the output is donwsampled. 

   If you send me a sample, I can test your image here if I can read it. The
test I have supports CMYK images.

Best,
scuri

> -----Original Message-----
> From: tiff-bounces@lists.maptools.org [mailto:tiff-
> bounces@lists.maptools.org] On Behalf Of Steve Mills
> Sent: sexta-feira, 11 de dezembro de 2009 14:58
> To: tiff list
> Subject: Re: [Tiff] YCbCr
> 
> On Dec 11, 2009, at 10:15:39, Antonio Scuri wrote:
> 
> >  As Joris pointed out, you actually get Y Cb and Cr planes. So the
> first
> > component, that looks red, is infact Y, and indeed has the correct
> size. But
> > the Cb and Cr planes are downsampled. At least this is what I got
> here.
> 
> What if the file is jpeg-compressed cmyk? The TIFFTAG_PHOTOMETRIC tag
> says it's cmyk, not YCbCr. I expect cmyk data in this case, but it sure
> doesn't look correct.
> 
> _________________________________________________________
> Steve Mills                              Me: 952-401-6255
> Senior Software Architect                         MultiAd
> smills@multiad.com                       www.multi-ad.com
> 
> 
> _______________________________________________
> Tiff mailing list: Tiff@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/tiff
> http://www.remotesensing.org/libtiff/