mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Added imread and imreadmulti regression tests.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user