[Insight-users] RGB 2D image registration

Michael Jackson mike.jackson at bluequartz.net
Wed Jul 1 14:50:45 EDT 2009


I have seen something like that warning before when I was reading some  
tiff images from a manufacturer that created their own "Tiff Tag" with  
some meta data in it and then stored that into the tiff file.  
Basically, the standard tiff libraries don't know what that tag is and  
how to read it and the reader is skipping the information. If you are  
lucky the folks who are writing the tiff file will send you the format  
of their tag. If you are really lucky it is just plain ASCII data and  
can be parsed by writing a tiff-tag parser (which is what I had to do).

HTH
_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Jul 1, 2009, at 2:37 PM, Luis Ibanez wrote:

> TIFFReadDirectory: Warning, worm1_autoalign_tifResCorrect/ 
> section_0447_w1.tif: unknown field with tag 34665 (0x8769) encountered



More information about the Insight-users mailing list