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: Mime Methods @ 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:, mime, methods, 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-2019 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="mime.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="mime.html#AcquireMimeCache">AcquireMimeCache</a> • <a href="mime.html#GetMimeInfoList">GetMimeInfoList</a> • <a href="mime.html#GetMimeList">GetMimeList</a> • <a href="mime.html#GetMimeDescription">GetMimeDescription</a> • <a href="mime.html#GetMimeType">GetMimeType</a> • <a href="mime.html#ListMimeInfo">ListMimeInfo</a></p> 85 86 <h2><a href="../../api/MagickCore/mime_8c.html" id="AcquireMimeCache">AcquireMimeCache</a></h2> 87 88 <p>AcquireMimeCache() caches one or more magic configurations which provides a mapping between magic attributes and a magic name.</p> 89 90 <p>The format of the AcquireMimeCache method is:</p> 91 92 <pre class="text"> 93 LinkedListInfo *AcquireMimeCache(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/mime_8c.html" id="GetMimeInfoList">GetMimeInfoList</a></h2> 114 115 <p>GetMimeInfoList() returns any image aliases that match the specified pattern.</p> 116 117 <p>The magic of the GetMimeInfoList function is:</p> 118 119 <pre class="text"> 120 const MimeInfo **GetMimeInfoList(const char *pattern, 121 size_t *number_aliases,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_aliases</dt> 136 <dd> This integer returns the number of magics 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/mime_8c.html" id="GetMimeList">GetMimeList</a></h2> 145 146 <p>GetMimeList() returns any image format alias that matches the specified pattern.</p> 147 148 <p>The format of the GetMimeList function is:</p> 149 150 <pre class="text"> 151 char **GetMimeList(const char *pattern,size_t *number_aliases, 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_aliases</dt> 167 <dd> This integer returns the number of image format aliases 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/mime_8c.html" id="GetMimeDescription">GetMimeDescription</a></h2> 176 177 <p>GetMimeDescription() returns the mime type description.</p> 178 179 <p>The format of the GetMimeDescription method is:</p> 180 181 <pre class="text"> 182 const char *GetMimeDescription(const MimeInfo *mime_info) 183 </pre> 184 185 <p>A description of each parameter follows:</p> 186 187 <dd> 188 </dd> 189 190 <dd> </dd> 191 <dl class="dl-horizontal"> 192 <dt>mime_info</dt> 193 <dd> The magic info. </dd> 194 195 <dd> </dd> 196 </dl> 197 <h2><a href="../../api/MagickCore/mime_8c.html" id="GetMimeType">GetMimeType</a></h2> 198 199 <p>GetMimeType() returns the mime type.</p> 200 201 <p>The format of the GetMimeType method is:</p> 202 203 <pre class="text"> 204 const char *GetMimeType(const MimeInfo *mime_info) 205 </pre> 206 207 <p>A description of each parameter follows:</p> 208 209 <dd> 210 </dd> 211 212 <dd> </dd> 213 <dl class="dl-horizontal"> 214 <dt>mime_info</dt> 215 <dd> The magic info. </dd> 216 217 <dd> </dd> 218 </dl> 219 <h2><a href="../../api/MagickCore/mime_8c.html" id="ListMimeInfo">ListMimeInfo</a></h2> 220 221 <p>ListMimeInfo() lists the magic info to a file.</p> 222 223 <p>The format of the ListMimeInfo method is:</p> 224 225 <pre class="text"> 226 MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception) 227 </pre> 228 229 <p>A description of each parameter follows.</p> 230 231 <dt>file</dt> 232 <p>An pointer to a FILE.</p> 233 234 <dt>exception</dt> 235 <p>return any errors or warnings in this structure.</p> 236 237 </div> 238 </div> 239 </main><!-- /.container --> 240 <footer class="magick-footer"> 241 <p><a href="../../www/security-policy.html">Security</a> 242 <a href="../../www/architecture.html">Architecture</a> 243 <a href="../../www/links.html">Related</a> 244 <a href="../../www/sitemap.html">Sitemap</a> 245 246 <a href="mime.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a> 247 248 <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> 249 <a href="../../www/support.html">Donate</a> 250 <a href="../../www/contact.html">Contact Us</a> 251 <br/> 252 <small> 1999-2019 ImageMagick Studio LLC</small></p> 253 </footer> 254 255 <!-- Javascript assets --> 256 <script src="../assets/magick.js" crossorigin="anonymous"></script> 257 <script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.3.1/jquery.min.js"><\/script>')</script> 258 </body> 259 </html> 260 <!-- Magick Cache 3rd January 2019 20:55 -->