Ignore:
Timestamp:
04/16/12 08:50:34 (13 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/Magick++/tests/attributes.cpp

    r7475 r7518  
    12131213    // renderingIntent 
    12141214    // 
    1215     if ( image.renderingIntent() != RelativeIntent ) 
    1216       { 
    1217         ++failures; 
    1218         cout << "Line: " << __LINE__ 
    1219              << ", renderingIntent default is not RelativeIntent as expected" 
     1215    if ( image.renderingIntent() != PerceptualIntent ) 
     1216      { 
     1217        ++failures; 
     1218        cout << "Line: " << __LINE__ 
     1219             << ", renderingIntent default is not PerceptualIntent as expected" 
    12201220             << endl; 
    12211221      } 
Note: See TracChangeset for help on using the changeset viewer.