Changeset 6768 for ImageMagick/trunk/coders/png.c
- Timestamp:
- 02/07/12 20:01:05 (16 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/png.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r6628 r6768 2347 2347 if (png_get_sRGB(ping,ping_info,&intent)) 2348 2348 { 2349 image->colorspace=sRGBColorspace; 2349 2350 image->rendering_intent=Magick_RenderingIntent_from_PNG_RenderingIntent 2350 2351 (intent); … … 3574 3575 if (png_get_valid(ping,ping_info,PNG_INFO_sRGB)) 3575 3576 { 3577 image->colorspace=sRGBColorspace; 3576 3578 (void) FormatLocaleString(msg,MaxTextExtent, 3577 "intent=%d (See Rendering intent)", 3578 (int) intent); 3579 "intent=%d (See Rendering intent)", (int) intent); 3579 3580 (void) SetImageProperty(image,"png:sRGB ",msg, 3580 exception);3581 exception); 3581 3582 } 3582 3583 #endif
Note: See TracChangeset
for help on using the changeset viewer.
