commit | c511e881bdb2adc9c87173f8c3a6a747a96dbabd | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Mon Apr 16 21:11:14 2012 +0000 |
committer | cristy <[email protected]> | Mon Apr 16 21:11:14 2012 +0000 |
tree | 3e22943b7d4115857e86465a9ab124ef0d7c0351 | |
parent | e12425c5ef644a03fa2772e8c053716e2a7c34da [diff] [blame] |
diff --git a/MagickCore/effect.c b/MagickCore/effect.c index a230214..aea3959 100644 --- a/MagickCore/effect.c +++ b/MagickCore/effect.c
@@ -2464,7 +2464,7 @@ if (preview_image == (Image *) NULL) break; threshold+=0.4f; - (void) SegmentImage(preview_image,RGBColorspace,MagickFalse,threshold, + (void) SegmentImage(preview_image,sRGBColorspace,MagickFalse,threshold, threshold,exception); (void) FormatLocaleString(label,MaxTextExtent,"segment %gx%g", threshold,threshold);