(DrawInfo *) NULL);
draw_info->fill.alpha=ClampToQuantum(StringToDouble(matte,
(char **) NULL));
+ (void) SetImageAlphaChannel(*image,OpaqueAlphaChannel,exception);
channel_mask=SetPixelChannelMask(*image,AlphaChannel);
(void) FloodfillPaintImage(*image,draw_info,&target,(ssize_t)
x_offset,(ssize_t) y_offset,method == FloodfillMethod ?
status;
PixelInfo
+ fill_color,
pixel;
- PixelInfo
- fill_color;
-
register SegmentInfo
*s;
q+=x1*GetPixelChannels(floodplane_image);
for (x=x1; x >= 0; x--)
{
- if (GetPixelAlpha(image,q) == TransparentAlpha)
+ if (GetPixelAlpha(floodplane_image,q) == TransparentAlpha)
break;
GetPixelInfoPixel(image,p,&pixel);
if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
{
p=GetCacheViewVirtualPixels(image_view,x,y,image->columns-x,1,
exception);
- q=GetCacheViewAuthenticPixels(floodplane_view,x,y,
- image->columns-x,1,exception);
+ q=GetCacheViewAuthenticPixels(floodplane_view,x,y,image->columns-
+ x,1,exception);
if ((p == (const Quantum *) NULL) || (q == (Quantum *) NULL))
break;
for ( ; x < (ssize_t) image->columns; x++)
{
- if (GetPixelAlpha(image,q) == TransparentAlpha)
+ if (GetPixelAlpha(floodplane_image,q) == TransparentAlpha)
break;
GetPixelInfoPixel(image,p,&pixel);
if (IsFuzzyEquivalencePixelInfo(&pixel,target) == invert)
break;
for ( ; x <= x2; x++)
{
- if (GetPixelAlpha(image,q) == TransparentAlpha)
+ if (GetPixelAlpha(floodplane_image,q) == TransparentAlpha)
break;
GetPixelInfoPixel(image,p,&pixel);
if (IsFuzzyEquivalencePixelInfo(&pixel,target) != invert)
#define MagickLibAddendum "-0"
#define MagickLibInterface 7
#define MagickLibMinInterface 7
-#define MagickReleaseDate "2011-12-22"
+#define MagickReleaseDate "2011-12-26"
#define MagickChangeDate "20110801"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
<configure name="LIB_VERSION" value="0x700"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
<configure name="SVN_REVISION" value="6244" />
- <configure name="RELEASE_DATE" value="2011-12-22"/>
+ <configure name="RELEASE_DATE" value="2011-12-26"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
\-list type print a list of supported option arguments
\-version print version information
+Use any setting or operator as an \fIoutput-option\fP. Only a limited number of setting are \fIinput-option\fP. They include: \-antialias, \-caption, \-density, \-define, \-encoding, \-font, \-pointsize, \-size, and \-texture as well as any of the miscellaneous options.
+
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
.SH SEE ALSO
ImageMagick(1)