1 2 3 4 5 <!DOCTYPE html> 6 <html lang="en"> 7 <head> 8 <meta charset="utf-8" /> 9 <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no" /> 10 <title>MagickCore, C API: Count the Colors in an Image @ ImageMagick</title> 11 <meta name="application-name" content="ImageMagick" /> 12 <meta name="description" content="Use ImageMagick to create, edit, compose, or convert bitmap images. You can resize your image, crop it, change its shades and colors, add captions, among other operations." /> 13 <meta name="application-url" content="https://imagemagick.org" /> 14 <meta name="generator" content="PHP" /> 15 <meta name="keywords" content="magickcore, c, api:, count, the, colors, in, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert" /> 16 <meta name="rating" content="GENERAL" /> 17 <meta name="robots" content="INDEX, FOLLOW" /> 18 <meta name="generator" content="ImageMagick Studio LLC" /> 19 <meta name="author" content="ImageMagick Studio LLC" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2017 ImageMagick Studio LLC" /> 23 <meta name="distribution" content="Global" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 26 <link href="color.html" rel="canonical" /> 27 <link href="../../images/wand.png" rel="icon" /> 28 <link href="../../images/wand.ico" rel="shortcut icon" /> 29 <link href="../assets/magick.css" rel="stylesheet" /> 30 </head> 31 <body> 32 <header> 33 <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> 34 <a class="navbar-brand" href="../../"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a> 35 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsMagick" aria-controls="navbarsMagick" aria-expanded="false" aria-label="Toggle navigation"> 36 <span class="navbar-toggler-icon"></span> 37 </button> 38 39 <div class="navbar-collapse collapse" id="navbarsMagick" style=""> 40 <ul class="navbar-nav mr-auto"> 41 <li class="nav-item "> 42 <a class="nav-link" href="quantize.html">Home <span class="sr-only">(current)</span></a> 43 </li> 44 <li class="nav-item "> 45 <a class="nav-link" href="../../www/download.html">Download</a> 46 </li> 47 <li class="nav-item "> 48 <a class="nav-link" href="../../www/command-line-tools.html">Tools</a> 49 </li> 50 <li class="nav-item "> 51 <a class="nav-link" href="../../www/command-line-processing.html">Command-line</a> 52 </li> 53 <li class="nav-item "> 54 <a class="nav-link" href="../../www/resources.html">Resources</a> 55 </li> 56 <li class="nav-item "> 57 <a class="nav-link" href="../../www/develop.html">Develop</a> 58 </li> 59 <li class="nav-item"> 60 <a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a> 61 </li> 62 </ul> 63 <form class="form-inline my-2 my-lg-0" action="https://imagemagick.org/script/search.php"> 64 <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search"> 65 <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button> 66 </form> 67 </div> 68 </nav> 69 <div class="container"> 70 <script async="async" src="https://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 71 style="display:block" 72 data-ad-client="ca-pub-3129977114552745" 73 data-ad-slot="6345125851" 74 data-ad-format="auto"></ins> 75 <script> 76 (adsbygoogle = window.adsbygoogle || []).push({}); 77 </script> 78 79 </div> 80 </header> 81 <main class="container"> 82 <div class="magick-template"> 83 <div class="magick-header"> 84 <p class="text-center"><a href="color.html#AcquireColorCache">AcquireColorCache</a> • <a href="color.html#GetColorInfoList">GetColorInfoList</a> • <a href="color.html#GetColorList">GetColorList</a> • <a href="color.html#ListColorInfo">ListColorInfo</a> • <a href="color.html#QueryColorname">QueryColorname</a></p> 85 86 <h2><a href="../../api/MagickCore/color_8c.html" id="AcquireColorCache">AcquireColorCache</a></h2> 87 88 <p>AcquireColorCache() caches one or more color configurations which provides a mapping between color attributes and a color name.</p> 89 90 <p>The format of the AcquireColorCache method is:</p> 91 92 <pre class="text"> 93 LinkedListInfo *AcquireColorCache(const char *filename, 94 ExceptionInfo *exception) 95 </pre> 96 97 <p>A description of each parameter follows:</p> 98 99 <dd> 100 </dd> 101 102 <dd> </dd> 103 <dl class="dl-horizontal"> 104 <dt>filename</dt> 105 <dd>the font file name. </dd> 106 107 <dd> </dd> 108 <dt>exception</dt> 109 <dd>return any errors or warnings in this structure. </dd> 110 111 <dd> </dd> 112 </dl> 113 <h2><a href="../../api/MagickCore/color_8c.html" id="GetColorInfoList">GetColorInfoList</a></h2> 114 115 <p>GetColorInfoList() returns any colors that match the specified pattern.</p> 116 117 <p>The format of the GetColorInfoList function is:</p> 118 119 <pre class="text"> 120 const ColorInfo **GetColorInfoList(const char *pattern, 121 size_t *number_colors,ExceptionInfo *exception) 122 </pre> 123 124 <p>A description of each parameter follows:</p> 125 126 <dd> 127 </dd> 128 129 <dd> </dd> 130 <dl class="dl-horizontal"> 131 <dt>pattern</dt> 132 <dd>Specifies a pointer to a text string containing a pattern. </dd> 133 134 <dd> </dd> 135 <dt>number_colors</dt> 136 <dd> This integer returns the number of colors in the list. </dd> 137 138 <dd> </dd> 139 <dt>exception</dt> 140 <dd>return any errors or warnings in this structure. </dd> 141 142 <dd> </dd> 143 </dl> 144 <h2><a href="../../api/MagickCore/color_8c.html" id="GetColorList">GetColorList</a></h2> 145 146 <p>GetColorList() returns any colors that match the specified pattern.</p> 147 148 <p>The format of the GetColorList function is:</p> 149 150 <pre class="text"> 151 char **GetColorList(const char *pattern,size_t *number_colors, 152 ExceptionInfo *exception) 153 </pre> 154 155 <p>A description of each parameter follows:</p> 156 157 <dd> 158 </dd> 159 160 <dd> </dd> 161 <dl class="dl-horizontal"> 162 <dt>pattern</dt> 163 <dd>Specifies a pointer to a text string containing a pattern. </dd> 164 165 <dd> </dd> 166 <dt>number_colors</dt> 167 <dd> This integer returns the number of colors in the list. </dd> 168 169 <dd> </dd> 170 <dt>exception</dt> 171 <dd>return any errors or warnings in this structure. </dd> 172 173 <dd> </dd> 174 </dl> 175 <h2><a href="../../api/MagickCore/color_8c.html" id="ListColorInfo">ListColorInfo</a></h2> 176 177 <p>ListColorInfo() lists color names to the specified file. Color names are a convenience. Rather than defining a color by its red, green, and blue intensities just use a color name such as white, blue, or yellow.</p> 178 179 <p>The format of the ListColorInfo method is:</p> 180 181 <pre class="text"> 182 MagickBooleanType ListColorInfo(FILE *file,ExceptionInfo *exception) 183 </pre> 184 185 <p>A description of each parameter follows.</p> 186 187 <dt>file</dt> 188 <p>List color names to this file handle.</p> 189 190 <dt>exception</dt> 191 <p>return any errors or warnings in this structure.</p> 192 193 <h2><a href="../../api/MagickCore/color_8c.html" id="QueryColorname">QueryColorname</a></h2> 194 195 <p>QueryColorname() returns a named color for the given color intensity. If an exact match is not found, a hex value is returned instead. For example an intensity of rgb:(0,0,0) returns black whereas rgb:(223,223,223) returns #dfdfdf.</p> 196 197 <p>UPDATE: the 'image' argument is no longer needed as all information should have been preset using GetPixelInfo().</p> 198 199 <p>The format of the QueryColorname method is:</p> 200 201 <pre class="text"> 202 MagickBooleanType QueryColorname(const Image *image, 203 const PixelInfo *color,const ComplianceType compliance,char *name, 204 ExceptionInfo *exception) 205 </pre> 206 207 <p>A description of each parameter follows.</p> 208 209 <dt>image</dt> 210 <p>the image. (not used! - color gets settings from GetPixelInfo()</p> 211 212 <dt>color</dt> 213 <p>the color intensities.</p> 214 215 <dt>Compliance</dt> 216 <p>Adhere to this color standard: SVG, X11, or XPM.</p> 217 218 <dt>name</dt> 219 <p>Return the color name or hex value.</p> 220 221 <dt>exception</dt> 222 <p>return any errors or warnings in this structure.</p> 223 224 </div> 225 </div> 226 </main><!-- /.container --> 227 <footer class="magick-footer"> 228 <p><a href="../../www/security-policy.html">Security</a> 229 <a href="../../www/architecture.html">Architecture</a> 230 <a href="../../www/links.html">Related</a> 231 <a href="../../www/sitemap.html">Sitemap</a> 232 233 <a href="color.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a> 234 235 <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> 236 <a href="../../www/support.html">Donate</a> 237 <a href="../../www/contact.html">Contact Us</a> 238 <br/> 239 <small> 1999-2019 ImageMagick Studio LLC</small></p> 240 </footer> 241 242 <!-- Javascript assets --> 243 <script src="../assets/magick.js" crossorigin="anonymous"></script> 244 <script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.3.1/jquery.min.js"><\/script>')</script> 245 </body> 246 </html> 247 <!-- Magick Cache 30th December 2018 10:01 -->