This commit is contained in:
cristy
2012-04-13 21:44:43 +00:00
parent 64c3edf40e
commit fbe2c927d7
+2 -2
View File
@@ -1212,11 +1212,11 @@ int main( int /*argc*/, char ** argv)
//
// renderingIntent
//
if ( image.renderingIntent() != PerceptualIntent )
if ( image.renderingIntent() != RelativeIntent )
{
++failures;
cout << "Line: " << __LINE__
<< ", renderingIntent default is not PerceptualIntent as expected"
<< ", renderingIntent default is not RelativeIntent as expected"
<< endl;
}