Re: windowscodecs: Create a IWICMetadataReader for a TIFF frame. Take 3.

2012-06-20 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > --- > dlls/windowscodecs/tiffformat.c | 75 > + > 1 file changed, 69 insertions(+), 6 deletions(-) Just a note, that once this patch is committed plus today's IFD metadata reader improvements the infrastructure for metadata hand

Re: windowscodecs: Create a IWICMetadataReader for a TIFF frame. Take 3.

2012-06-18 Thread Dmitry Timoshkov
Vincent Povirk wrote: > I'm still a little worried about seeking the stream behind libtiff's > back, but otherwise it looks good. I think we can always change that if it breaks things, but I didn't see any side effects so far. -- Dmitry.

Re: windowscodecs: Create a IWICMetadataReader for a TIFF frame. Take 3.

2012-06-18 Thread Vincent Povirk
I'm still a little worried about seeking the stream behind libtiff's back, but otherwise it looks good.