]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 10:43:26 +0000 (10:43 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 29 Sep 2011 10:43:26 +0000 (10:43 +0000)
MagickCore/image.h

index 8415b002056fb68671951bbb5be0b684adc267a5..d95756713c66790c30253888a294bf9bec51ed33 100644 (file)
@@ -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;