]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Wed, 12 Oct 2011 10:58:48 +0000 (10:58 +0000)
committeranthony <anthony@git.imagemagick.org>
Wed, 12 Oct 2011 10:58:48 +0000 (10:58 +0000)
MagickCore/image.h

index 01e5b7025e5b755f45ea3fff23600b6d8e599dfb..ac3691e5166ec463755770a3d4b37c0fc0b6b8bd 100644 (file)
@@ -210,9 +210,9 @@ struct _Image
     extract_info;
 
   double
-    bias,           /* depreciated ? */
-    blur,
-    fuzz;           /* current color fuzz attribute */
+    bias,           /* FUTURE: depreciated -- convolve bias */
+    blur,           /* FUTURE: depreciated -- resize file blur */
+    fuzz;           /* current color fuzz attribute - make image_info */
 
   FilterTypes
     filter;         /* resize/distort filter to apply */
@@ -392,11 +392,11 @@ struct _ImageInfo
     *server_name,       /* X windows server name - display/animate */
     *font,              /* draw_info */
     *texture,           /* montage/display background tile */
-    *density;
+    *density;           /* for image and draw_info */
 
   double
     pointsize,
-    fuzz;
+    fuzz;               /* current color fuzz attribute */
 
   PixelPacket
     background_color,