| |
| |
| |
| |
| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| <title>MagickCore, C API: Mime Methods @ ImageMagick</title> |
| <meta name="application-name" content="ImageMagick" /> |
| <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves." /> |
| <meta name="application-url" content="https://www.imagemagick.org" /> |
| <meta name="generator" content="PHP" /> |
| <meta name="keywords" content="magickcore, c, api:, mime, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert" /> |
| <meta name="rating" content="GENERAL" /> |
| <meta name="robots" content="INDEX, FOLLOW" /> |
| <meta name="generator" content="ImageMagick Studio LLC" /> |
| <meta name="author" content="ImageMagick Studio LLC" /> |
| <meta name="revisit-after" content="2 DAYS" /> |
| <meta name="resource-type" content="document" /> |
| <meta name="copyright" content="Copyright (c) 1999-2017 ImageMagick Studio LLC" /> |
| <meta name="distribution" content="Global" /> |
| <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> |
| <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> |
| <link href="mime.html" rel="canonical" /> |
| <link href="https://www.imagemagick.org/images/wand.png" rel="icon" /> |
| <link href="https://www.imagemagick.org/images/wand.ico" rel="shortcut icon" /> |
| <link href="https://www.imagemagick.org/css/magick.html" rel="stylesheet" /> |
| </head> |
| <body> |
| <div class="magick-masthead"> |
| <div class="container"> |
| <script async="async" src="https://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" |
| style="display:block" |
| data-ad-client="ca-pub-3129977114552745" |
| data-ad-slot="6345125851" |
| data-ad-format="auto"></ins> |
| <script> |
| (adsbygoogle = window.adsbygoogle || []).push({}); |
| </script> |
| <nav class="nav magick-nav"> |
| <a class="nav-link " href="https://www.imagemagick.org/index.html">Home</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/download.html">Download</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/command-line-tools.html">Tools</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/command-line-processing.html">Command-line</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/resources.html">Resources</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/develop.html">Develop</a> |
| <a class="nav-link " href="https://www.imagemagick.org/script/search.html">Search</a> |
| <a class="nav-link float-right" href="https://www.imagemagick.org/discourse-server/">Community</a> |
| </nav> |
| </div> |
| </div> |
| <div class="container"> |
| <div class="magick-header"> |
| <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> |
| |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="AcquireMimeCache">AcquireMimeCache</a></h2> |
| |
| <p>AcquireMimeCache() caches one or more magic configurations which provides a mapping between magic attributes and a magic name.</p> |
| |
| <p>The format of the AcquireMimeCache method is:</p> |
| |
| <pre class="text"> |
| LinkedListInfo *AcquireMimeCache(const char *filename, |
| ExceptionInfo *exception) |
| </pre> |
| |
| <p>A description of each parameter follows:</p> |
| |
| <dd> |
| </dd> |
| |
| <dd> </dd> |
| <dl class="dl-horizontal"> |
| <dt>filename</dt> |
| <dd>the font file name. </dd> |
| |
| <dd> </dd> |
| <dt>exception</dt> |
| <dd>return any errors or warnings in this structure. </dd> |
| |
| <dd> </dd> |
| </dl> |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="GetMimeInfoList">GetMimeInfoList</a></h2> |
| |
| <p>GetMimeInfoList() returns any image aliases that match the specified pattern.</p> |
| |
| <p>The magic of the GetMimeInfoList function is:</p> |
| |
| <pre class="text"> |
| const MimeInfo **GetMimeInfoList(const char *pattern, |
| size_t *number_aliases,ExceptionInfo *exception) |
| </pre> |
| |
| <p>A description of each parameter follows:</p> |
| |
| <dd> |
| </dd> |
| |
| <dd> </dd> |
| <dl class="dl-horizontal"> |
| <dt>pattern</dt> |
| <dd>Specifies a pointer to a text string containing a pattern. </dd> |
| |
| <dd> </dd> |
| <dt>number_aliases</dt> |
| <dd> This integer returns the number of magics in the list. </dd> |
| |
| <dd> </dd> |
| <dt>exception</dt> |
| <dd>return any errors or warnings in this structure. </dd> |
| |
| <dd> </dd> |
| </dl> |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="GetMimeList">GetMimeList</a></h2> |
| |
| <p>GetMimeList() returns any image format alias that matches the specified pattern.</p> |
| |
| <p>The format of the GetMimeList function is:</p> |
| |
| <pre class="text"> |
| char **GetMimeList(const char *pattern,size_t *number_aliases, |
| ExceptionInfo *exception) |
| </pre> |
| |
| <p>A description of each parameter follows:</p> |
| |
| <dd> |
| </dd> |
| |
| <dd> </dd> |
| <dl class="dl-horizontal"> |
| <dt>pattern</dt> |
| <dd>Specifies a pointer to a text string containing a pattern. </dd> |
| |
| <dd> </dd> |
| <dt>number_aliases</dt> |
| <dd> This integer returns the number of image format aliases in the list. </dd> |
| |
| <dd> </dd> |
| <dt>exception</dt> |
| <dd>return any errors or warnings in this structure. </dd> |
| |
| <dd> </dd> |
| </dl> |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="GetMimeDescription">GetMimeDescription</a></h2> |
| |
| <p>GetMimeDescription() returns the mime type description.</p> |
| |
| <p>The format of the GetMimeDescription method is:</p> |
| |
| <pre class="text"> |
| const char *GetMimeDescription(const MimeInfo *mime_info) |
| </pre> |
| |
| <p>A description of each parameter follows:</p> |
| |
| <dd> |
| </dd> |
| |
| <dd> </dd> |
| <dl class="dl-horizontal"> |
| <dt>mime_info</dt> |
| <dd> The magic info. </dd> |
| |
| <dd> </dd> |
| </dl> |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="GetMimeType">GetMimeType</a></h2> |
| |
| <p>GetMimeType() returns the mime type.</p> |
| |
| <p>The format of the GetMimeType method is:</p> |
| |
| <pre class="text"> |
| const char *GetMimeType(const MimeInfo *mime_info) |
| </pre> |
| |
| <p>A description of each parameter follows:</p> |
| |
| <dd> |
| </dd> |
| |
| <dd> </dd> |
| <dl class="dl-horizontal"> |
| <dt>mime_info</dt> |
| <dd> The magic info. </dd> |
| |
| <dd> </dd> |
| </dl> |
| <h2><a href="http://www.imagemagick.org/api/MagickCore/mime_8c.html" id="ListMimeInfo">ListMimeInfo</a></h2> |
| |
| <p>ListMimeInfo() lists the magic info to a file.</p> |
| |
| <p>The format of the ListMimeInfo method is:</p> |
| |
| <pre class="text"> |
| MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception) |
| </pre> |
| |
| <p>A description of each parameter follows.</p> |
| |
| <dt>file</dt> |
| <p>An pointer to a FILE.</p> |
| |
| <dt>exception</dt> |
| <p>return any errors or warnings in this structure.</p> |
| |
| </div> |
| <footer class="magick-footer"> |
| <p><a href="https://www.imagemagick.org/script/support.html">Donate</a> • |
| <a href="https://www.imagemagick.org/script/sitemap.html">Sitemap</a> • |
| <a href="https://www.imagemagick.org/script/links.html">Related</a> • |
| <a href="https://www.imagemagick.org/script/security-policy.html">Security</a> • |
| <a href="https://www.imagemagick.org/script/architecture.html">Architecture</a> |
| </p> |
| <p><a href="mime.html#">Back to top</a> • |
| <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> • |
| <a href="https://www.imagemagick.org/script/contact.html">Contact Us</a></p> |
| <p><small>© 1999-2017 ImageMagick Studio LLC</small></p> |
| </footer> |
| </div><!-- /.container --> |
| |
| <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script> |
| <script src="https://www.imagemagick.org/js/magick.html"></script> |
| </body> |
| </html> |