From: anthony Date: Wed, 12 Oct 2011 10:58:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e95d3f06822c22fca2639bad96c726a11b520fc5;p=imagemagick --- diff --git a/MagickCore/image.h b/MagickCore/image.h index 01e5b7025..ac3691e51 100644 --- a/MagickCore/image.h +++ b/MagickCore/image.h @@ -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,