]> granicus.if.org Git - imagemagick/blob - MagickCore/color.c
(no commit message)
[imagemagick] / MagickCore / color.c
1 /*
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %                                                                             %
4 %                                                                             %
5 %                       CCCC   OOO   L       OOO   RRRR                       %
6 %                      C      O   O  L      O   O  R   R                      %
7 %                      C      O   O  L      O   O  RRRR                       %
8 %                      C      O   O  L      O   O  R R                        %
9 %                       CCCC   OOO   LLLLL   OOO   R  R                       %
10 %                                                                             %
11 %                                                                             %
12 %                          MagickCore Color Methods                           %
13 %                                                                             %
14 %                              Software Design                                %
15 %                                   Cristy                                    %
16 %                                 July 1992                                   %
17 %                                                                             %
18 %                                                                             %
19 %  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization      %
20 %  dedicated to making software imaging solutions freely available.           %
21 %                                                                             %
22 %  You may not use this file except in compliance with the License.  You may  %
23 %  obtain a copy of the License at                                            %
24 %                                                                             %
25 %    http://www.imagemagick.org/script/license.php                            %
26 %                                                                             %
27 %  Unless required by applicable law or agreed to in writing, software        %
28 %  distributed under the License is distributed on an "AS IS" BASIS,          %
29 %  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   %
30 %  See the License for the specific language governing permissions and        %
31 %  limitations under the License.                                             %
32 %                                                                             %
33 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34 %
35 %  We use linked-lists because splay-trees do not currently support duplicate
36 %  key / value pairs (.e.g X11 green compliance and SVG green compliance).
37 %
38 */
39 \f
40 /*
41   Include declarations.
42 */
43 #include "MagickCore/studio.h"
44 #include "MagickCore/blob.h"
45 #include "MagickCore/cache-view.h"
46 #include "MagickCore/cache.h"
47 #include "MagickCore/color.h"
48 #include "MagickCore/color-private.h"
49 #include "MagickCore/colorspace-private.h"
50 #include "MagickCore/client.h"
51 #include "MagickCore/configure.h"
52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
54 #include "MagickCore/gem.h"
55 #include "MagickCore/gem-private.h"
56 #include "MagickCore/geometry.h"
57 #include "MagickCore/image-private.h"
58 #include "MagickCore/memory_.h"
59 #include "MagickCore/monitor.h"
60 #include "MagickCore/monitor-private.h"
61 #include "MagickCore/option.h"
62 #include "MagickCore/pixel-accessor.h"
63 #include "MagickCore/quantize.h"
64 #include "MagickCore/quantum.h"
65 #include "MagickCore/quantum-private.h"
66 #include "MagickCore/semaphore.h"
67 #include "MagickCore/string_.h"
68 #include "MagickCore/token.h"
69 #include "MagickCore/utility.h"
70 #include "MagickCore/utility-private.h"
71 #include "MagickCore/xml-tree.h"
72 \f
73 /*
74   Define declarations.
75 */
76 #define ColorFilename  "colors.xml"
77 \f
78 /*
79   Typedef declarations.
80 */
81 typedef struct _ColorMapInfo
82 {
83   const char
84     *name;
85
86   const unsigned char
87     red,
88     green,
89     blue;
90
91   const float
92     alpha;
93
94   const ssize_t
95     compliance;
96 } ColorMapInfo;
97 \f
98 /*
99   Static declarations.
100 */
101 static const ColorMapInfo
102   ColorMap[] =
103   {
104     { "none", 0, 0, 0, 0, SVGCompliance | XPMCompliance },
105     { "black", 0, 0, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
106     { "red", 255, 0, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
107     { "magenta", 255, 0, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
108     { "green", 0, 128, 0, 1, SVGCompliance },
109     { "cyan", 0, 255, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
110     { "blue", 0, 0, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
111     { "yellow", 255, 255, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
112     { "white", 255, 255, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
113     { "AliceBlue", 240, 248, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
114     { "AntiqueWhite", 250, 235, 215, 1, SVGCompliance | X11Compliance | XPMCompliance },
115     { "AntiqueWhite1", 255, 239, 219, 1, X11Compliance },
116     { "AntiqueWhite2", 238, 223, 204, 1, X11Compliance },
117     { "AntiqueWhite3", 205, 192, 176, 1, X11Compliance },
118     { "AntiqueWhite4", 139, 131, 120, 1, X11Compliance },
119     { "aqua", 0, 255, 255, 1, SVGCompliance },
120     { "aquamarine", 127, 255, 212, 1, SVGCompliance | X11Compliance | XPMCompliance },
121     { "aquamarine1", 127, 255, 212, 1, X11Compliance },
122     { "aquamarine2", 118, 238, 198, 1, X11Compliance },
123     { "aquamarine3", 102, 205, 170, 1, X11Compliance },
124     { "aquamarine4", 69, 139, 116, 1, X11Compliance },
125     { "azure", 240, 255, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
126     { "azure1", 240, 255, 255, 1, X11Compliance },
127     { "azure2", 224, 238, 238, 1, X11Compliance },
128     { "azure3", 193, 205, 205, 1, X11Compliance },
129     { "azure4", 131, 139, 139, 1, X11Compliance },
130     { "beige", 245, 245, 220, 1, SVGCompliance | X11Compliance | XPMCompliance },
131     { "bisque", 255, 228, 196, 1, SVGCompliance | X11Compliance | XPMCompliance },
132     { "bisque1", 255, 228, 196, 1, X11Compliance },
133     { "bisque2", 238, 213, 183, 1, X11Compliance },
134     { "bisque3", 205, 183, 158, 1, X11Compliance },
135     { "bisque4", 139, 125, 107, 1, X11Compliance },
136     { "BlanchedAlmond", 255, 235, 205, 1, SVGCompliance | X11Compliance | XPMCompliance },
137     { "blue1", 0, 0, 255, 1, X11Compliance },
138     { "blue2", 0, 0, 238, 1, X11Compliance },
139     { "blue3", 0, 0, 205, 1, X11Compliance },
140     { "blue4", 0, 0, 139, 1, X11Compliance },
141     { "BlueViolet", 138, 43, 226, 1, SVGCompliance | X11Compliance | XPMCompliance },
142     { "brown", 165, 42, 42, 1, SVGCompliance | X11Compliance | XPMCompliance },
143     { "brown1", 255, 64, 64, 1, X11Compliance },
144     { "brown2", 238, 59, 59, 1, X11Compliance },
145     { "brown3", 205, 51, 51, 1, X11Compliance },
146     { "brown4", 139, 35, 35, 1, X11Compliance },
147     { "burlywood", 222, 184, 135, 1, SVGCompliance | X11Compliance | XPMCompliance },
148     { "burlywood1", 255, 211, 155, 1, X11Compliance },
149     { "burlywood2", 238, 197, 145, 1, X11Compliance },
150     { "burlywood3", 205, 170, 125, 1, X11Compliance },
151     { "burlywood4", 139, 115, 85, 1, X11Compliance },
152     { "CadetBlue", 95, 158, 160, 1, SVGCompliance | X11Compliance | XPMCompliance },
153     { "CadetBlue1", 152, 245, 255, 1, X11Compliance },
154     { "CadetBlue2", 142, 229, 238, 1, X11Compliance },
155     { "CadetBlue3", 122, 197, 205, 1, X11Compliance },
156     { "CadetBlue4", 83, 134, 139, 1, X11Compliance },
157     { "chartreuse", 127, 255, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
158     { "chartreuse1", 127, 255, 0, 1, X11Compliance },
159     { "chartreuse2", 118, 238, 0, 1, X11Compliance },
160     { "chartreuse3", 102, 205, 0, 1, X11Compliance },
161     { "chartreuse4", 69, 139, 0, 1, X11Compliance },
162     { "chocolate", 210, 105, 30, 1, SVGCompliance | X11Compliance | XPMCompliance },
163     { "chocolate1", 255, 127, 36, 1, X11Compliance },
164     { "chocolate2", 238, 118, 33, 1, X11Compliance },
165     { "chocolate3", 205, 102, 29, 1, X11Compliance },
166     { "chocolate4", 139, 69, 19, 1, X11Compliance },
167     { "coral", 255, 127, 80, 1, SVGCompliance | X11Compliance | XPMCompliance },
168     { "coral1", 255, 114, 86, 1, X11Compliance },
169     { "coral2", 238, 106, 80, 1, X11Compliance },
170     { "coral3", 205, 91, 69, 1, X11Compliance },
171     { "coral4", 139, 62, 47, 1, X11Compliance },
172     { "CornflowerBlue", 100, 149, 237, 1, SVGCompliance | X11Compliance | XPMCompliance },
173     { "cornsilk", 255, 248, 220, 1, SVGCompliance | X11Compliance | XPMCompliance },
174     { "cornsilk1", 255, 248, 220, 1, X11Compliance },
175     { "cornsilk2", 238, 232, 205, 1, X11Compliance },
176     { "cornsilk3", 205, 200, 177, 1, X11Compliance },
177     { "cornsilk4", 139, 136, 120, 1, X11Compliance },
178     { "crimson", 220, 20, 60, 1, SVGCompliance },
179     { "cyan1", 0, 255, 255, 1, X11Compliance },
180     { "cyan2", 0, 238, 238, 1, X11Compliance },
181     { "cyan3", 0, 205, 205, 1, X11Compliance },
182     { "cyan4", 0, 139, 139, 1, X11Compliance },
183     { "DarkBlue", 0, 0, 139, 1, SVGCompliance | X11Compliance },
184     { "DarkCyan", 0, 139, 139, 1, SVGCompliance | X11Compliance },
185     { "DarkGoldenrod", 184, 134, 11, 1, SVGCompliance | X11Compliance | XPMCompliance },
186     { "DarkGoldenrod1", 255, 185, 15, 1, X11Compliance },
187     { "DarkGoldenrod2", 238, 173, 14, 1, X11Compliance },
188     { "DarkGoldenrod3", 205, 149, 12, 1, X11Compliance },
189     { "DarkGoldenrod4", 139, 101, 8, 1, X11Compliance },
190     { "DarkGray", 169, 169, 169, 1, SVGCompliance | X11Compliance },
191     { "DarkGreen", 0, 100, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
192     { "DarkGrey", 169, 169, 169, 1, SVGCompliance | X11Compliance },
193     { "DarkKhaki", 189, 183, 107, 1, SVGCompliance | X11Compliance | XPMCompliance },
194     { "DarkMagenta", 139, 0, 139, 1, SVGCompliance | X11Compliance },
195     { "DarkOliveGreen", 85, 107, 47, 1, SVGCompliance | X11Compliance | XPMCompliance },
196     { "DarkOliveGreen1", 202, 255, 112, 1, X11Compliance },
197     { "DarkOliveGreen2", 188, 238, 104, 1, X11Compliance },
198     { "DarkOliveGreen3", 162, 205, 90, 1, X11Compliance },
199     { "DarkOliveGreen4", 110, 139, 61, 1, X11Compliance },
200     { "DarkOrange", 255, 140, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
201     { "DarkOrange1", 255, 127, 0, 1, X11Compliance },
202     { "DarkOrange2", 238, 118, 0, 1, X11Compliance },
203     { "DarkOrange3", 205, 102, 0, 1, X11Compliance },
204     { "DarkOrange4", 139, 69, 0, 1, X11Compliance },
205     { "DarkOrchid", 153, 50, 204, 1, SVGCompliance | X11Compliance | XPMCompliance },
206     { "DarkOrchid1", 191, 62, 255, 1, X11Compliance },
207     { "DarkOrchid2", 178, 58, 238, 1, X11Compliance },
208     { "DarkOrchid3", 154, 50, 205, 1, X11Compliance },
209     { "DarkOrchid4", 104, 34, 139, 1, X11Compliance },
210     { "DarkRed", 139, 0, 0, 1, SVGCompliance | X11Compliance },
211     { "DarkSalmon", 233, 150, 122, 1, SVGCompliance | X11Compliance | XPMCompliance },
212     { "DarkSeaGreen", 143, 188, 143, 1, SVGCompliance | X11Compliance | XPMCompliance },
213     { "DarkSeaGreen1", 193, 255, 193, 1, X11Compliance },
214     { "DarkSeaGreen2", 180, 238, 180, 1, X11Compliance },
215     { "DarkSeaGreen3", 155, 205, 155, 1, X11Compliance },
216     { "DarkSeaGreen4", 105, 139, 105, 1, X11Compliance },
217     { "DarkSlateBlue", 72, 61, 139, 1, SVGCompliance | X11Compliance | XPMCompliance },
218     { "DarkSlateGray", 47, 79, 79, 1, SVGCompliance | X11Compliance | XPMCompliance },
219     { "DarkSlateGray1", 151, 255, 255, 1, X11Compliance },
220     { "DarkSlateGray2", 141, 238, 238, 1, X11Compliance },
221     { "DarkSlateGray3", 121, 205, 205, 1, X11Compliance },
222     { "DarkSlateGray4", 82, 139, 139, 1, X11Compliance },
223     { "DarkSlateGrey", 47, 79, 79, 1, SVGCompliance | X11Compliance },
224     { "DarkTurquoise", 0, 206, 209, 1, SVGCompliance | X11Compliance | XPMCompliance },
225     { "DarkViolet", 148, 0, 211, 1, SVGCompliance | X11Compliance | XPMCompliance },
226     { "DeepPink", 255, 20, 147, 1, SVGCompliance | X11Compliance | XPMCompliance },
227     { "DeepPink1", 255, 20, 147, 1, X11Compliance },
228     { "DeepPink2", 238, 18, 137, 1, X11Compliance },
229     { "DeepPink3", 205, 16, 118, 1, X11Compliance },
230     { "DeepPink4", 139, 10, 80, 1, X11Compliance },
231     { "DeepSkyBlue", 0, 191, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
232     { "DeepSkyBlue1", 0, 191, 255, 1, X11Compliance },
233     { "DeepSkyBlue2", 0, 178, 238, 1, X11Compliance },
234     { "DeepSkyBlue3", 0, 154, 205, 1, X11Compliance },
235     { "DeepSkyBlue4", 0, 104, 139, 1, X11Compliance },
236     { "DimGray", 105, 105, 105, 1, SVGCompliance | X11Compliance | XPMCompliance },
237     { "DimGrey", 105, 105, 105, 1, SVGCompliance | X11Compliance },
238     { "DodgerBlue", 30, 144, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
239     { "DodgerBlue1", 30, 144, 255, 1, X11Compliance },
240     { "DodgerBlue2", 28, 134, 238, 1, X11Compliance },
241     { "DodgerBlue3", 24, 116, 205, 1, X11Compliance },
242     { "DodgerBlue4", 16, 78, 139, 1, X11Compliance },
243     { "firebrick", 178, 34, 34, 1, SVGCompliance | X11Compliance | XPMCompliance },
244     { "firebrick1", 255, 48, 48, 1, X11Compliance },
245     { "firebrick2", 238, 44, 44, 1, X11Compliance },
246     { "firebrick3", 205, 38, 38, 1, X11Compliance },
247     { "firebrick4", 139, 26, 26, 1, X11Compliance },
248     { "FloralWhite", 255, 250, 240, 1, SVGCompliance | X11Compliance | XPMCompliance },
249     { "ForestGreen", 34, 139, 34, 1, SVGCompliance | X11Compliance | XPMCompliance },
250     { "fractal", 128, 128, 128, 1, SVGCompliance },
251     { "freeze", 0, 0, 0, 0, SVGCompliance },
252     { "fuchsia", 255, 0, 255, 1, SVGCompliance },
253     { "gainsboro", 220, 220, 220, 1, SVGCompliance | X11Compliance | XPMCompliance },
254     { "GhostWhite", 248, 248, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
255     { "gold", 255, 215, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
256     { "gold1", 255, 215, 0, 1, X11Compliance },
257     { "gold2", 238, 201, 0, 1, X11Compliance },
258     { "gold3", 205, 173, 0, 1, X11Compliance },
259     { "gold4", 139, 117, 0, 1, X11Compliance },
260     { "goldenrod", 218, 165, 32, 1, SVGCompliance | X11Compliance | XPMCompliance },
261     { "goldenrod1", 255, 193, 37, 1, X11Compliance },
262     { "goldenrod2", 238, 180, 34, 1, X11Compliance },
263     { "goldenrod3", 205, 155, 29, 1, X11Compliance },
264     { "goldenrod4", 139, 105, 20, 1, X11Compliance },
265     { "gray", 126, 126, 126, 1, SVGCompliance },
266     { "gray", 190, 190, 190, 1, X11Compliance | XPMCompliance },
267     { "gray0", 0, 0, 0, 1, X11Compliance | XPMCompliance },
268     { "gray1", 3, 3, 3, 1, X11Compliance | XPMCompliance },
269     { "gray10", 26, 26, 26, 1, X11Compliance | XPMCompliance },
270     { "gray100", 255, 255, 255, 1, X11Compliance | XPMCompliance },
271     { "gray100", 255, 255, 255, 1, X11Compliance | XPMCompliance },
272     { "gray11", 28, 28, 28, 1, X11Compliance | XPMCompliance },
273     { "gray12", 31, 31, 31, 1, X11Compliance | XPMCompliance },
274     { "gray13", 33, 33, 33, 1, X11Compliance | XPMCompliance },
275     { "gray14", 36, 36, 36, 1, X11Compliance | XPMCompliance },
276     { "gray15", 38, 38, 38, 1, X11Compliance | XPMCompliance },
277     { "gray16", 41, 41, 41, 1, X11Compliance | XPMCompliance },
278     { "gray17", 43, 43, 43, 1, X11Compliance | XPMCompliance },
279     { "gray18", 46, 46, 46, 1, X11Compliance | XPMCompliance },
280     { "gray19", 48, 48, 48, 1, X11Compliance | XPMCompliance },
281     { "gray2", 5, 5, 5, 1, X11Compliance | XPMCompliance },
282     { "gray20", 51, 51, 51, 1, X11Compliance | XPMCompliance },
283     { "gray21", 54, 54, 54, 1, X11Compliance | XPMCompliance },
284     { "gray22", 56, 56, 56, 1, X11Compliance | XPMCompliance },
285     { "gray23", 59, 59, 59, 1, X11Compliance | XPMCompliance },
286     { "gray24", 61, 61, 61, 1, X11Compliance | XPMCompliance },
287     { "gray25", 64, 64, 64, 1, X11Compliance | XPMCompliance },
288     { "gray26", 66, 66, 66, 1, X11Compliance | XPMCompliance },
289     { "gray27", 69, 69, 69, 1, X11Compliance | XPMCompliance },
290     { "gray28", 71, 71, 71, 1, X11Compliance | XPMCompliance },
291     { "gray29", 74, 74, 74, 1, X11Compliance | XPMCompliance },
292     { "gray3", 8, 8, 8, 1, X11Compliance | XPMCompliance },
293     { "gray30", 77, 77, 77, 1, X11Compliance | XPMCompliance },
294     { "gray31", 79, 79, 79, 1, X11Compliance | XPMCompliance },
295     { "gray32", 82, 82, 82, 1, X11Compliance | XPMCompliance },
296     { "gray33", 84, 84, 84, 1, X11Compliance | XPMCompliance },
297     { "gray34", 87, 87, 87, 1, X11Compliance | XPMCompliance },
298     { "gray35", 89, 89, 89, 1, X11Compliance | XPMCompliance },
299     { "gray36", 92, 92, 92, 1, X11Compliance | XPMCompliance },
300     { "gray37", 94, 94, 94, 1, X11Compliance | XPMCompliance },
301     { "gray38", 97, 97, 97, 1, X11Compliance | XPMCompliance },
302     { "gray39", 99, 99, 99, 1, X11Compliance | XPMCompliance },
303     { "gray4", 10, 10, 10, 1, X11Compliance | XPMCompliance },
304     { "gray40", 102, 102, 102, 1, X11Compliance | XPMCompliance },
305     { "gray41", 105, 105, 105, 1, X11Compliance | XPMCompliance },
306     { "gray42", 107, 107, 107, 1, X11Compliance | XPMCompliance },
307     { "gray43", 110, 110, 110, 1, X11Compliance | XPMCompliance },
308     { "gray44", 112, 112, 112, 1, X11Compliance | XPMCompliance },
309     { "gray45", 115, 115, 115, 1, X11Compliance | XPMCompliance },
310     { "gray46", 117, 117, 117, 1, X11Compliance | XPMCompliance },
311     { "gray47", 120, 120, 120, 1, X11Compliance | XPMCompliance },
312     { "gray48", 122, 122, 122, 1, X11Compliance | XPMCompliance },
313     { "gray49", 125, 125, 125, 1, X11Compliance | XPMCompliance },
314     { "gray5", 13, 13, 13, 1, X11Compliance | XPMCompliance },
315     { "gray50", 127, 127, 127, 1, X11Compliance | XPMCompliance },
316     { "gray51", 130, 130, 130, 1, X11Compliance | XPMCompliance },
317     { "gray52", 133, 133, 133, 1, X11Compliance | XPMCompliance },
318     { "gray53", 135, 135, 135, 1, X11Compliance | XPMCompliance },
319     { "gray54", 138, 138, 138, 1, X11Compliance | XPMCompliance },
320     { "gray55", 140, 140, 140, 1, X11Compliance | XPMCompliance },
321     { "gray56", 143, 143, 143, 1, X11Compliance | XPMCompliance },
322     { "gray57", 145, 145, 145, 1, X11Compliance | XPMCompliance },
323     { "gray58", 148, 148, 148, 1, X11Compliance | XPMCompliance },
324     { "gray59", 150, 150, 150, 1, X11Compliance | XPMCompliance },
325     { "gray6", 15, 15, 15, 1, X11Compliance | XPMCompliance },
326     { "gray60", 153, 153, 153, 1, X11Compliance | XPMCompliance },
327     { "gray61", 156, 156, 156, 1, X11Compliance | XPMCompliance },
328     { "gray62", 158, 158, 158, 1, X11Compliance | XPMCompliance },
329     { "gray63", 161, 161, 161, 1, X11Compliance | XPMCompliance },
330     { "gray64", 163, 163, 163, 1, X11Compliance | XPMCompliance },
331     { "gray65", 166, 166, 166, 1, X11Compliance | XPMCompliance },
332     { "gray66", 168, 168, 168, 1, X11Compliance | XPMCompliance },
333     { "gray67", 171, 171, 171, 1, X11Compliance | XPMCompliance },
334     { "gray68", 173, 173, 173, 1, X11Compliance | XPMCompliance },
335     { "gray69", 176, 176, 176, 1, X11Compliance | XPMCompliance },
336     { "gray7", 18, 18, 18, 1, X11Compliance | XPMCompliance },
337     { "gray70", 179, 179, 179, 1, X11Compliance | XPMCompliance },
338     { "gray71", 181, 181, 181, 1, X11Compliance | XPMCompliance },
339     { "gray72", 184, 184, 184, 1, X11Compliance | XPMCompliance },
340     { "gray73", 186, 186, 186, 1, X11Compliance | XPMCompliance },
341     { "gray74", 189, 189, 189, 1, X11Compliance | XPMCompliance },
342     { "gray75", 191, 191, 191, 1, X11Compliance | XPMCompliance },
343     { "gray76", 194, 194, 194, 1, X11Compliance | XPMCompliance },
344     { "gray77", 196, 196, 196, 1, X11Compliance | XPMCompliance },
345     { "gray78", 199, 199, 199, 1, X11Compliance | XPMCompliance },
346     { "gray79", 201, 201, 201, 1, X11Compliance | XPMCompliance },
347     { "gray8", 20, 20, 20, 1, X11Compliance | XPMCompliance },
348     { "gray80", 204, 204, 204, 1, X11Compliance | XPMCompliance },
349     { "gray81", 207, 207, 207, 1, X11Compliance | XPMCompliance },
350     { "gray82", 209, 209, 209, 1, X11Compliance | XPMCompliance },
351     { "gray83", 212, 212, 212, 1, X11Compliance | XPMCompliance },
352     { "gray84", 214, 214, 214, 1, X11Compliance | XPMCompliance },
353     { "gray85", 217, 217, 217, 1, X11Compliance | XPMCompliance },
354     { "gray86", 219, 219, 219, 1, X11Compliance | XPMCompliance },
355     { "gray87", 222, 222, 222, 1, X11Compliance | XPMCompliance },
356     { "gray88", 224, 224, 224, 1, X11Compliance | XPMCompliance },
357     { "gray89", 227, 227, 227, 1, X11Compliance | XPMCompliance },
358     { "gray9", 23, 23, 23, 1, X11Compliance | XPMCompliance },
359     { "gray90", 229, 229, 229, 1, X11Compliance | XPMCompliance },
360     { "gray91", 232, 232, 232, 1, X11Compliance | XPMCompliance },
361     { "gray92", 235, 235, 235, 1, X11Compliance | XPMCompliance },
362     { "gray93", 237, 237, 237, 1, X11Compliance | XPMCompliance },
363     { "gray94", 240, 240, 240, 1, X11Compliance | XPMCompliance },
364     { "gray95", 242, 242, 242, 1, X11Compliance | XPMCompliance },
365     { "gray96", 245, 245, 245, 1, X11Compliance | XPMCompliance },
366     { "gray97", 247, 247, 247, 1, X11Compliance | XPMCompliance },
367     { "gray98", 250, 250, 250, 1, X11Compliance | XPMCompliance },
368     { "gray99", 252, 252, 252, 1, X11Compliance | XPMCompliance },
369     { "green", 0, 255, 0, 1, X11Compliance | XPMCompliance },
370     { "green1", 0, 255, 0, 1, X11Compliance },
371     { "green2", 0, 238, 0, 1, X11Compliance },
372     { "green3", 0, 205, 0, 1, X11Compliance },
373     { "green4", 0, 139, 0, 1, X11Compliance },
374     { "GreenYellow", 173, 255, 47, 1, X11Compliance | XPMCompliance },
375     { "grey", 190, 190, 190, 1, SVGCompliance | X11Compliance },
376     { "grey0", 0, 0, 0, 1, SVGCompliance | X11Compliance },
377     { "grey1", 3, 3, 3, 1, SVGCompliance | X11Compliance },
378     { "grey10", 26, 26, 26, 1, SVGCompliance | X11Compliance },
379     { "grey100", 255, 255, 255, 1, SVGCompliance | X11Compliance },
380     { "grey11", 28, 28, 28, 1, SVGCompliance | X11Compliance },
381     { "grey12", 31, 31, 31, 1, SVGCompliance | X11Compliance },
382     { "grey13", 33, 33, 33, 1, SVGCompliance | X11Compliance },
383     { "grey14", 36, 36, 36, 1, SVGCompliance | X11Compliance },
384     { "grey15", 38, 38, 38, 1, SVGCompliance | X11Compliance },
385     { "grey16", 41, 41, 41, 1, SVGCompliance | X11Compliance },
386     { "grey17", 43, 43, 43, 1, SVGCompliance | X11Compliance },
387     { "grey18", 46, 46, 46, 1, SVGCompliance | X11Compliance },
388     { "grey19", 48, 48, 48, 1, SVGCompliance | X11Compliance },
389     { "grey2", 5, 5, 5, 1, SVGCompliance | X11Compliance },
390     { "grey20", 51, 51, 51, 1, SVGCompliance | X11Compliance },
391     { "grey21", 54, 54, 54, 1, SVGCompliance | X11Compliance },
392     { "grey22", 56, 56, 56, 1, SVGCompliance | X11Compliance },
393     { "grey23", 59, 59, 59, 1, SVGCompliance | X11Compliance },
394     { "grey24", 61, 61, 61, 1, SVGCompliance | X11Compliance },
395     { "grey25", 64, 64, 64, 1, SVGCompliance | X11Compliance },
396     { "grey26", 66, 66, 66, 1, SVGCompliance | X11Compliance },
397     { "grey27", 69, 69, 69, 1, SVGCompliance | X11Compliance },
398     { "grey28", 71, 71, 71, 1, SVGCompliance | X11Compliance },
399     { "grey29", 74, 74, 74, 1, SVGCompliance | X11Compliance },
400     { "grey3", 8, 8, 8, 1, SVGCompliance | X11Compliance },
401     { "grey30", 77, 77, 77, 1, SVGCompliance | X11Compliance },
402     { "grey31", 79, 79, 79, 1, SVGCompliance | X11Compliance },
403     { "grey32", 82, 82, 82, 1, SVGCompliance | X11Compliance },
404     { "grey33", 84, 84, 84, 1, SVGCompliance | X11Compliance },
405     { "grey34", 87, 87, 87, 1, SVGCompliance | X11Compliance },
406     { "grey35", 89, 89, 89, 1, SVGCompliance | X11Compliance },
407     { "grey36", 92, 92, 92, 1, SVGCompliance | X11Compliance },
408     { "grey37", 94, 94, 94, 1, SVGCompliance | X11Compliance },
409     { "grey38", 97, 97, 97, 1, SVGCompliance | X11Compliance },
410     { "grey39", 99, 99, 99, 1, SVGCompliance | X11Compliance },
411     { "grey4", 10, 10, 10, 1, SVGCompliance | X11Compliance },
412     { "grey40", 102, 102, 102, 1, SVGCompliance | X11Compliance },
413     { "grey41", 105, 105, 105, 1, SVGCompliance | X11Compliance },
414     { "grey42", 107, 107, 107, 1, SVGCompliance | X11Compliance },
415     { "grey43", 110, 110, 110, 1, SVGCompliance | X11Compliance },
416     { "grey44", 112, 112, 112, 1, SVGCompliance | X11Compliance },
417     { "grey45", 115, 115, 115, 1, SVGCompliance | X11Compliance },
418     { "grey46", 117, 117, 117, 1, SVGCompliance | X11Compliance },
419     { "grey47", 120, 120, 120, 1, SVGCompliance | X11Compliance },
420     { "grey48", 122, 122, 122, 1, SVGCompliance | X11Compliance },
421     { "grey49", 125, 125, 125, 1, SVGCompliance | X11Compliance },
422     { "grey5", 13, 13, 13, 1, SVGCompliance | X11Compliance },
423     { "grey50", 127, 127, 127, 1, SVGCompliance | X11Compliance },
424     { "grey51", 130, 130, 130, 1, SVGCompliance | X11Compliance },
425     { "grey52", 133, 133, 133, 1, SVGCompliance | X11Compliance },
426     { "grey53", 135, 135, 135, 1, SVGCompliance | X11Compliance },
427     { "grey54", 138, 138, 138, 1, SVGCompliance | X11Compliance },
428     { "grey55", 140, 140, 140, 1, SVGCompliance | X11Compliance },
429     { "grey56", 143, 143, 143, 1, SVGCompliance | X11Compliance },
430     { "grey57", 145, 145, 145, 1, SVGCompliance | X11Compliance },
431     { "grey58", 148, 148, 148, 1, SVGCompliance | X11Compliance },
432     { "grey59", 150, 150, 150, 1, SVGCompliance | X11Compliance },
433     { "grey6", 15, 15, 15, 1, SVGCompliance | X11Compliance },
434     { "grey60", 153, 153, 153, 1, SVGCompliance | X11Compliance },
435     { "grey61", 156, 156, 156, 1, SVGCompliance | X11Compliance },
436     { "grey62", 158, 158, 158, 1, SVGCompliance | X11Compliance },
437     { "grey63", 161, 161, 161, 1, SVGCompliance | X11Compliance },
438     { "grey64", 163, 163, 163, 1, SVGCompliance | X11Compliance },
439     { "grey65", 166, 166, 166, 1, SVGCompliance | X11Compliance },
440     { "grey66", 168, 168, 168, 1, SVGCompliance | X11Compliance },
441     { "grey67", 171, 171, 171, 1, SVGCompliance | X11Compliance },
442     { "grey68", 173, 173, 173, 1, SVGCompliance | X11Compliance },
443     { "grey69", 176, 176, 176, 1, SVGCompliance | X11Compliance },
444     { "grey7", 18, 18, 18, 1, SVGCompliance | X11Compliance },
445     { "grey70", 179, 179, 179, 1, SVGCompliance | X11Compliance },
446     { "grey71", 181, 181, 181, 1, SVGCompliance | X11Compliance },
447     { "grey72", 184, 184, 184, 1, SVGCompliance | X11Compliance },
448     { "grey73", 186, 186, 186, 1, SVGCompliance | X11Compliance },
449     { "grey74", 189, 189, 189, 1, SVGCompliance | X11Compliance },
450     { "grey75", 191, 191, 191, 1, SVGCompliance | X11Compliance },
451     { "grey76", 194, 194, 194, 1, SVGCompliance | X11Compliance },
452     { "grey77", 196, 196, 196, 1, SVGCompliance | X11Compliance },
453     { "grey78", 199, 199, 199, 1, SVGCompliance | X11Compliance },
454     { "grey79", 201, 201, 201, 1, SVGCompliance | X11Compliance },
455     { "grey8", 20, 20, 20, 1, SVGCompliance | X11Compliance },
456     { "grey80", 204, 204, 204, 1, SVGCompliance | X11Compliance },
457     { "grey81", 207, 207, 207, 1, SVGCompliance | X11Compliance },
458     { "grey82", 209, 209, 209, 1, SVGCompliance | X11Compliance },
459     { "grey83", 212, 212, 212, 1, SVGCompliance | X11Compliance },
460     { "grey84", 214, 214, 214, 1, SVGCompliance | X11Compliance },
461     { "grey85", 217, 217, 217, 1, SVGCompliance | X11Compliance },
462     { "grey86", 219, 219, 219, 1, SVGCompliance | X11Compliance },
463     { "grey87", 222, 222, 222, 1, SVGCompliance | X11Compliance },
464     { "grey88", 224, 224, 224, 1, SVGCompliance | X11Compliance },
465     { "grey89", 227, 227, 227, 1, SVGCompliance | X11Compliance },
466     { "grey9", 23, 23, 23, 1, SVGCompliance | X11Compliance },
467     { "grey90", 229, 229, 229, 1, SVGCompliance | X11Compliance },
468     { "grey91", 232, 232, 232, 1, SVGCompliance | X11Compliance },
469     { "grey92", 235, 235, 235, 1, SVGCompliance | X11Compliance },
470     { "grey93", 237, 237, 237, 1, SVGCompliance | X11Compliance },
471     { "grey94", 240, 240, 240, 1, SVGCompliance | X11Compliance },
472     { "grey95", 242, 242, 242, 1, SVGCompliance | X11Compliance },
473     { "grey96", 245, 245, 245, 1, SVGCompliance | X11Compliance },
474     { "grey97", 247, 247, 247, 1, SVGCompliance | X11Compliance },
475     { "grey98", 250, 250, 250, 1, SVGCompliance | X11Compliance },
476     { "grey99", 252, 252, 252, 1, SVGCompliance | X11Compliance },
477     { "honeydew", 240, 255, 240, 1, SVGCompliance | X11Compliance | XPMCompliance },
478     { "honeydew1", 240, 255, 240, 1, X11Compliance },
479     { "honeydew2", 224, 238, 224, 1, X11Compliance },
480     { "honeydew3", 193, 205, 193, 1, X11Compliance },
481     { "honeydew4", 131, 139, 131, 1, X11Compliance },
482     { "HotPink", 255, 105, 180, 1, SVGCompliance | X11Compliance | XPMCompliance },
483     { "HotPink1", 255, 110, 180, 1, X11Compliance },
484     { "HotPink2", 238, 106, 167, 1, X11Compliance },
485     { "HotPink3", 205, 96, 144, 1, X11Compliance },
486     { "HotPink4", 139, 58, 98, 1, X11Compliance },
487     { "IndianRed", 205, 92, 92, 1, SVGCompliance | X11Compliance | XPMCompliance },
488     { "IndianRed1", 255, 106, 106, 1, X11Compliance },
489     { "IndianRed2", 238, 99, 99, 1, X11Compliance },
490     { "IndianRed3", 205, 85, 85, 1, X11Compliance },
491     { "IndianRed4", 139, 58, 58, 1, X11Compliance },
492     { "indigo", 75, 0, 130, 1, SVGCompliance },
493     { "ivory", 255, 255, 240, 1, SVGCompliance | X11Compliance | XPMCompliance },
494     { "ivory1", 255, 255, 240, 1, X11Compliance },
495     { "ivory2", 238, 238, 224, 1, X11Compliance },
496     { "ivory3", 205, 205, 193, 1, X11Compliance },
497     { "ivory4", 139, 139, 131, 1, X11Compliance },
498     { "khaki", 240, 230, 140, 1, SVGCompliance | X11Compliance | XPMCompliance },
499     { "khaki1", 255, 246, 143, 1, X11Compliance },
500     { "khaki2", 238, 230, 133, 1, X11Compliance },
501     { "khaki3", 205, 198, 115, 1, X11Compliance },
502     { "khaki4", 139, 134, 78, 1, X11Compliance },
503     { "lavender", 230, 230, 250, 1, SVGCompliance | X11Compliance | XPMCompliance },
504     { "LavenderBlush", 255, 240, 245, 1, SVGCompliance | X11Compliance | XPMCompliance },
505     { "LavenderBlush1", 255, 240, 245, 1, X11Compliance },
506     { "LavenderBlush2", 238, 224, 229, 1, X11Compliance },
507     { "LavenderBlush3", 205, 193, 197, 1, X11Compliance },
508     { "LavenderBlush4", 139, 131, 134, 1, X11Compliance },
509     { "LawnGreen", 124, 252, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
510     { "LemonChiffon", 255, 250, 205, 1, SVGCompliance | X11Compliance | XPMCompliance },
511     { "LemonChiffon1", 255, 250, 205, 1, X11Compliance },
512     { "LemonChiffon2", 238, 233, 191, 1, X11Compliance },
513     { "LemonChiffon3", 205, 201, 165, 1, X11Compliance },
514     { "LemonChiffon4", 139, 137, 112, 1, X11Compliance },
515     { "LightBlue", 173, 216, 230, 1, SVGCompliance | X11Compliance | XPMCompliance },
516     { "LightBlue1", 191, 239, 255, 1, X11Compliance },
517     { "LightBlue2", 178, 223, 238, 1, X11Compliance },
518     { "LightBlue3", 154, 192, 205, 1, X11Compliance },
519     { "LightBlue4", 104, 131, 139, 1, X11Compliance },
520     { "LightCoral", 240, 128, 128, 1, SVGCompliance | X11Compliance | XPMCompliance },
521     { "LightCyan", 224, 255, 255, 1, SVGCompliance | X11Compliance | XPMCompliance },
522     { "LightCyan1", 224, 255, 255, 1, X11Compliance },
523     { "LightCyan2", 209, 238, 238, 1, X11Compliance },
524     { "LightCyan3", 180, 205, 205, 1, X11Compliance },
525     { "LightCyan4", 122, 139, 139, 1, X11Compliance },
526     { "LightGoldenrod", 238, 221, 130, 1, X11Compliance | XPMCompliance },
527     { "LightGoldenrod1", 255, 236, 139, 1, X11Compliance },
528     { "LightGoldenrod2", 238, 220, 130, 1, X11Compliance },
529     { "LightGoldenrod3", 205, 190, 112, 1, X11Compliance },
530     { "LightGoldenrod4", 139, 129, 76, 1, X11Compliance },
531     { "LightGoldenrodYellow", 250, 250, 210, 1, SVGCompliance | X11Compliance | XPMCompliance },
532     { "LightGray", 211, 211, 211, 1, SVGCompliance | X11Compliance | XPMCompliance },
533     { "LightGreen", 144, 238, 144, 1, SVGCompliance | X11Compliance },
534     { "LightGrey", 211, 211, 211, 1, SVGCompliance | X11Compliance },
535     { "LightPink", 255, 182, 193, 1, SVGCompliance | X11Compliance | XPMCompliance },
536     { "LightPink1", 255, 174, 185, 1, X11Compliance },
537     { "LightPink2", 238, 162, 173, 1, X11Compliance },
538     { "LightPink3", 205, 140, 149, 1, X11Compliance },
539     { "LightPink4", 139, 95, 101, 1, X11Compliance },
540     { "LightSalmon", 255, 160, 122, 1, SVGCompliance | X11Compliance | XPMCompliance },
541     { "LightSalmon1", 255, 160, 122, 1, X11Compliance },
542     { "LightSalmon2", 238, 149, 114, 1, X11Compliance },
543     { "LightSalmon3", 205, 129, 98, 1, X11Compliance },
544     { "LightSalmon4", 139, 87, 66, 1, X11Compliance },
545     { "LightSeaGreen", 32, 178, 170, 1, SVGCompliance | X11Compliance | XPMCompliance },
546     { "LightSkyBlue", 135, 206, 250, 1, SVGCompliance | X11Compliance | XPMCompliance },
547     { "LightSkyBlue1", 176, 226, 255, 1, X11Compliance },
548     { "LightSkyBlue2", 164, 211, 238, 1, X11Compliance },
549     { "LightSkyBlue3", 141, 182, 205, 1, X11Compliance },
550     { "LightSkyBlue4", 96, 123, 139, 1, X11Compliance },
551     { "LightSlateBlue", 132, 112, 255, 1, X11Compliance | XPMCompliance },
552     { "LightSlateGray", 119, 136, 153, 1, SVGCompliance | X11Compliance | XPMCompliance },
553     { "LightSlateGrey", 119, 136, 153, 1, SVGCompliance | X11Compliance },
554     { "LightSteelBlue", 176, 196, 222, 1, SVGCompliance | X11Compliance | XPMCompliance },
555     { "LightSteelBlue1", 202, 225, 255, 1, X11Compliance },
556     { "LightSteelBlue2", 188, 210, 238, 1, X11Compliance },
557     { "LightSteelBlue3", 162, 181, 205, 1, X11Compliance },
558     { "LightSteelBlue4", 110, 123, 139, 1, X11Compliance },
559     { "LightYellow", 255, 255, 224, 1, SVGCompliance | X11Compliance | XPMCompliance },
560     { "LightYellow1", 255, 255, 224, 1, X11Compliance },
561     { "LightYellow2", 238, 238, 209, 1, X11Compliance },
562     { "LightYellow3", 205, 205, 180, 1, X11Compliance },
563     { "LightYellow4", 139, 139, 122, 1, X11Compliance },
564     { "lime", 0, 255, 0, 1, SVGCompliance },
565     { "LimeGreen", 50, 205, 50, 1, SVGCompliance | X11Compliance | XPMCompliance },
566     { "linen", 250, 240, 230, 1, SVGCompliance | X11Compliance | XPMCompliance },
567     { "magenta1", 255, 0, 255, 1, X11Compliance },
568     { "magenta2", 238, 0, 238, 1, X11Compliance },
569     { "magenta3", 205, 0, 205, 1, X11Compliance },
570     { "magenta4", 139, 0, 139, 1, X11Compliance },
571     { "maroon", 128, 0, 0, 1, SVGCompliance },
572     { "maroon", 176, 48, 96, 1, X11Compliance | XPMCompliance },
573     { "maroon1", 255, 52, 179, 1, X11Compliance },
574     { "maroon2", 238, 48, 167, 1, X11Compliance },
575     { "maroon3", 205, 41, 144, 1, X11Compliance },
576     { "maroon4", 139, 28, 98, 1, X11Compliance },
577     { "MediumAquamarine", 102, 205, 170, 1, SVGCompliance | X11Compliance | XPMCompliance },
578     { "MediumBlue", 0, 0, 205, 1, SVGCompliance | X11Compliance | XPMCompliance },
579     { "MediumForestGreen", 50, 129, 75, 1, X11Compliance | XPMCompliance },
580     { "MediumGoldenRod", 209, 193, 102, 1, X11Compliance | XPMCompliance },
581     { "MediumOrchid", 186, 85, 211, 1, SVGCompliance | X11Compliance | XPMCompliance },
582     { "MediumOrchid1", 224, 102, 255, 1, X11Compliance },
583     { "MediumOrchid2", 209, 95, 238, 1, X11Compliance },
584     { "MediumOrchid3", 180, 82, 205, 1, X11Compliance },
585     { "MediumOrchid4", 122, 55, 139, 1, X11Compliance },
586     { "MediumPurple", 147, 112, 219, 1, SVGCompliance | X11Compliance | XPMCompliance },
587     { "MediumPurple1", 171, 130, 255, 1, X11Compliance },
588     { "MediumPurple2", 159, 121, 238, 1, X11Compliance },
589     { "MediumPurple3", 137, 104, 205, 1, X11Compliance },
590     { "MediumPurple4", 93, 71, 139, 1, X11Compliance },
591     { "MediumSeaGreen", 60, 179, 113, 1, SVGCompliance | X11Compliance | XPMCompliance },
592     { "MediumSlateBlue", 123, 104, 238, 1, SVGCompliance | X11Compliance | XPMCompliance },
593     { "MediumSpringGreen", 0, 250, 154, 1, SVGCompliance | X11Compliance | XPMCompliance },
594     { "MediumTurquoise", 72, 209, 204, 1, SVGCompliance | X11Compliance | XPMCompliance },
595     { "MediumVioletRed", 199, 21, 133, 1, SVGCompliance | X11Compliance | XPMCompliance },
596     { "MidnightBlue", 25, 25, 112, 1, SVGCompliance | X11Compliance | XPMCompliance },
597     { "MintCream", 245, 255, 250, 1, SVGCompliance | X11Compliance | XPMCompliance },
598     { "MistyRose", 255, 228, 225, 1, SVGCompliance | X11Compliance | XPMCompliance },
599     { "MistyRose1", 255, 228, 225, 1, X11Compliance },
600     { "MistyRose2", 238, 213, 210, 1, X11Compliance },
601     { "MistyRose3", 205, 183, 181, 1, X11Compliance },
602     { "MistyRose4", 139, 125, 123, 1, X11Compliance },
603     { "moccasin", 255, 228, 181, 1, SVGCompliance | X11Compliance | XPMCompliance },
604     { "NavajoWhite", 255, 222, 173, 1, SVGCompliance | X11Compliance | XPMCompliance },
605     { "NavajoWhite1", 255, 222, 173, 1, X11Compliance },
606     { "NavajoWhite2", 238, 207, 161, 1, X11Compliance },
607     { "NavajoWhite3", 205, 179, 139, 1, X11Compliance },
608     { "NavajoWhite4", 139, 121, 94, 1, X11Compliance },
609     { "navy", 0, 0, 128, 1, SVGCompliance | X11Compliance | XPMCompliance },
610     { "NavyBlue", 0, 0, 128, 1, X11Compliance | XPMCompliance },
611     { "matte", 0, 0, 0, 0, SVGCompliance },
612     { "OldLace", 253, 245, 230, 1, SVGCompliance | X11Compliance | XPMCompliance },
613     { "olive", 128, 128, 0, 1, SVGCompliance },
614     { "OliveDrab", 107, 142, 35, 1, SVGCompliance | X11Compliance | XPMCompliance },
615     { "OliveDrab1", 192, 255, 62, 1, X11Compliance },
616     { "OliveDrab2", 179, 238, 58, 1, X11Compliance },
617     { "OliveDrab3", 154, 205, 50, 1, X11Compliance },
618     { "OliveDrab4", 105, 139, 34, 1, X11Compliance },
619     { "opaque", 0, 0, 0, 1, SVGCompliance },
620     { "orange", 255, 165, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
621     { "orange1", 255, 165, 0, 1, X11Compliance },
622     { "orange2", 238, 154, 0, 1, X11Compliance },
623     { "orange3", 205, 133, 0, 1, X11Compliance },
624     { "orange4", 139, 90, 0, 1, X11Compliance },
625     { "OrangeRed", 255, 69, 0, 1, SVGCompliance | X11Compliance | XPMCompliance },
626     { "OrangeRed1", 255, 69, 0, 1, X11Compliance },
627     { "OrangeRed2", 238, 64, 0, 1, X11Compliance },
628     { "OrangeRed3", 205, 55, 0, 1, X11Compliance },
629     { "OrangeRed4", 139, 37, 0, 1, X11Compliance },
630     { "orchid", 218, 112, 214, 1, SVGCompliance | X11Compliance | XPMCompliance },
631     { "orchid1", 255, 131, 250, 1, X11Compliance },
632     { "orchid2", 238, 122, 233, 1, X11Compliance },
633     { "orchid3", 205, 105, 201, 1, X11Compliance },
634     { "orchid4", 139, 71, 137, 1, X11Compliance },
635     { "PaleGoldenrod", 238, 232, 170, 1, SVGCompliance | X11Compliance | XPMCompliance },
636     { "PaleGreen", 152, 251, 152, 1, SVGCompliance | X11Compliance | XPMCompliance },
637     { "PaleGreen1", 154, 255, 154, 1, X11Compliance },
638     { "PaleGreen2", 144, 238, 144, 1, X11Compliance },
639     { "PaleGreen3", 124, 205, 124, 1, X11Compliance },
640     { "PaleGreen4", 84, 139, 84, 1, X11Compliance },
641     { "PaleTurquoise", 175, 238, 238, 1, SVGCompliance | X11Compliance | XPMCompliance },
642     { "PaleTurquoise1", 187, 255, 255, 1, X11Compliance },
643     { "PaleTurquoise2", 174, 238, 238, 1, X11Compliance },
644     { "PaleTurquoise3", 150, 205, 205, 1, X11Compliance },
645     { "PaleTurquoise4", 102, 139, 139, 1, X11Compliance },
646     { "PaleVioletRed", 219, 112, 147, 1, SVGCompliance | X11Compliance | XPMCompliance },
647     { "PaleVioletRed1", 255, 130, 171, 1, X11Compliance },
648     { "PaleVioletRed2", 238, 121, 159, 1, X11Compliance },
649     { "PaleVioletRed3", 205, 104, 137, 1, X11Compliance },
650     { "PaleVioletRed4", 139, 71, 93, 1, X11Compliance },
651     { "PapayaWhip", 255, 239, 213, 1, SVGCompliance | X11Compliance | XPMCompliance },
652     { "PeachPuff", 255, 218, 185, 1, SVGCompliance | X11Compliance | XPMCompliance },
653     { "PeachPuff1", 255, 218, 185, 1, X11Compliance },
654     { "PeachPuff2", 238, 203, 173, 1, X11Compliance },
655     { "PeachPuff3", 205, 175, 149, 1, X11Compliance },
656     { "PeachPuff4", 139, 119, 101, 1, X11Compliance },
657     { "peru", 205, 133, 63, 1, SVGCompliance | X11Compliance | XPMCompliance },
658     { "pink", 255, 192, 203, 1, SVGCompliance | X11Compliance | XPMCompliance },
659     { "pink1", 255, 181, 197, 1, X11Compliance },
660     { "pink2", 238, 169, 184, 1, X11Compliance },
661     { "pink3", 205, 145, 158, 1, X11Compliance },
662     { "pink4", 139, 99, 108, 1, X11Compliance },
663     { "plum", 221, 160, 221, 1, SVGCompliance | X11Compliance | XPMCompliance },
664     { "plum1", 255, 187, 255, 1, X11Compliance },
665     { "plum2", 238, 174, 238, 1, X11Compliance },
666     { "plum3", 205, 150, 205, 1, X11Compliance },
667     { "plum4", 139, 102, 139, 1, X11Compliance },
668     { "PowderBlue", 176, 224, 230, 1, SVGCompliance | X11Compliance | XPMCompliance },
669     { "purple", 128, 0, 128, 1, SVGCompliance },
670     { "purple", 160, 32, 240, 1, X11Compliance | XPMCompliance },
671     { "purple1", 155, 48, 255, 1, X11Compliance },
672     { "purple2", 145, 44, 238, 1, X11Compliance },
673     { "purple3", 125, 38, 205, 1, X11Compliance },
674     { "purple4", 85, 26, 139, 1, X11Compliance },
675     { "red1", 255, 0, 0, 1, X11Compliance },
676     { "red2", 238, 0, 0, 1, X11Compliance },
677     { "red3", 205, 0, 0, 1, X11Compliance },
678     { "red4", 139, 0, 0, 1, X11Compliance },
679     { "RosyBrown", 188, 143, 143, 1, SVGCompliance | X11Compliance | XPMCompliance },
680     { "RosyBrown1", 255, 193, 193, 1, X11Compliance },
681     { "RosyBrown2", 238, 180, 180, 1, X11Compliance },
682     { "RosyBrown3", 205, 155, 155, 1, X11Compliance },
683     { "RosyBrown4", 139, 105, 105, 1, X11Compliance },
684     { "RoyalBlue", 65, 105, 225, 1, SVGCompliance | X11Compliance | XPMCompliance },
685     { "RoyalBlue1", 72, 118, 255, 1, X11Compliance },
686     { "RoyalBlue2", 67, 110, 238, 1, X11Compliance },
687     { "RoyalBlue3", 58, 95, 205, 1, X11Compliance },
688     { "RoyalBlue4", 39, 64, 139, 1, X11Compliance },
689     { "SaddleBrown", 139, 69, 19, 1, SVGCompliance | X11Compliance | XPMCompliance },
690     { "salmon", 250, 128, 114, 1, SVGCompliance | X11Compliance | XPMCompliance },
691     { "salmon1", 255, 140, 105, 1, X11Compliance },
692     { "salmon2", 238, 130, 98, 1, X11Compliance },
693     { "salmon3", 205, 112, 84, 1, X11Compliance },
694     { "salmon4", 139, 76, 57, 1, X11Compliance },
695     { "SandyBrown", 244, 164, 96, 1, SVGCompliance | X11Compliance | XPMCompliance },
696     { "SeaGreen", 46, 139, 87, 1, SVGCompliance | X11Compliance | XPMCompliance },
697     { "SeaGreen1", 84, 255, 159, 1, X11Compliance },
698     { "SeaGreen2", 78, 238, 148, 1, X11Compliance },
699     { "SeaGreen3", 67, 205, 128, 1, X11Compliance },
700     { "SeaGreen4", 46, 139, 87, 1, X11Compliance },
701     { "seashell", 255, 245, 238, 1, SVGCompliance | X11Compliance | XPMCompliance },
702     { "seashell1", 255, 245, 238, 1, X11Compliance },
703     { "seashell2", 238, 229, 222, 1, X11Compliance },
704     { "seashell3", 205, 197, 191, 1, X11Compliance },
705     { "seashell4", 139, 134, 130, 1, X11Compliance },
706     { "sienna", 160, 82, 45, 1, SVGCompliance | X11Compliance | XPMCompliance },
707     { "sienna1", 255, 130, 71, 1, X11Compliance },
708     { "sienna2", 238, 121, 66, 1, X11Compliance },
709     { "sienna3", 205, 104, 57, 1, X11Compliance },
710     { "sienna4", 139, 71, 38, 1, X11Compliance },
711     { "silver", 192, 192, 192, 1, SVGCompliance },
712     { "SkyBlue", 135, 206, 235, 1, SVGCompliance | X11Compliance | XPMCompliance },
713     { "SkyBlue1", 135, 206, 255, 1, X11Compliance },
714     { "SkyBlue2", 126, 192, 238, 1, X11Compliance },
715     { "SkyBlue3", 108, 166, 205, 1, X11Compliance },
716     { "SkyBlue4", 74, 112, 139, 1, X11Compliance },
717     { "SlateBlue", 106, 90, 205, 1, SVGCompliance | X11Compliance | XPMCompliance },
718     { "SlateBlue1", 131, 111, 255, 1, X11Compliance },
719     { "SlateBlue2", 122, 103, 238, 1, X11Compliance },
720     { "SlateBlue3", 105, 89, 205, 1, X11Compliance },
721     { "SlateBlue4", 71, 60, 139, 1, X11Compliance },
722     { "SlateGray", 112, 128, 144, 1, SVGCompliance | X11Compliance | XPMCompliance },
723     { "SlateGray1", 198, 226, 255, 1, X11Compliance },
724     { "SlateGray2", 185, 211, 238, 1, X11Compliance },
725     { "SlateGray3", 159, 182, 205, 1, X11Compliance },
726     { "SlateGray4", 108, 123, 139, 1, X11Compliance },
727     { "SlateGrey", 112, 128, 144, 1, SVGCompliance | X11Compliance },
728     { "snow", 255, 250, 250, 1, SVGCompliance | X11Compliance | XPMCompliance },
729     { "snow1", 255, 250, 250, 1, X11Compliance },
730     { "snow2", 238, 233, 233, 1, X11Compliance },
731     { "snow3", 205, 201, 201, 1, X11Compliance },
732     { "snow4", 139, 137, 137, 1, X11Compliance },
733     { "SpringGreen", 0, 255, 127, 1, SVGCompliance | X11Compliance | XPMCompliance },
734     { "SpringGreen1", 0, 255, 127, 1, X11Compliance },
735     { "SpringGreen2", 0, 238, 118, 1, X11Compliance },
736     { "SpringGreen3", 0, 205, 102, 1, X11Compliance },
737     { "SpringGreen4", 0, 139, 69, 1, X11Compliance },
738     { "SteelBlue", 70, 130, 180, 1, SVGCompliance | X11Compliance | XPMCompliance },
739     { "SteelBlue1", 99, 184, 255, 1, X11Compliance },
740     { "SteelBlue2", 92, 172, 238, 1, X11Compliance },
741     { "SteelBlue3", 79, 148, 205, 1, X11Compliance },
742     { "SteelBlue4", 54, 100, 139, 1, X11Compliance },
743     { "tan", 210, 180, 140, 1, SVGCompliance | X11Compliance | XPMCompliance },
744     { "tan1", 255, 165, 79, 1, X11Compliance },
745     { "tan2", 238, 154, 73, 1, X11Compliance },
746     { "tan3", 205, 133, 63, 1, X11Compliance },
747     { "tan4", 139, 90, 43, 1, X11Compliance },
748     { "teal", 0, 128, 128, 1, SVGCompliance },
749     { "thistle", 216, 191, 216, 1, SVGCompliance | X11Compliance | XPMCompliance },
750     { "thistle1", 255, 225, 255, 1, X11Compliance },
751     { "thistle2", 238, 210, 238, 1, X11Compliance },
752     { "thistle3", 205, 181, 205, 1, X11Compliance },
753     { "thistle4", 139, 123, 139, 1, X11Compliance },
754     { "tomato", 255, 99, 71, 1, SVGCompliance | X11Compliance | XPMCompliance },
755     { "tomato1", 255, 99, 71, 1, X11Compliance },
756     { "tomato2", 238, 92, 66, 1, X11Compliance },
757     { "tomato3", 205, 79, 57, 1, X11Compliance },
758     { "tomato4", 139, 54, 38, 1, X11Compliance },
759     { "transparent", 0, 0, 0, 0, SVGCompliance },
760     { "turquoise", 64, 224, 208, 1, SVGCompliance | X11Compliance | XPMCompliance },
761     { "turquoise1", 0, 245, 255, 1, X11Compliance },
762     { "turquoise2", 0, 229, 238, 1, X11Compliance },
763     { "turquoise3", 0, 197, 205, 1, X11Compliance },
764     { "turquoise4", 0, 134, 139, 1, X11Compliance },
765     { "violet", 238, 130, 238, 1, SVGCompliance | X11Compliance | XPMCompliance },
766     { "VioletRed", 208, 32, 144, 1, X11Compliance | XPMCompliance },
767     { "VioletRed1", 255, 62, 150, 1, X11Compliance },
768     { "VioletRed2", 238, 58, 140, 1, X11Compliance },
769     { "VioletRed3", 205, 50, 120, 1, X11Compliance },
770     { "VioletRed4", 139, 34, 82, 1, X11Compliance },
771     { "wheat", 245, 222, 179, 1, SVGCompliance | X11Compliance | XPMCompliance },
772     { "wheat1", 255, 231, 186, 1, X11Compliance },
773     { "wheat2", 238, 216, 174, 1, X11Compliance },
774     { "wheat3", 205, 186, 150, 1, X11Compliance },
775     { "wheat4", 139, 126, 102, 1, X11Compliance },
776     { "WhiteSmoke", 245, 245, 245, 1, SVGCompliance | X11Compliance | XPMCompliance },
777     { "yellow1", 255, 255, 0, 1, X11Compliance },
778     { "yellow2", 238, 238, 0, 1, X11Compliance },
779     { "yellow3", 205, 205, 0, 1, X11Compliance },
780     { "yellow4", 139, 139, 0, 1, X11Compliance },
781     { "YellowGreen", 154, 205, 50, 1, SVGCompliance | X11Compliance | XPMCompliance }
782   };
783 \f
784 /*
785   Static declarations.
786 */
787 static LinkedListInfo
788   *color_cache = (LinkedListInfo *) NULL;
789
790 static SemaphoreInfo
791   *color_semaphore = (SemaphoreInfo *) NULL;
792 \f
793 /*
794   Forward declarations.
795 */
796 static MagickBooleanType
797   IsColorCacheInstantiated(ExceptionInfo *),
798   LoadColorCache(const char *,const char *,const size_t,ExceptionInfo *);
799 \f
800 /*
801 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
802 %                                                                             %
803 %                                                                             %
804 %                                                                             %
805 %  A c q u i r e C o l o r C a c h e                                          %
806 %                                                                             %
807 %                                                                             %
808 %                                                                             %
809 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
810 %
811 %  AcquireColorCache() caches one or more color configurations which provides a
812 %  mapping between color attributes and a color name.
813 %
814 %  The format of the AcquireColorCache method is:
815 %
816 %      LinkedListInfo *AcquireColorCache(const char *filename,
817 %        ExceptionInfo *exception)
818 %
819 %  A description of each parameter follows:
820 %
821 %    o filename: the font file name.
822 %
823 %    o exception: return any errors or warnings in this structure.
824 %
825 */
826 static LinkedListInfo *AcquireColorCache(const char *filename,
827   ExceptionInfo *exception)
828 {
829   const StringInfo
830     *option;
831
832   LinkedListInfo
833     *color_cache,
834     *options;
835
836   MagickStatusType
837     status;
838
839   register ssize_t
840     i;
841
842   /*
843     Load external color map.
844   */
845   color_cache=NewLinkedList(0);
846   if (color_cache == (LinkedListInfo *) NULL)
847     ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed");
848   status=MagickTrue;
849   options=GetConfigureOptions(filename,exception);
850   option=(const StringInfo *) GetNextValueInLinkedList(options);
851   while (option != (const StringInfo *) NULL)
852   {
853     status&=LoadColorCache((const char *) GetStringInfoDatum(option),
854       GetStringInfoPath(option),0,exception);
855     option=(const StringInfo *) GetNextValueInLinkedList(options);
856   }
857   options=DestroyConfigureOptions(options);
858   /*
859     Load built-in color map.
860   */
861   for (i=0; i < (ssize_t) (sizeof(ColorMap)/sizeof(*ColorMap)); i++)
862   {
863     ColorInfo
864       *color_info;
865
866     register const ColorMapInfo
867       *p;
868
869     p=ColorMap+i;
870     color_info=(ColorInfo *) AcquireMagickMemory(sizeof(*color_info));
871     if (color_info == (ColorInfo *) NULL)
872       {
873         (void) ThrowMagickException(exception,GetMagickModule(),
874           ResourceLimitError,"MemoryAllocationFailed","`%s'",p->name);
875         continue;
876       }
877     (void) ResetMagickMemory(color_info,0,sizeof(*color_info));
878     color_info->path=(char *) "[built-in]";
879     color_info->name=(char *) p->name;
880     GetPixelInfo((Image *) NULL,&color_info->color);
881     color_info->color.red=(double) ScaleCharToQuantum(p->red);
882     color_info->color.green=(double) ScaleCharToQuantum(p->green);
883     color_info->color.blue=(double) ScaleCharToQuantum(p->blue);
884     color_info->color.alpha=(double) (QuantumRange*p->alpha);
885     color_info->compliance=(ComplianceType) p->compliance;
886     color_info->exempt=MagickTrue;
887     color_info->signature=MagickSignature;
888     status&=AppendValueToLinkedList(color_cache,color_info);
889     if (IfMagickFalse(status))
890       (void) ThrowMagickException(exception,GetMagickModule(),
891         ResourceLimitError,"MemoryAllocationFailed","`%s'",color_info->name);
892   }
893   return(color_cache);
894 }
895 \f
896 /*
897 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
898 %                                                                             %
899 %                                                                             %
900 %                                                                             %
901 +   C o l o r C o m p o n e n t G e n e s i s                                 %
902 %                                                                             %
903 %                                                                             %
904 %                                                                             %
905 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
906 %
907 %  ColorComponentGenesis() instantiates the color component.
908 %
909 %  The format of the ColorComponentGenesis method is:
910 %
911 %      MagickBooleanType ColorComponentGenesis(void)
912 %
913 */
914 MagickPrivate MagickBooleanType ColorComponentGenesis(void)
915 {
916   color_semaphore=AcquireSemaphoreInfo();
917   return(MagickTrue);
918 }
919 \f
920 /*
921 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
922 %                                                                             %
923 %                                                                             %
924 %                                                                             %
925 +   C o l o r C o m p o n e n t T e r m i n u s                               %
926 %                                                                             %
927 %                                                                             %
928 %                                                                             %
929 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
930 %
931 %  ColorComponentTerminus() destroys the color component.
932 %
933 %  The format of the ColorComponentTerminus method is:
934 %
935 %      ColorComponentTerminus(void)
936 %
937 */
938
939 static void *DestroyColorElement(void *color_info)
940 {
941   register ColorInfo
942     *p;
943
944   p=(ColorInfo *) color_info;
945   if (IfMagickFalse(p->exempt))
946     {
947       if (p->path != (char *) NULL)
948         p->path=DestroyString(p->path);
949       if (p->name != (char *) NULL)
950         p->name=DestroyString(p->name);
951     }
952   p=(ColorInfo *) RelinquishMagickMemory(p);
953   return((void *) NULL);
954 }
955
956 MagickPrivate void ColorComponentTerminus(void)
957 {
958   if (color_semaphore == (SemaphoreInfo *) NULL)
959     ActivateSemaphoreInfo(&color_semaphore);
960   LockSemaphoreInfo(color_semaphore);
961   if (color_cache != (LinkedListInfo *) NULL)
962     color_cache=DestroyLinkedList(color_cache,DestroyColorElement);
963   UnlockSemaphoreInfo(color_semaphore);
964   RelinquishSemaphoreInfo(&color_semaphore);
965 }
966 \f
967 /*
968 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
969 %                                                                             %
970 %                                                                             %
971 %                                                                             %
972 +   G e t C o l o r C o m p l i a n c e                                       %
973 %                                                                             %
974 %                                                                             %
975 %                                                                             %
976 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
977 %
978 %  GetColorInfo() searches the color list for the specified name and standards
979 %  compliance and if found returns attributes for that color.
980 %
981 %  The format of the GetColorInfo method is:
982 %
983 %      const PixelInfo *GetColorInfo(const char *name,
984 %        const ComplianceType compliance,ExceptionInfo *exception)
985 %
986 %  A description of each parameter follows:
987 %
988 %    o name: the color name.
989 %
990 %    o compliance: Adhere to this color standard: SVG, X11, or XPM.
991 %
992 %    o exception: return any errors or warnings in this structure.
993 %
994 */
995 MagickExport const ColorInfo *GetColorCompliance(const char *name,
996   const ComplianceType compliance,ExceptionInfo *exception)
997 {
998   char
999     colorname[MaxTextExtent];
1000
1001   register const ColorInfo
1002     *p;
1003
1004   register char
1005     *q;
1006
1007   assert(exception != (ExceptionInfo *) NULL);
1008   if (color_cache == (LinkedListInfo *) NULL)
1009     if (IfMagickFalse(IsColorCacheInstantiated(exception)))
1010       return((const ColorInfo *) NULL);
1011   /*
1012     Strip names of whitespace.
1013   */
1014   *colorname='\0';
1015   if (name != (const char *) NULL)
1016     (void) CopyMagickString(colorname,name,MaxTextExtent);
1017   for (q=colorname; *q != '\0'; q++)
1018   {
1019     if (isspace((int) ((unsigned char) *q)) == 0)
1020       continue;
1021     (void) CopyMagickString(q,q+1,MaxTextExtent);
1022     q--;
1023   }
1024   /*
1025     Search for color tag.
1026   */
1027   LockSemaphoreInfo(color_semaphore);
1028   ResetLinkedListIterator(color_cache);
1029   p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1030   if ((name == (const char *) NULL) || (LocaleCompare(name,"*") == 0))
1031     {
1032       UnlockSemaphoreInfo(color_semaphore);
1033       return(p);
1034     }
1035   while (p != (const ColorInfo *) NULL)
1036   {
1037     if (((p->compliance & compliance) != 0) &&
1038         (LocaleCompare(colorname,p->name) == 0))
1039       break;
1040     p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1041   }
1042   if (p == (ColorInfo *) NULL)
1043     (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning,
1044       "UnrecognizedColor","`%s'",name);
1045   else
1046     (void) InsertValueInLinkedList(color_cache,0,
1047       RemoveElementByValueFromLinkedList(color_cache,p));
1048   UnlockSemaphoreInfo(color_semaphore);
1049   return(p);
1050 }
1051 \f
1052 /*
1053 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1054 %                                                                             %
1055 %                                                                             %
1056 %                                                                             %
1057 +   G e t C o l o r I n f o                                                   %
1058 %                                                                             %
1059 %                                                                             %
1060 %                                                                             %
1061 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1062 %
1063 %  GetColorInfo() searches the color list for the specified name and if found
1064 %  returns attributes for that color.
1065 %
1066 %  The format of the GetColorInfo method is:
1067 %
1068 %      const PixelInfo *GetColorInfo(const char *name,
1069 %        ExceptionInfo *exception)
1070 %
1071 %  A description of each parameter follows:
1072 %
1073 %    o color_info: search the color list for the specified name and if found
1074 %      return attributes for that color.
1075 %
1076 %    o name: the color name.
1077 %
1078 %    o exception: return any errors or warnings in this structure.
1079 %
1080 */
1081 MagickExport const ColorInfo *GetColorInfo(const char *name,
1082   ExceptionInfo *exception)
1083 {
1084   return(GetColorCompliance(name,AllCompliance,exception));
1085 }
1086 \f
1087 /*
1088 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1089 %                                                                             %
1090 %                                                                             %
1091 %                                                                             %
1092 +   C o n c a t e n a t e C o l o r C o m p o n e n t                         %
1093 %                                                                             %
1094 %                                                                             %
1095 %                                                                             %
1096 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1097 %
1098 %  ConcatenateColorComponent() returns the pixel as a canonical string.
1099 %
1100 %  The format of the ConcatenateColorComponent() method is:
1101 %
1102 %      void ConcatenateColorComponent(const PixelInfo *pixel,
1103 %        const PixelChannel component,const ComplianceType compliance,
1104 %        char *tuple)
1105 %
1106 %  A description of each parameter follows.
1107 %
1108 %    o pixel:  The pixel.
1109 %
1110 %    o component:  The pixel component.
1111 %
1112 %    o compliance: Adhere to this color standard: SVG, X11, or XPM.
1113 %
1114 %    o tuple:  The color tuple.
1115 %
1116 */
1117 MagickExport void ConcatenateColorComponent(const PixelInfo *pixel,
1118   const PixelChannel component,const ComplianceType compliance,char *tuple)
1119 {
1120   char
1121     text[MaxTextExtent];
1122
1123   double
1124     color;
1125
1126   color=0.0;
1127   switch (component)
1128   {
1129     case RedPixelChannel:
1130     {
1131       color=pixel->red;
1132       break;
1133     }
1134     case GreenPixelChannel:
1135     {
1136       color=pixel->green;
1137       break;
1138     }
1139     case BluePixelChannel:
1140     {
1141       color=pixel->blue;
1142       break;
1143     }
1144     case AlphaPixelChannel:
1145     {
1146       color=pixel->alpha;
1147       break;
1148     }
1149     case BlackPixelChannel:
1150     {
1151       color=pixel->black;
1152       break;
1153     }
1154     default:
1155       break;
1156   }
1157   if (compliance == NoCompliance)
1158     {
1159       (void) FormatLocaleString(text,MaxTextExtent,"%.*g",GetMagickPrecision(),color);
1160       (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1161       return;
1162     }
1163   if (compliance != SVGCompliance)
1164     {
1165       if (pixel->depth > 16)
1166         {
1167           (void) FormatLocaleString(text,MaxTextExtent,"%10lu",(unsigned long)
1168             ScaleQuantumToLong(ClampToQuantum(color)));
1169           (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1170           return;
1171         }
1172       if (pixel->depth > 8)
1173         {
1174           (void) FormatLocaleString(text,MaxTextExtent,"%5d",
1175             ScaleQuantumToShort(ClampToQuantum(color)));
1176           (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1177           return;
1178         }
1179       (void) FormatLocaleString(text,MaxTextExtent,"%3d",
1180         ScaleQuantumToChar(ClampToQuantum(color)));
1181       (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1182       return;
1183     }
1184   if (component == AlphaPixelChannel)
1185     {
1186       (void) FormatLocaleString(text,MaxTextExtent,"%.*g",GetMagickPrecision(),
1187         (QuantumScale*color));
1188       (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1189       return;
1190     }
1191   if ((pixel->colorspace == HCLColorspace) ||
1192       (pixel->colorspace == HCLpColorspace) ||
1193       (pixel->colorspace == HSBColorspace) ||
1194       (pixel->colorspace == HSIColorspace) ||
1195       (pixel->colorspace == HSLColorspace) ||
1196       (pixel->colorspace == HSVColorspace) ||
1197       (pixel->colorspace == HWBColorspace))
1198     {
1199       (void) FormatLocaleString(text,MaxTextExtent,"%.*g%%",GetMagickPrecision(),
1200         (100.0*QuantumScale*color));
1201       (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1202       return;
1203     }
1204   if (pixel->depth > 8)
1205     {
1206       (void) FormatLocaleString(text,MaxTextExtent,"%.*g%%",GetMagickPrecision(),
1207         (100.0*QuantumScale*color));
1208       (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1209       return;
1210     }
1211   (void) FormatLocaleString(text,MaxTextExtent,"%d",ScaleQuantumToChar(
1212     ClampToQuantum(color)));
1213   (void) ConcatenateMagickString(tuple,text,MaxTextExtent);
1214 }
1215 \f
1216 /*
1217 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1218 %                                                                             %
1219 %                                                                             %
1220 %                                                                             %
1221 %   G e t C o l o r I n f o L i s t                                           %
1222 %                                                                             %
1223 %                                                                             %
1224 %                                                                             %
1225 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1226 %
1227 %  GetColorInfoList() returns any colors that match the specified pattern.
1228 %
1229 %  The format of the GetColorInfoList function is:
1230 %
1231 %      const ColorInfo **GetColorInfoList(const char *pattern,
1232 %        size_t *number_colors,ExceptionInfo *exception)
1233 %
1234 %  A description of each parameter follows:
1235 %
1236 %    o pattern: Specifies a pointer to a text string containing a pattern.
1237 %
1238 %    o number_colors:  This integer returns the number of colors in the list.
1239 %
1240 %    o exception: return any errors or warnings in this structure.
1241 %
1242 */
1243
1244 #if defined(__cplusplus) || defined(c_plusplus)
1245 extern "C" {
1246 #endif
1247
1248 static int ColorInfoCompare(const void *x,const void *y)
1249 {
1250   const ColorInfo
1251     **p,
1252     **q;
1253
1254   p=(const ColorInfo **) x,
1255   q=(const ColorInfo **) y;
1256   if (LocaleCompare((*p)->path,(*q)->path) == 0)
1257     return(LocaleCompare((*p)->name,(*q)->name));
1258   return(LocaleCompare((*p)->path,(*q)->path));
1259 }
1260
1261 #if defined(__cplusplus) || defined(c_plusplus)
1262 }
1263 #endif
1264
1265 MagickExport const ColorInfo **GetColorInfoList(const char *pattern,
1266   size_t *number_colors,ExceptionInfo *exception)
1267 {
1268   const ColorInfo
1269     **colors;
1270
1271   register const ColorInfo
1272     *p;
1273
1274   register ssize_t
1275     i;
1276
1277   /*
1278     Allocate color list.
1279   */
1280   assert(pattern != (char *) NULL);
1281   (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern);
1282   assert(number_colors != (size_t *) NULL);
1283   *number_colors=0;
1284   p=GetColorInfo("*",exception);
1285   if (p == (const ColorInfo *) NULL)
1286     return((const ColorInfo **) NULL);
1287   colors=(const ColorInfo **) AcquireQuantumMemory((size_t)
1288     GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors));
1289   if (colors == (const ColorInfo **) NULL)
1290     return((const ColorInfo **) NULL);
1291   /*
1292     Generate color list.
1293   */
1294   LockSemaphoreInfo(color_semaphore);
1295   ResetLinkedListIterator(color_cache);
1296   p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1297   for (i=0; p != (const ColorInfo *) NULL; )
1298   {
1299     if (IsMagickFalse(p->stealth) &&
1300         IsMagickTrue(GlobExpression(p->name,pattern,MagickFalse)))
1301       colors[i++]=p;
1302     p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1303   }
1304   UnlockSemaphoreInfo(color_semaphore);
1305   qsort((void *) colors,(size_t) i,sizeof(*colors),ColorInfoCompare);
1306   colors[i]=(ColorInfo *) NULL;
1307   *number_colors=(size_t) i;
1308   return(colors);
1309 }
1310 \f
1311 /*
1312 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1313 %                                                                             %
1314 %                                                                             %
1315 %                                                                             %
1316 %   G e t C o l o r L i s t                                                   %
1317 %                                                                             %
1318 %                                                                             %
1319 %                                                                             %
1320 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1321 %
1322 %  GetColorList() returns any colors that match the specified pattern.
1323 %
1324 %  The format of the GetColorList function is:
1325 %
1326 %      char **GetColorList(const char *pattern,size_t *number_colors,
1327 %        ExceptionInfo *exception)
1328 %
1329 %  A description of each parameter follows:
1330 %
1331 %    o pattern: Specifies a pointer to a text string containing a pattern.
1332 %
1333 %    o number_colors:  This integer returns the number of colors in the list.
1334 %
1335 %    o exception: return any errors or warnings in this structure.
1336 %
1337 */
1338
1339 #if defined(__cplusplus) || defined(c_plusplus)
1340 extern "C" {
1341 #endif
1342
1343 static int ColorCompare(const void *x,const void *y)
1344 {
1345   register const char
1346     **p,
1347     **q;
1348
1349   p=(const char **) x;
1350   q=(const char **) y;
1351   return(LocaleCompare(*p,*q));
1352 }
1353
1354 #if defined(__cplusplus) || defined(c_plusplus)
1355 }
1356 #endif
1357
1358 MagickExport char **GetColorList(const char *pattern,
1359   size_t *number_colors,ExceptionInfo *exception)
1360 {
1361   char
1362     **colors;
1363
1364   register const ColorInfo
1365     *p;
1366
1367   register ssize_t
1368     i;
1369
1370   /*
1371     Allocate color list.
1372   */
1373   assert(pattern != (char *) NULL);
1374   (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern);
1375   assert(number_colors != (size_t *) NULL);
1376   *number_colors=0;
1377   p=GetColorInfo("*",exception);
1378   if (p == (const ColorInfo *) NULL)
1379     return((char **) NULL);
1380   colors=(char **) AcquireQuantumMemory((size_t)
1381     GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors));
1382   if (colors == (char **) NULL)
1383     return((char **) NULL);
1384   /*
1385     Generate color list.
1386   */
1387   LockSemaphoreInfo(color_semaphore);
1388   ResetLinkedListIterator(color_cache);
1389   p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1390   for (i=0; p != (const ColorInfo *) NULL; )
1391   {
1392     if (IsMagickFalse(p->stealth) &&
1393         IsMagickTrue(GlobExpression(p->name,pattern,MagickFalse)))
1394       colors[i++]=ConstantString(p->name);
1395     p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
1396   }
1397   UnlockSemaphoreInfo(color_semaphore);
1398   qsort((void *) colors,(size_t) i,sizeof(*colors),ColorCompare);
1399   colors[i]=(char *) NULL;
1400   *number_colors=(size_t) i;
1401   return(colors);
1402 }
1403 \f
1404 /*
1405 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1406 %                                                                             %
1407 %                                                                             %
1408 %                                                                             %
1409 +   G e t C o l o r T u p l e                                                 %
1410 %                                                                             %
1411 %                                                                             %
1412 %                                                                             %
1413 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1414 %
1415 %  GetColorTuple() returns a color as a color tuple string (e.g. rgba(255,0,0))
1416 %  or hex string (e.g. #FF0000).
1417 %
1418 %  The format of the GetColorTuple method is:
1419 %
1420 %      GetColorTuple(const PixelInfo *pixel,const MagickBooleanType hex,
1421 %        char *tuple)
1422 %
1423 %  A description of each parameter follows.
1424 %
1425 %    o pixel: the pixel.
1426 %
1427 %    o hex: A value other than zero returns the tuple in a hexidecimal format.
1428 %
1429 %    o tuple: Return the color tuple as this string.
1430 %
1431 */
1432
1433 static void ConcatentateHexColorComponent(const PixelInfo *pixel,
1434   const PixelChannel channel,char *tuple)
1435 {
1436   char
1437     component[MaxTextExtent];
1438
1439   double
1440     color;
1441
1442   color=0.0;
1443   switch (channel)
1444   {
1445     case RedPixelChannel:
1446     {
1447       color=pixel->red;
1448       break;
1449     }
1450     case GreenPixelChannel:
1451     {
1452       color=pixel->green;
1453       break;
1454     }
1455     case BluePixelChannel:
1456     {
1457       color=pixel->blue;
1458       break;
1459     }
1460     case AlphaPixelChannel:
1461     {
1462       color=pixel->alpha;
1463       break;
1464     }
1465     case BlackPixelChannel:
1466     {
1467       color=pixel->black;
1468       break;
1469     }
1470     default:
1471       break;
1472   }
1473   if (pixel->depth > 32)
1474     {
1475       (void) FormatLocaleString(component,MaxTextExtent,"%08lX%08lX",
1476         (unsigned long) ScaleQuantumToLong(ClampToQuantum(color)),
1477         (unsigned long) ScaleQuantumToLong(ClampToQuantum(color)));
1478       (void) ConcatenateMagickString(tuple,component,MaxTextExtent);
1479       return;
1480     }
1481   if (pixel->depth > 16)
1482     {
1483       (void) FormatLocaleString(component,MaxTextExtent,"%08X",
1484         (unsigned int) ScaleQuantumToLong(ClampToQuantum(color)));
1485       (void) ConcatenateMagickString(tuple,component,MaxTextExtent);
1486       return;
1487     }
1488   if (pixel->depth > 8)
1489     {
1490       (void) FormatLocaleString(component,MaxTextExtent,"%04X",
1491         ScaleQuantumToShort(ClampToQuantum(color)));
1492       (void) ConcatenateMagickString(tuple,component,MaxTextExtent);
1493       return;
1494     }
1495   (void) FormatLocaleString(component,MaxTextExtent,"%02X",
1496     ScaleQuantumToChar(ClampToQuantum(color)));
1497   (void) ConcatenateMagickString(tuple,component,MaxTextExtent);
1498   return;
1499 }
1500
1501 MagickExport void GetColorTuple(const PixelInfo *pixel,
1502   const MagickBooleanType hex,char *tuple)
1503 {
1504   PixelInfo
1505     color;
1506
1507   assert(pixel != (const PixelInfo *) NULL);
1508   assert(tuple != (char *) NULL);
1509   (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",tuple);
1510   *tuple='\0';
1511   if (IfMagickTrue(hex))
1512     {
1513       /*
1514         Convert pixel to hex color.
1515       */
1516       (void) ConcatenateMagickString(tuple,"#",MaxTextExtent);
1517       ConcatentateHexColorComponent(pixel,RedPixelChannel,tuple);
1518       ConcatentateHexColorComponent(pixel,GreenPixelChannel,tuple);
1519       ConcatentateHexColorComponent(pixel,BluePixelChannel,tuple);
1520       if (pixel->colorspace == CMYKColorspace)
1521         ConcatentateHexColorComponent(pixel,BlackPixelChannel,tuple);
1522       if ((pixel->alpha_trait == BlendPixelTrait) &&
1523           (pixel->alpha != OpaqueAlpha))
1524         ConcatentateHexColorComponent(pixel,AlphaPixelChannel,tuple);
1525       return;
1526     }
1527   /*
1528     Convert pixel to rgb() or cmyk() color.
1529   */
1530   color=(*pixel);
1531   if (color.depth > 8)
1532     {
1533 #define SVGCompliant(component) ((double) \
1534    ScaleCharToQuantum(ScaleQuantumToChar(ClampToQuantum(component))))
1535
1536       MagickStatusType
1537         status;
1538
1539       /*
1540         SVG requires color depths > 8 expressed as percentages.
1541       */
1542       status=IsMagickTrue(fabs(color.red-SVGCompliant(color.red))
1543            < MagickEpsilon);
1544       status&=IsMagickTrue(fabs(color.green-SVGCompliant(color.green))
1545            < MagickEpsilon);
1546       status&=IsMagickTrue(fabs(color.blue-SVGCompliant(color.blue))
1547            < MagickEpsilon);
1548       if (color.colorspace-CMYKColorspace)
1549         status&=IsMagickTrue(fabs(color.black-SVGCompliant(color.black))
1550              < MagickEpsilon);
1551       if (color.alpha_trait == BlendPixelTrait)
1552         status&=IsMagickTrue(fabs(color.alpha-SVGCompliant(color.alpha))
1553              < MagickEpsilon);
1554       if (IfMagickTrue(status))
1555         color.depth=8;
1556     }
1557   (void) ConcatenateMagickString(tuple,CommandOptionToMnemonic(
1558     MagickColorspaceOptions,(ssize_t) color.colorspace),MaxTextExtent);
1559   if (color.alpha_trait == BlendPixelTrait)
1560     (void) ConcatenateMagickString(tuple,"a",MaxTextExtent);
1561   (void) ConcatenateMagickString(tuple,"(",MaxTextExtent);
1562   if (color.colorspace == GRAYColorspace)
1563     ConcatenateColorComponent(&color,GrayPixelChannel,SVGCompliance,tuple);
1564   else
1565     {
1566       ConcatenateColorComponent(&color,RedPixelChannel,SVGCompliance,tuple);
1567       (void) ConcatenateMagickString(tuple,",",MaxTextExtent);
1568       ConcatenateColorComponent(&color,GreenPixelChannel,SVGCompliance,tuple);
1569       (void) ConcatenateMagickString(tuple,",",MaxTextExtent);
1570       ConcatenateColorComponent(&color,BluePixelChannel,SVGCompliance,tuple);
1571     }
1572   if (color.colorspace == CMYKColorspace)
1573     {
1574       (void) ConcatenateMagickString(tuple,",",MaxTextExtent);
1575       ConcatenateColorComponent(&color,BlackPixelChannel,SVGCompliance,tuple);
1576     }
1577   if (color.alpha_trait == BlendPixelTrait)
1578     {
1579       (void) ConcatenateMagickString(tuple,",",MaxTextExtent);
1580       ConcatenateColorComponent(&color,AlphaPixelChannel,SVGCompliance,tuple);
1581     }
1582   (void) ConcatenateMagickString(tuple,")",MaxTextExtent);
1583   LocaleLower(tuple);
1584   return;
1585 }
1586 \f
1587 /*
1588 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1589 %                                                                             %
1590 %                                                                             %
1591 %                                                                             %
1592 +   I s C o l o r C a c h e I n s t a n t i a t e d                           %
1593 %                                                                             %
1594 %                                                                             %
1595 %                                                                             %
1596 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1597 %
1598 %  IsColorCacheInstantiated() determines if the color list is instantiated.  If
1599 %  not, it instantiates the list and returns it.
1600 %
1601 %  The format of the IsColorInstantiated method is:
1602 %
1603 %      MagickBooleanType IsColorCacheInstantiated(ExceptionInfo *exception)
1604 %
1605 %  A description of each parameter follows.
1606 %
1607 %    o exception: return any errors or warnings in this structure.
1608 %
1609 */
1610 static MagickBooleanType IsColorCacheInstantiated(ExceptionInfo *exception)
1611 {
1612   if (color_cache == (LinkedListInfo *) NULL)
1613     {
1614       if (color_semaphore == (SemaphoreInfo *) NULL)
1615         ActivateSemaphoreInfo(&color_semaphore);
1616       LockSemaphoreInfo(color_semaphore);
1617       if (color_cache == (LinkedListInfo *) NULL)
1618         color_cache=AcquireColorCache(ColorFilename,exception);
1619       UnlockSemaphoreInfo(color_semaphore);
1620     }
1621   return(color_cache != (LinkedListInfo *) NULL ? MagickTrue : MagickFalse);
1622 }
1623 \f
1624 /*
1625 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1626 %                                                                             %
1627 %                                                                             %
1628 %                                                                             %
1629 +   I s A l p h a S i m i l a r                                               %
1630 %                                                                             %
1631 %                                                                             %
1632 %                                                                             %
1633 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1634 %
1635 %  IsEquivalentAlpha() returns true if the distance between two alpha values is
1636 %  less than the specified distance in a linear color space.  This method is
1637 %  used by MatteFloodFill() and other algorithms which compare two alpha values.
1638 %
1639 %  The format of the IsEquivalentAlpha method is:
1640 %
1641 %      void IsEquivalentAlpha(const Image *image,const PixelInfo *p,
1642 %        const PixelInfo *q)
1643 %
1644 %  A description of each parameter follows:
1645 %
1646 %    o image: the image.
1647 %
1648 %    o p: Pixel p.
1649 %
1650 %    o q: Pixel q.
1651 %
1652 */
1653
1654 static inline double MagickMax(const double x,const double y)
1655 {
1656   if (x > y)
1657     return(x);
1658   return(y);
1659 }
1660
1661 MagickExport MagickBooleanType IsEquivalentAlpha(const Image *image,
1662   const PixelInfo *p,const PixelInfo *q)
1663 {
1664   double
1665     fuzz,
1666     pixel;
1667
1668   register double
1669     distance;
1670
1671   if (image->alpha_trait != BlendPixelTrait)
1672     return(MagickTrue);
1673   if (p->alpha == q->alpha)
1674     return(MagickTrue);
1675   fuzz=MagickMax(image->fuzz,MagickSQ1_2)*MagickMax(image->fuzz,MagickSQ1_2);
1676   pixel=(double) p->alpha-(double) q->alpha;
1677   distance=pixel*pixel;
1678   if (distance > fuzz)
1679     return(MagickFalse);
1680   return(MagickTrue);
1681 }
1682 \f
1683 /*
1684 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1685 %                                                                             %
1686 %                                                                             %
1687 %                                                                             %
1688 +   I s I m a g e S i m i l a r                                               %
1689 %                                                                             %
1690 %                                                                             %
1691 %                                                                             %
1692 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1693 %
1694 %  IsEquivalentImage() returns true if the target is similar to a region of the
1695 %  image.
1696 %
1697 %  The format of the IsEquivalentImage method is:
1698 %
1699 %      MagickBooleanType IsEquivalentImage(const Image *image,
1700 %        const Image *target_image,ssize_t *x_offset,ssize_t *y_offset,
1701 %        ExceptionInfo *exception)
1702 %
1703 %  A description of each parameter follows:
1704 %
1705 %    o image: the image.
1706 %
1707 %    o target_image: the target image.
1708 %
1709 %    o x_offset: On input the starting x position to search for a match;
1710 %      on output the x position of the first match found.
1711 %
1712 %    o y_offset: On input the starting y position to search for a match;
1713 %      on output the y position of the first match found.
1714 %
1715 %    o exception: return any errors or warnings in this structure.
1716 %
1717 */
1718 MagickExport MagickBooleanType IsEquivalentImage(const Image *image,
1719   const Image *target_image,ssize_t *x_offset,ssize_t *y_offset,
1720   ExceptionInfo *exception)
1721 {
1722 #define SearchImageText  "  Searching image...  "
1723
1724   CacheView
1725     *image_view,
1726     *target_view;
1727
1728   MagickBooleanType
1729     status;
1730
1731   PixelInfo
1732     target,
1733     pixel;
1734
1735   register const Quantum
1736     *p,
1737     *q;
1738
1739   register ssize_t
1740     i,
1741     x;
1742
1743   ssize_t
1744     j,
1745     y;
1746
1747   assert(image != (Image *) NULL);
1748   assert(image->signature == MagickSignature);
1749   if (IfMagickTrue(image->debug))
1750     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
1751   assert(target_image != (Image *) NULL);
1752   assert(target_image->signature == MagickSignature);
1753   assert(x_offset != (ssize_t *) NULL);
1754   assert(y_offset != (ssize_t *) NULL);
1755   assert(exception != (ExceptionInfo *) NULL);
1756   x=0;
1757   status=MagickTrue;
1758   GetPixelInfo(image,&pixel);
1759   GetPixelInfo(image,&target);
1760   image_view=AcquireVirtualCacheView(image,exception);
1761   target_view=AcquireVirtualCacheView(target_image,exception);
1762   for (y=(*y_offset); y < (ssize_t) image->rows; y++)
1763   {
1764     for (x=y == 0 ? *x_offset : 0; x < (ssize_t) image->columns; x++)
1765     {
1766       for (j=0; j < (ssize_t) target_image->rows; j++)
1767       {
1768         for (i=0; i < (ssize_t) target_image->columns; i++)
1769         {
1770           p=GetCacheViewVirtualPixels(image_view,x+i,y+j,1,1,exception);
1771           GetPixelInfoPixel(image,p,&pixel);
1772           q=GetCacheViewVirtualPixels(target_view,i,j,1,1,exception);
1773           GetPixelInfoPixel(image,q,&target);
1774           if (IfMagickFalse(IsFuzzyEquivalencePixelInfo(&pixel,&target)))
1775             break;
1776         }
1777         if (i < (ssize_t) target_image->columns)
1778           break;
1779       }
1780       if (j == (ssize_t) target_image->rows)
1781         break;
1782     }
1783     if (x < (ssize_t) image->columns)
1784       break;
1785     if (image->progress_monitor != (MagickProgressMonitor) NULL)
1786       {
1787         MagickBooleanType
1788           proceed;
1789
1790         proceed=SetImageProgress(image,SearchImageText,(MagickOffsetType) y,
1791           image->rows);
1792         if( IfMagickFalse(proceed) )
1793           status=MagickFalse;
1794       }
1795   }
1796   target_view=DestroyCacheView(target_view);
1797   image_view=DestroyCacheView(image_view);
1798   *x_offset=x;
1799   *y_offset=y;
1800   if (IfMagickFalse(status))
1801     return(status);
1802   return(IsMagickTrue(y < (ssize_t) image->rows));
1803 }
1804 \f
1805 /*
1806 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1807 %                                                                             %
1808 %                                                                             %
1809 %                                                                             %
1810 %  L i s t C o l o r I n f o                                                  %
1811 %                                                                             %
1812 %                                                                             %
1813 %                                                                             %
1814 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1815 %
1816 %  ListColorInfo() lists color names to the specified file.  Color names
1817 %  are a convenience.  Rather than defining a color by its red, green, and
1818 %  blue intensities just use a color name such as white, blue, or yellow.
1819 %
1820 %  The format of the ListColorInfo method is:
1821 %
1822 %      MagickBooleanType ListColorInfo(FILE *file,ExceptionInfo *exception)
1823 %
1824 %  A description of each parameter follows.
1825 %
1826 %    o file:  List color names to this file handle.
1827 %
1828 %    o exception: return any errors or warnings in this structure.
1829 %
1830 */
1831 MagickExport MagickBooleanType ListColorInfo(FILE *file,
1832   ExceptionInfo *exception)
1833 {
1834   char
1835     tuple[MaxTextExtent];
1836
1837   const char
1838     *path;
1839
1840   const ColorInfo
1841     **color_info;
1842
1843   register ssize_t
1844     i;
1845
1846   size_t
1847     number_colors;
1848
1849   /*
1850     List name and attributes of each color in the list.
1851   */
1852   if (file == (const FILE *) NULL)
1853     file=stdout;
1854   color_info=GetColorInfoList("*",&number_colors,exception);
1855   if (color_info == (const ColorInfo **) NULL)
1856     return(MagickFalse);
1857   path=(const char *) NULL;
1858   for (i=0; i < (ssize_t) number_colors; i++)
1859   {
1860     if (IfMagickTrue(color_info[i]->stealth))
1861       continue;
1862     if ((path == (const char *) NULL) ||
1863         (LocaleCompare(path,color_info[i]->path) != 0))
1864       {
1865         if (color_info[i]->path != (char *) NULL)
1866           (void) FormatLocaleFile(file,"\nPath: %s\n\n",color_info[i]->path);
1867         (void) FormatLocaleFile(file,
1868           "Name                  Color                  "
1869           "                       Compliance\n");
1870         (void) FormatLocaleFile(file,
1871           "-------------------------------------------------"
1872           "------------------------------\n");
1873       }
1874     path=color_info[i]->path;
1875     (void) FormatLocaleFile(file,"%-21.21s ",color_info[i]->name);
1876     GetColorTuple(&color_info[i]->color,MagickFalse,tuple);
1877     (void) FormatLocaleFile(file,"%-45.45s ",tuple);
1878     if ((color_info[i]->compliance & SVGCompliance) != 0)
1879       (void) FormatLocaleFile(file,"SVG ");
1880     if ((color_info[i]->compliance & X11Compliance) != 0)
1881       (void) FormatLocaleFile(file,"X11 ");
1882     if ((color_info[i]->compliance & XPMCompliance) != 0)
1883       (void) FormatLocaleFile(file,"XPM ");
1884     (void) FormatLocaleFile(file,"\n");
1885   }
1886   color_info=(const ColorInfo **) RelinquishMagickMemory((void *) color_info);
1887   (void) fflush(file);
1888   return(MagickTrue);
1889 }
1890 \f
1891 /*
1892 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1893 %                                                                             %
1894 %                                                                             %
1895 %                                                                             %
1896 +   L o a d C o l o r L i s t                                                 %
1897 %                                                                             %
1898 %                                                                             %
1899 %                                                                             %
1900 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1901 %
1902 %  LoadColorCache() loads the color configurations which provides a mapping
1903 %  between color attributes and a color name.
1904 %
1905 %  The format of the LoadColorCache method is:
1906 %
1907 %      MagickBooleanType LoadColorCache(const char *xml,const char *filename,
1908 %        const size_t depth,ExceptionInfo *exception)
1909 %
1910 %  A description of each parameter follows:
1911 %
1912 %    o xml:  The color list in XML format.
1913 %
1914 %    o filename:  The color list filename.
1915 %
1916 %    o depth: depth of <include /> statements.
1917 %
1918 %    o exception: return any errors or warnings in this structure.
1919 %
1920 */
1921 static MagickBooleanType LoadColorCache(const char *xml,const char *filename,
1922   const size_t depth,ExceptionInfo *exception)
1923 {
1924   char
1925     keyword[MaxTextExtent],
1926     *token;
1927
1928   ColorInfo
1929     *color_info;
1930
1931   const char
1932     *q;
1933
1934   MagickBooleanType
1935     status;
1936
1937   /*
1938     Load the color map file.
1939   */
1940   (void) LogMagickEvent(ConfigureEvent,GetMagickModule(),
1941     "Loading color file \"%s\" ...",filename);
1942   if (xml == (char *) NULL)
1943     return(MagickFalse);
1944   if (color_cache == (LinkedListInfo *) NULL)
1945     {
1946       color_cache=NewLinkedList(0);
1947       if (color_cache == (LinkedListInfo *) NULL)
1948         {
1949           ThrowFileException(exception,ResourceLimitError,
1950             "MemoryAllocationFailed",filename);
1951           return(MagickFalse);
1952         }
1953     }
1954   status=MagickTrue;
1955   color_info=(ColorInfo *) NULL;
1956   token=AcquireString(xml);
1957   for (q=(char *) xml; *q != '\0'; )
1958   {
1959     /*
1960       Interpret XML.
1961     */
1962     GetMagickToken(q,&q,token);
1963     if (*token == '\0')
1964       break;
1965     (void) CopyMagickString(keyword,token,MaxTextExtent);
1966     if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
1967       {
1968         /*
1969           Doctype element.
1970         */
1971         while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0'))
1972           GetMagickToken(q,&q,token);
1973         continue;
1974       }
1975     if (LocaleNCompare(keyword,"<!--",4) == 0)
1976       {
1977         /*
1978           Comment element.
1979         */
1980         while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0'))
1981           GetMagickToken(q,&q,token);
1982         continue;
1983       }
1984     if (LocaleCompare(keyword,"<include") == 0)
1985       {
1986         /*
1987           Include element.
1988         */
1989         while (((*token != '/') && (*(token+1) != '>')) && (*q != '\0'))
1990         {
1991           (void) CopyMagickString(keyword,token,MaxTextExtent);
1992           GetMagickToken(q,&q,token);
1993           if (*token != '=')
1994             continue;
1995           GetMagickToken(q,&q,token);
1996           if (LocaleCompare(keyword,"file") == 0)
1997             {
1998               if (depth > 200)
1999                 (void) ThrowMagickException(exception,GetMagickModule(),
2000                   ConfigureError,"IncludeElementNestedTooDeeply","`%s'",token);
2001               else
2002                 {
2003                   char
2004                     path[MaxTextExtent],
2005                     *xml;
2006
2007                   GetPathComponent(filename,HeadPath,path);
2008                   if (*path != '\0')
2009                     (void) ConcatenateMagickString(path,DirectorySeparator,
2010                       MaxTextExtent);
2011                   if (*token == *DirectorySeparator)
2012                     (void) CopyMagickString(path,token,MaxTextExtent);
2013                   else
2014                     (void) ConcatenateMagickString(path,token,MaxTextExtent);
2015                   xml=FileToString(path,~0UL,exception);
2016                   if (xml != (char *) NULL)
2017                     {
2018                       status=LoadColorCache(xml,path,depth+1,exception);
2019                       xml=(char *) RelinquishMagickMemory(xml);
2020                     }
2021                 }
2022             }
2023         }
2024         continue;
2025       }
2026     if (LocaleCompare(keyword,"<color") == 0)
2027       {
2028         /*
2029           Color element.
2030         */
2031         color_info=(ColorInfo *) AcquireMagickMemory(sizeof(*color_info));
2032         if (color_info == (ColorInfo *) NULL)
2033           ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed");
2034         (void) ResetMagickMemory(color_info,0,sizeof(*color_info));
2035         color_info->path=ConstantString(filename);
2036         color_info->exempt=MagickFalse;
2037         color_info->signature=MagickSignature;
2038         continue;
2039       }
2040     if (color_info == (ColorInfo *) NULL)
2041       continue;
2042     if (LocaleCompare(keyword,"/>") == 0)
2043       {
2044         status=AppendValueToLinkedList(color_cache,color_info);
2045         if (IfMagickFalse(status))
2046           (void) ThrowMagickException(exception,GetMagickModule(),
2047             ResourceLimitError,"MemoryAllocationFailed","`%s'",
2048             color_info->name);
2049         color_info=(ColorInfo *) NULL;
2050         continue;
2051       }
2052     GetMagickToken(q,(const char **) NULL,token);
2053     if (*token != '=')
2054       continue;
2055     GetMagickToken(q,&q,token);
2056     GetMagickToken(q,&q,token);
2057     switch (*keyword)
2058     {
2059       case 'C':
2060       case 'c':
2061       {
2062         if (LocaleCompare((char *) keyword,"color") == 0)
2063           {
2064             (void) QueryColorCompliance(token,AllCompliance,&color_info->color,
2065               exception);
2066             break;
2067           }
2068         if (LocaleCompare((char *) keyword,"compliance") == 0)
2069           {
2070             ssize_t
2071               compliance;
2072
2073             compliance=color_info->compliance;
2074             if (IfMagickTrue(GlobExpression(token,"*SVG*",MagickTrue)))
2075               compliance|=SVGCompliance;
2076             if (IfMagickTrue(GlobExpression(token,"*X11*",MagickTrue)))
2077               compliance|=X11Compliance;
2078             if (IfMagickTrue(GlobExpression(token,"*XPM*",MagickTrue)))
2079               compliance|=XPMCompliance;
2080             color_info->compliance=(ComplianceType) compliance;
2081             break;
2082           }
2083         break;
2084       }
2085       case 'N':
2086       case 'n':
2087       {
2088         if (LocaleCompare((char *) keyword,"name") == 0)
2089           {
2090             color_info->name=ConstantString(token);
2091             break;
2092           }
2093         break;
2094       }
2095       case 'S':
2096       case 's':
2097       {
2098         if (LocaleCompare((char *) keyword,"stealth") == 0)
2099           {
2100             color_info->stealth=IsStringTrue(token);
2101             break;
2102           }
2103         break;
2104       }
2105       default:
2106         break;
2107     }
2108   }
2109   token=(char *) RelinquishMagickMemory(token);
2110   return(status);
2111 }
2112 \f
2113 /*
2114 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2115 %                                                                             %
2116 %                                                                             %
2117 %                                                                             %
2118 +   Q u e r y C o l o r C o m p l i a n c e                                   %
2119 %                                                                             %
2120 %                                                                             %
2121 %                                                                             %
2122 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2123 %
2124 %  QueryColorCompliance() returns the red, green, blue, and alpha intensities
2125 %  for a given color name and standards compliance.
2126 %
2127 %  The format of the QueryColorCompliance method is:
2128 %
2129 %      MagickBooleanType QueryColorCompliance(const char *name,
2130 %        const ComplianceType compliance,PixelInfo *color,
2131 %        ExceptionInfo *exception)
2132 %
2133 %  A description of each parameter follows:
2134 %
2135 %    o name: the color name (e.g. white, blue, yellow).
2136 %
2137 %    o compliance: Adhere to this color standard: SVG, X11, or XPM.
2138 %
2139 %    o color: the red, green, blue, and opacity intensities values of the
2140 %      named color in this structure.
2141 %
2142 %    o exception: return any errors or warnings in this structure.
2143 %
2144 */
2145 MagickExport MagickBooleanType QueryColorCompliance(const char *name,
2146   const ComplianceType compliance,PixelInfo *color,ExceptionInfo *exception)
2147 {
2148   extern const char
2149     BackgroundColor[];
2150
2151   GeometryInfo
2152     geometry_info;
2153
2154   double
2155     scale;
2156
2157   MagickStatusType
2158     flags;
2159
2160   register const ColorInfo
2161     *p;
2162
2163   register ssize_t
2164     i;
2165
2166   ssize_t
2167     type;
2168
2169   /*
2170     Initialize color return value.
2171   */
2172   assert(name != (const char *) NULL);
2173   (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",name);
2174   assert(color != (PixelInfo *) NULL);
2175   GetPixelInfo((Image *) NULL,color);
2176   if ((name == (char *) NULL) || (*name == '\0'))
2177     name=BackgroundColor;
2178   while (isspace((int) ((unsigned char) *name)) != 0)
2179     name++;
2180   if (*name == '#')
2181     {
2182       char
2183         c;
2184
2185       PixelPacket
2186         pixel;
2187
2188       QuantumAny
2189         range;
2190
2191       size_t
2192         depth,
2193         n;
2194
2195       /*
2196         Parse hex color.
2197       */
2198       (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
2199       name++;
2200       for (n=0; isxdigit((int) ((unsigned char) name[n])) != 0; n++) ;
2201       if ((n % 3) == 0)
2202         {
2203           do
2204           {
2205             pixel.red=pixel.green;
2206             pixel.green=pixel.blue;
2207             pixel.blue=0;
2208             for (i=(ssize_t) (n/3-1); i >= 0; i--)
2209             {
2210               c=(*name++);
2211               pixel.blue<<=4;
2212               if ((c >= '0') && (c <= '9'))
2213                 pixel.blue|=(int) (c-'0');
2214               else
2215                 if ((c >= 'A') && (c <= 'F'))
2216                   pixel.blue|=(int) c-((int) 'A'-10);
2217                 else
2218                   if ((c >= 'a') && (c <= 'f'))
2219                     pixel.blue|=(int) c-((int) 'a'-10);
2220                   else
2221                     return(MagickFalse);
2222             }
2223           } while (isxdigit((int) ((unsigned char) *name)) != 0);
2224           depth=4*(n/3);
2225         }
2226       else
2227         {
2228           if ((n % 4) != 0)
2229             {
2230               (void) ThrowMagickException(exception,GetMagickModule(),
2231                 OptionWarning,"UnrecognizedColor","`%s'",name);
2232               return(MagickFalse);
2233             }
2234           do
2235           {
2236             pixel.red=pixel.green;
2237             pixel.green=pixel.blue;
2238             pixel.blue=pixel.alpha;
2239             pixel.alpha=0;
2240             for (i=(ssize_t) (n/4-1); i >= 0; i--)
2241             {
2242               c=(*name++);
2243               pixel.alpha<<=4;
2244               if ((c >= '0') && (c <= '9'))
2245                 pixel.alpha|=(int) (c-'0');
2246               else
2247                 if ((c >= 'A') && (c <= 'F'))
2248                   pixel.alpha|=(int) c-((int) 'A'-10);
2249                 else
2250                   if ((c >= 'a') && (c <= 'f'))
2251                     pixel.alpha|=(int) c-((int) 'a'-10);
2252                   else
2253                     return(MagickFalse);
2254             }
2255           } while (isxdigit((int) ((unsigned char) *name)) != 0);
2256           depth=4*(n/4);
2257         }
2258       color->colorspace=sRGBColorspace;
2259       color->depth=depth;
2260       color->alpha_trait=UndefinedPixelTrait;
2261       range=GetQuantumRange(depth);
2262       color->red=(double) ScaleAnyToQuantum(pixel.red,range);
2263       color->green=(double) ScaleAnyToQuantum(pixel.green,range);
2264       color->blue=(double) ScaleAnyToQuantum(pixel.blue,range);
2265       color->alpha=(double) OpaqueAlpha;
2266       if ((n % 3) != 0)
2267         {
2268           color->alpha_trait=BlendPixelTrait;
2269           color->alpha=(double) ScaleAnyToQuantum(pixel.alpha,range);
2270         }
2271       color->black=0.0;
2272       return(MagickTrue);
2273     }
2274   if (strchr(name,'(') != (char *) NULL)
2275     {
2276       char
2277         colorspace[MaxTextExtent];
2278
2279       MagickBooleanType
2280         icc_color;
2281
2282       /*
2283         Parse color of the form rgb(100,255,0).
2284       */
2285       (void) CopyMagickString(colorspace,name,MaxTextExtent);
2286       for (i=0; colorspace[i] != '\0'; i++)
2287         if (colorspace[i] == '(')
2288           break;
2289       colorspace[i--]='\0';
2290       scale=(double) ScaleCharToQuantum(1);
2291       icc_color=MagickFalse;
2292       if (LocaleNCompare(colorspace,"device-",7) == 0)
2293         {
2294           (void) CopyMagickString(colorspace,colorspace+7,MaxTextExtent);
2295           scale=(double) QuantumRange;
2296           icc_color=MagickTrue;
2297         }
2298       if (LocaleCompare(colorspace,"icc-color") == 0)
2299         {
2300           register ssize_t
2301             j;
2302
2303           (void) CopyMagickString(colorspace,name+i+2,MaxTextExtent);
2304           for (j=0; colorspace[j] != '\0'; j++)
2305             if (colorspace[j] == ',')
2306               break;
2307           colorspace[j--]='\0';
2308           i+=j+3;
2309           scale=(double) QuantumRange;
2310           icc_color=MagickTrue;
2311         }
2312       LocaleLower(colorspace);
2313       color->alpha_trait=UndefinedPixelTrait;
2314       if ((i > 0) && (colorspace[i] == 'a'))
2315         {
2316           colorspace[i]='\0';
2317           color->alpha_trait=BlendPixelTrait;
2318         }
2319       type=ParseCommandOption(MagickColorspaceOptions,MagickFalse,colorspace);
2320       if (type < 0)
2321         {
2322           (void) ThrowMagickException(exception,GetMagickModule(),
2323             OptionWarning,"UnrecognizedColor","`%s'",name);
2324           return(MagickFalse);
2325         }
2326       color->colorspace=(ColorspaceType) type;
2327       if (IfMagickFalse(icc_color) && (color->colorspace == RGBColorspace))
2328         {
2329           color->colorspace=sRGBColorspace;  /* as required by SVG standard */
2330           color->depth=8;
2331         }
2332       SetGeometryInfo(&geometry_info);
2333       flags=ParseGeometry(name+i+1,&geometry_info);
2334       if (flags == 0)
2335         {
2336           char
2337             *colorname;
2338
2339           ColorspaceType
2340             colorspace;
2341
2342           colorspace=color->colorspace;
2343           colorname=AcquireString(name+i+1);
2344           (void) SubstituteString(&colorname,")","");
2345           (void) QueryColorCompliance(colorname,AllCompliance,color,exception);
2346           colorname=DestroyString(colorname);
2347           color->colorspace=colorspace;
2348         }
2349       else
2350         {
2351           if ((flags & PercentValue) != 0)
2352             scale=(double) (QuantumRange/100.0);
2353           if ((flags & RhoValue) != 0)
2354             color->red=(double) ClampToQuantum(scale*geometry_info.rho);
2355           if ((flags & SigmaValue) != 0)
2356             color->green=(double) ClampToQuantum(scale*
2357               geometry_info.sigma);
2358           if ((flags & XiValue) != 0)
2359             color->blue=(double) ClampToQuantum(scale*geometry_info.xi);
2360           color->alpha=(double) OpaqueAlpha;
2361           if ((flags & PsiValue) != 0)
2362             {
2363               if (color->colorspace == CMYKColorspace)
2364                 color->black=(double) ClampToQuantum(scale*
2365                   geometry_info.psi);
2366               else
2367                 if (color->alpha_trait == BlendPixelTrait)
2368                   color->alpha=(double) ClampToQuantum(QuantumRange*
2369                     geometry_info.psi);
2370             }
2371           if (((flags & ChiValue) != 0) &&
2372               (color->alpha_trait == BlendPixelTrait))
2373             color->alpha=(double) ClampToQuantum(QuantumRange*
2374               geometry_info.chi);
2375           if (LocaleCompare(colorspace,"gray") == 0)
2376             {
2377               color->colorspace=GRAYColorspace;
2378               color->green=color->red;
2379               color->blue=color->red;
2380               if (((flags & SigmaValue) != 0) &&
2381                   (color->alpha_trait == BlendPixelTrait))
2382                 color->alpha=(double) ClampToQuantum(QuantumRange*
2383                   geometry_info.sigma);
2384             }
2385           if ((LocaleCompare(colorspace,"HCL") == 0) ||
2386               (LocaleCompare(colorspace,"HSB") == 0) ||
2387               (LocaleCompare(colorspace,"HSL") == 0) ||
2388               (LocaleCompare(colorspace,"HWB") == 0))
2389             {
2390               double
2391                 blue,
2392                 green,
2393                 red;
2394
2395               if (LocaleCompare(colorspace,"HCL") == 0)
2396                 color->colorspace=HCLColorspace;
2397               else
2398                 if (LocaleCompare(colorspace,"HSB") == 0)
2399                   color->colorspace=HSBColorspace;
2400                 else
2401                   if (LocaleCompare(colorspace,"HSL") == 0)
2402                     color->colorspace=HSLColorspace;
2403                   else
2404                     if (LocaleCompare(colorspace,"HWB") == 0)
2405                       color->colorspace=HWBColorspace;
2406               scale=1.0/360.0;
2407               if ((flags & PercentValue) != 0)
2408                 scale=1.0/100.0;
2409               geometry_info.rho*=360.0*scale;
2410               scale=1.0/255.0;
2411               if ((flags & PercentValue) != 0)
2412                 scale=1.0/100.0;
2413               geometry_info.sigma*=scale;
2414               geometry_info.xi*=scale;
2415               if (LocaleCompare(colorspace,"HCL") == 0)
2416                 ConvertHCLToRGB(fmod(fmod(geometry_info.rho,360.0)+360.0,
2417                   360.0)/360.0,geometry_info.sigma,geometry_info.xi,&red,
2418                   &green,&blue);
2419               else
2420                 if (LocaleCompare(colorspace,"HSB") == 0)
2421                   ConvertHSBToRGB(fmod(fmod(geometry_info.rho,360.0)+360.0,
2422                     360.0)/360.0,geometry_info.sigma,geometry_info.xi,&red,
2423                     &green,&blue);
2424                 else
2425                   if (LocaleCompare(colorspace,"HSL") == 0)
2426                     ConvertHSLToRGB(fmod(fmod(geometry_info.rho,360.0)+360.0,
2427                       360.0)/360.0,geometry_info.sigma,geometry_info.xi,&red,
2428                       &green,&blue);
2429                   else
2430                     ConvertHWBToRGB(fmod(fmod(geometry_info.rho,360.0)+360.0,
2431                       360.0)/360.0,geometry_info.sigma,geometry_info.xi,&red,
2432                       &green,&blue);
2433               color->colorspace=sRGBColorspace;
2434               color->red=(MagickRealType) red;
2435               color->green=(MagickRealType) green;
2436               color->blue=(MagickRealType) blue;
2437             }
2438         }
2439       return(MagickTrue);
2440     }
2441   /*
2442     Parse named color.
2443   */
2444   p=GetColorCompliance(name,compliance,exception);
2445   if (p == (const ColorInfo *) NULL)
2446     return(MagickFalse);
2447   color->colorspace=sRGBColorspace;
2448   color->depth=8;
2449   color->alpha_trait=p->color.alpha != OpaqueAlpha ? BlendPixelTrait :
2450     UndefinedPixelTrait;
2451   color->red=(double) p->color.red;
2452   color->green=(double) p->color.green;
2453   color->blue=(double) p->color.blue;
2454   color->alpha=(double) p->color.alpha;
2455   color->black=0.0;
2456   return(MagickTrue);
2457 }
2458 \f
2459 /*
2460 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2461 %                                                                             %
2462 %                                                                             %
2463 %                                                                             %
2464 %  Q u e r y C o l o r n a m e                                                %
2465 %                                                                             %
2466 %                                                                             %
2467 %                                                                             %
2468 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2469 %
2470 %  QueryColorname() returns a named color for the given color intensity.
2471 %  If an exact match is not found, a hex value is returned instead.  For
2472 %  example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223)
2473 %  returns #dfdfdf.
2474 %
2475 %  UPDATE: the 'image' argument is no longer needed as all information should
2476 %  have been preset using GetPixelInfo().
2477 %
2478 %  The format of the QueryColorname method is:
2479 %
2480 %      MagickBooleanType QueryColorname(const Image *image,
2481 %        const PixelInfo *color,const ComplianceType compliance,char *name,
2482 %        ExceptionInfo *exception)
2483 %
2484 %  A description of each parameter follows.
2485 %
2486 %    o image: the image. (not used! - color gets settings from GetPixelInfo()
2487 %
2488 %    o color: the color intensities.
2489 %
2490 %    o Compliance: Adhere to this color standard: SVG, X11, or XPM.
2491 %
2492 %    o name: Return the color name or hex value.
2493 %
2494 %    o exception: return any errors or warnings in this structure.
2495 %
2496 */
2497
2498 MagickExport MagickBooleanType QueryColorname(
2499   const Image *magick_unused(image),const PixelInfo *color,
2500   const ComplianceType compliance,char *name,ExceptionInfo *exception)
2501 {
2502   PixelInfo
2503     pixel;
2504
2505   double
2506     alpha;
2507
2508   register const ColorInfo
2509     *p;
2510
2511   *name='\0';
2512   pixel=(*color);
2513   if (compliance == XPMCompliance)
2514     {
2515       pixel.alpha_trait=UndefinedPixelTrait;
2516       if ( pixel.depth > 16 )
2517         pixel.depth=16;
2518     }
2519   GetColorTuple(&pixel,IsMagickTrue(compliance != SVGCompliance),name);
2520   if (IfMagickFalse(IssRGBColorspace(pixel.colorspace)))
2521     return(MagickFalse);
2522   alpha=color->alpha_trait == BlendPixelTrait ? color->alpha : OpaqueAlpha;
2523   (void) GetColorInfo("*",exception);
2524   ResetLinkedListIterator(color_cache);
2525   p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
2526   while (p != (const ColorInfo *) NULL)
2527   {
2528     if (((p->compliance & compliance) != 0) &&
2529         ((fabs(p->color.red-color->red) < MagickEpsilon)) &&
2530          (fabs(p->color.green-color->green) < MagickEpsilon) &&
2531          (fabs(p->color.blue-color->blue) < MagickEpsilon) &&
2532          (fabs(p->color.alpha-alpha) < MagickEpsilon))
2533       {
2534         (void) CopyMagickString(name,p->name,MaxTextExtent);
2535         break;
2536       }
2537     p=(const ColorInfo *) GetNextValueInLinkedList(color_cache);
2538   }
2539   return(MagickTrue);
2540 }