montageImages( &montage, imageList.begin(), imageList.end(), montageOpts );
{
- Geometry targetGeometry(120, 120 );
+ Geometry targetGeometry(128, 126 );
if ( montage[0].montageGeometry() != targetGeometry )
{
++failures;
}
}
- if ( montage[0].columns() != 720 || montage[0].rows() != 480 )
+ if ( montage[0].columns() != 768 || montage[0].rows() != 504 )
{
++failures;
cout << "Line: " << __LINE__
}
{
- Geometry targetGeometry( 62, 66 );
+ Geometry targetGeometry( 66, 70 );
if ( montage[0].montageGeometry() != targetGeometry )
{
++failures;
}
}
- if ( montage[0].columns() != 128 || montage[0].rows() != 66 )
+ if ( montage[0].columns() != 136 || montage[0].rows() != 70 )
{
++failures;
cout << "Line: " << __LINE__