From ad98c293cf0523cb903af90b179128714c455868 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 29 Sep 2011 10:43:26 +0000 Subject: [PATCH] --- MagickCore/image.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/image.h b/MagickCore/image.h index 8415b0020..d95756713 100644 --- a/MagickCore/image.h +++ b/MagickCore/image.h @@ -209,7 +209,7 @@ struct _Image extract_info; double - bias, + bias, /* depreciated ? */ blur, fuzz; /* current color fuzz attribute */ @@ -271,7 +271,7 @@ struct _Image type; MagickBooleanType - dither; /* dithering method during color reduction */ + dither; /* dithering on/off */ MagickSizeType extent; @@ -288,7 +288,7 @@ struct _Image sync; ChannelType - channel_mask; + channel_mask; PixelChannelMap *channel_map; -- 2.40.0