From e95d3f06822c22fca2639bad96c726a11b520fc5 Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 12 Oct 2011 10:58:48 +0000 Subject: [PATCH] --- MagickCore/image.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 2.40.0