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
November 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.11.24 10:23 "Windows HD Photo - any interest?", by Brad Hards
2006.11.24 16:02 "Re: Windows HD Photo - any interest?", by Andrey Kiselev
2006.11.24 21:53 "Re: Windows HD Photo - any interest?", by Brad Hards
2006.11.24 23:06 "Re: Windows HD Photo - any interest?", by Bob Friesenhahn
2006.11.25 01:53 "Re: Windows HD Photo - any interest?", by Brad Hards
2006.11.25 10:20 "Re: Windows HD Photo - any interest?", by Andrey Kiselev
2006.11.25 13:59 "Re: Windows HD Photo - any interest?", by Sachin Garg
2006.11.25 15:01 "Re: Windows HD Photo - any interest?", by Andrey Kiselev
2006.11.25 15:56 "Re: Windows HD Photo - any interest?", by Frank Warmerdam
2006.11.25 18:00 "Re: Windows HD Photo - any interest?", by Sachin Garg
2006.11.25 15:40 "Re: Windows HD Photo - any interest?", by Andrey Kiselev
2006.11.25 18:41 "Re: Windows HD Photo - any interest?", by Sachin Garg
2006.11.26 15:16 "Re: Windows HD Photo - any interest?", by Leonard Rosenthol
2006.11.26 19:59 "Re: Windows HD Photo - any interest?", by Brad Hards
2006.11.26 20:57 "Re: Windows HD Photo - any interest?", by Bob Friesenhahn

2006.11.24 10:23 "Windows HD Photo - any interest?", by Brad Hards

Not sure if this has been discussed before, but Windows Vista comes with a new 
image format (previously known as Windows Media Photo, now called HD Photo).

Turns out it is really a TIFF-like format, with a unique codec and some 
special tags. The tags are described in one specification, known as the 
Feature specification. The codec is described in a different spec, known as 
the bitstream specification. They are both embedded in a Device Porting Kit 
(DPK), which you can find at:
http://www.microsoft.com/whdc/xps/hdphotodpk.mspx
[I used cabextract to get out the content, and then rebuilt the directory 
structure based on the DPK specification, which is also in the kit]

I see three options:
1. Ignore this pseudo TIFF format.
2. Incorporate the format using the codec in the DPK
3. Incorporate the format using an independent implementation.

Anyway, I've done a bit of work on this. See attached. This isn't meant to be 
applied - it is just a start for future work on options 2 or 3, if anyone 
wants to work on it.

Brad