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
October 2000

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

2000.10.04 16:24 "PHOTOMETRIC_YCBCR", by Raj Kumar S
2000.10.04 16:25 "Re: PHOTOMETRIC_YCBCR", by Martin Bailey
2000.10.04 16:34 "Re: PHOTOMETRIC_YCBCR", by Rex Jolliff
2000.10.04 19:24 "Re: PHOTOMETRIC_YCBCR", by Raj Kumar S
2000.10.04 20:19 "Re: PHOTOMETRIC_YCBCR", by Helge Blischke
2000.10.05 04:05 "Re: PHOTOMETRIC_YCBCR", by Niles Ritter
2000.10.05 18:24 "Re: PHOTOMETRIC_YCBCR", by Raj Kumar S
2000.10.05 18:25 "Re: PHOTOMETRIC_YCBCR", by <apex@apexinternetsoftware.com>
2000.10.05 18:41 "Re: PHOTOMETRIC_YCBCR", by Thad Humphries
2000.10.06 02:21 "Re: PHOTOMETRIC_YCBCR", by Tom Lane
2000.10.05 18:43 "Re: PHOTOMETRIC_YCBCR", by Chris Losinger
2000.10.05 19:53 "Re: PHOTOMETRIC_YCBCR", by Rex Jolliff
2000.10.05 21:02 "Re: PHOTOMETRIC_YCBCR", by Tim Bell
2000.10.06 04:48 "Re: PHOTOMETRIC_YCBCR", by Raj Kumar S
2000.10.04 20:58 "Re: PHOTOMETRIC_YCBCR", by Rex Jolliff
2000.10.04 22:25 "Re: PHOTOMETRIC_YCBCR", by Joris Van Damme

2000.10.04 16:34 "Re: PHOTOMETRIC_YCBCR", by Rex Jolliff

> > 1.tif: Warning, unknown field with tag 512 (0x200) ignored.
> > 1.tif: Warning, unknown field with tag 513 (0x201) ignored.
> > 1.tif: Warning, unknown field with tag 514 (0x202) ignored.
> > 1.tif: Warning, unknown field with tag 515 (0x203) ignored.
> > 1.tif: Warning, unknown field with tag 519 (0x207) ignored.
> > 1.tif: Warning, unknown field with tag 520 (0x208) ignored.
> > 1.tif: Warning, unknown field with tag 521 (0x209) ignored.
>
> These are all for JPEG compression - the original stuff in TIFF 6 that
> doesn't work.
>
> > 1.tif: Warning, unknown field with tag 32934 (0x80a6) ignored.
>
> Sorry, don't know that one. It's not in TIFF6, the PageMaker extensions or
> TIFF/IT.

Was this image generated using Pixel Translations based scanning software?
if so then if the strip count is one, then you can find the entire JPEG inside
the image at the JFIFOffset position in the file.  If the strip count is
greater than one, you'll need to reconstruct the jpeg by replacing the restart
markers between each strip.  I have some code that does all this if you're
interested.

Rex.