2012.05.09 10:29 "[Tiff] fld->field_passcount", by Mathieu Malaterre

[CC me please]

Hi there,

  I am trying to compile an old tiff code which used to state:

const TIFFFieldInfo *fld = TIFFFieldWithTag( m_InternalImage->m_Image, tag ); if( fld->field_passcount )

I have now:

const TIFFField *fld = TIFFFieldWithTag( m_InternalImage->m_Image, tag );

but I could not figure out where to get 'fld->field_passcount'

thanks much

--
Mathieu