Page 1 of 1

OMR, Anchor and TIFF multipage

Posted: Fri Mar 08, 2013 5:28 pm
by Chess
Hello,

Is it possible to use FindAnchor and OMRDetectMarks with multipage TIFF file selection function ?. Something like that :

Code: Select all

m_ImageID = m_GdPictureImaging.CreateGdPictureImageFromFile("tiff_multi.tif");
if (m_GdPictureImaging.TiffIsMultiPage(m_ImageID)) 
{
for (int i = 1; i <= numberOfPages; i++)
{
   m_GdPictureImaging.TiffSelectPage(m_ImageID, i);
   ...
   FindAnchor (m_ImageID, anchorID, mode, ....)
   ...
}
}
Thanks

Re: OMR, Anchor and TIFF multipage

Posted: Mon Mar 11, 2013 5:38 pm
by Chess
Hello,

Successfully tested with both OMR and Anchor function, with a sample application and some multipage TIFF.

Sometimes, I just hope that someone (people that manage GdPicture code) said : Yep, it work, we build it for ! instead of spending 2 hours or more to build an test application.

Regards.

Re: OMR, Anchor and TIFF multipage

Posted: Wed Jan 23, 2019 5:16 pm
by Gabriela
Hello,

please refer to this page for samples that are now shipped with the installation package:
https://www.gdpicture.com/guides/gdpicture/web ... rview.html