Ignore:
Timestamp:
02/07/12 20:01:05 (16 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/png.c

    r6628 r6768  
    23472347    if (png_get_sRGB(ping,ping_info,&intent)) 
    23482348      { 
     2349        image->colorspace=sRGBColorspace; 
    23492350        image->rendering_intent=Magick_RenderingIntent_from_PNG_RenderingIntent 
    23502351          (intent); 
     
    35743575     if (png_get_valid(ping,ping_info,PNG_INFO_sRGB)) 
    35753576       { 
     3577         image->colorspace=sRGBColorspace; 
    35763578         (void) FormatLocaleString(msg,MaxTextExtent, 
    3577             "intent=%d (See Rendering intent)", 
    3578             (int) intent); 
     3579            "intent=%d (See Rendering intent)", (int) intent); 
    35793580         (void) SetImageProperty(image,"png:sRGB                 ",msg, 
    3580                 exception); 
     3581           exception); 
    35813582       } 
    35823583#endif 
Note: See TracChangeset for help on using the changeset viewer.