From: Cristy Date: Sun, 10 Jul 2016 13:03:46 +0000 (-0400) Subject: Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black X-Git-Tag: 7.0.2-4~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4703f7d3118daad4e2fae0cc81f60c1f4b40fb7;p=imagemagick Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black --- diff --git a/ChangeLog b/ChangeLog index 78fc69bc5..ae5a30f39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2016-07-10 7.0.2-4 Cristy * To comply with the SVG standard, use stroke-opacity for transparent strokes. + * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black. 2016-07-09 7.0.2-3 Cristy * Release ImageMagick version 7.0.2-3, GIT revision 18572:28560fc:20160709. diff --git a/MagickCore/pixel.h b/MagickCore/pixel.h index 27a50c313..d1ea0ba81 100644 --- a/MagickCore/pixel.h +++ b/MagickCore/pixel.h @@ -47,7 +47,7 @@ typedef enum ReadMaskChannel = 0x0040, /* Pixel is Not Readable? */ WriteMaskChannel = 0x0080, /* Pixel is Write Protected? */ MetaChannel = 0x0100, /* ???? */ - CompositeChannels = 0x002F, + CompositeChannels = 0x001F, AllChannels = 0x7ffffff, /* Special purpose channel types.