Added imread and imreadmulti regression tests.

This commit is contained in:
Ashod Nakashian
2014-12-29 10:51:27 -05:00
parent 61ca38103c
commit 473964806c
2 changed files with 103 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ bool TiffDecoder::nextPage()
{
// Prepare the next page, if any.
return m_tif &&
TIFFReadDirectory(static_cast<TIFF*>(m_tif)) &&
TIFFReadDirectory(static_cast<TIFF*>(m_tif)) &&
readHeader();
}