blob: d924a247e1b71fb93a0696ed535b9a661f38b6f3 [file] [log] [blame]
cristy44443b92015-05-05 00:06:07 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html lang="en">
cristy06f63f22012-10-31 00:50:07 +00003<head>
cristy44443b92015-05-05 00:06:07 +00004 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
cristyffb69ed2010-12-25 00:06:48 +00007 <title>ImageMagick: MagickCore, C API for ImageMagick: Read or List Image formats</title>
cristy44443b92015-05-05 00:06:07 +00008 <meta http-equiv="content-language" content="en-US">
9 <meta http-equiv="content-type" content="text/html; charset=utf-8">
10 <meta http-equiv="reply-to" content="magick-users@imagemagick.org">
11 <meta name="application-name" content="ImageMagick">
12 <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.">
13 <meta name="application-url" content="http://www.imagemagick.org">
14 <meta name="generator" content="PHP">
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, list, image, formats, 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-2012 ImageMagick Studio LLC">
23 <meta name="distribution" content="Global">
24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
25 <link rel="icon" href="../../images/wand.png">
26 <link rel="shortcut icon" href="../../images/wand.ico" type="images/x-icon">
27 <link rel="stylesheet" href="css/bootstrap.min.css">
28 <link rel="stylesheet" href="css/magick.css">
cristy06f63f22012-10-31 00:50:07 +000029</head>
30
cristy44443b92015-05-05 00:06:07 +000031<body>
cristy06f63f22012-10-31 00:50:07 +000032<div class="main">
cristy44443b92015-05-05 00:06:07 +000033<div class="magick-masthead">
34 <div class="container">
35 <script type="text/javascript">
36 <!--
37 google_ad_client = "pub-3129977114552745";
38 google_ad_slot = "5439289906";
39 google_ad_width = 728;
40 google_ad_height = 90;
41 //-->
42 </script>
43 <center><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
44 </script></center>
45 <nav class="magick-nav">
46 <a class="magick-nav-item " href="../../index.html">Home</a>
47 <a class="magick-nav-item " href="../../www/binary-releases.html">Downloads</a>
48 <a class="magick-nav-item " href="../../www/command-line-tools.html">Tools</a>
49 <a class="magick-nav-item " href="../../www/command-line-options.html">Options</a>
50 <a class="magick-nav-item " href="../../www/api.html">Development</a>
51 <a class="magick-nav-item" href="http://www.imagemagick.org/discourse-server/">Community</a>
52 <a class="magick-nav-item navbar-right " href="http://www.imagemagick.org/script/search.php">Search</a>
53 </nav>
54 </div>
55</div>
56<div class="container">
57<p class="text-center"><a href="magick.html#AcquireMagickInfo">AcquireMagickInfo</a><a href="magick.html#GetMagickPrecision">GetMagickPrecision</a><a href="magick.html#IsMagickCoreInstantiated">IsMagickCoreInstantiated</a><a href="magick.html#MagickCoreGenesis">MagickCoreGenesis</a><a href="magick.html#MagickCoreTerminus">MagickCoreTerminus</a><a href="magick.html#SetMagickPrecision">SetMagickPrecision</a></p>
cristy06f63f22012-10-31 00:50:07 +000058
cristy44443b92015-05-05 00:06:07 +000059<div class="magick-header">
60<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="AcquireMagickInfo">AcquireMagickInfo</a></h2>
cristy3ed852e2009-09-05 21:47:34 +000061
cristy44443b92015-05-05 00:06:07 +000062<p>AcquireMagickInfo() allocates a MagickInfo structure and initializes the members to default values.</p>
63
64<p>The format of the AcquireMagickInfo method is:</p>
65
66<pre class="text">
67MagickInfo *AcquireMagickInfo(const char *module, const char *name,)
68</pre>
69
70<p>A description of each parameter follows:</p>
71
72<dd>
73</dd>
74
75<dd> </dd>
76<dl class="dl-horizontal">
77<dt>module</dt>
78<dd>a character string that represents the module associated with the MagickInfo structure. </dd>
79
80<dd> </dd>
81<dt>name</dt>
82<dd>a character string that represents the image format associated with the MagickInfo structure. </dd>
83
84<dd> </dd>
85<dt>description</dt>
86<dd>a character string that represents the image format associated with the MagickInfo structure. </dd>
87
88<dd> </dd>
89</dl>
cristy20398432011-08-11 01:31:50 +000090<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="GetMagickPrecision">GetMagickPrecision</a></h2>
cristy20398432011-08-11 01:31:50 +000091
92<p>GetMagickPrecision() returns the maximum number of significant digits to be printed.</p>
93
94<p>The format of the GetMagickPrecision method is:</p>
95
cristy44443b92015-05-05 00:06:07 +000096<pre class="text">
97int GetMagickPrecision(void)
cristy20398432011-08-11 01:31:50 +000098</pre>
99
cristy44443b92015-05-05 00:06:07 +0000100<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="IsMagickCoreInstantiated">IsMagickCoreInstantiated</a></h2>
cristy20398432011-08-11 01:31:50 +0000101
cristy44443b92015-05-05 00:06:07 +0000102<p>IsMagickCoreInstantiated() returns MagickTrue if the ImageMagick environment is currently instantiated: MagickCoreGenesis() has been called but MagickDestroy() has not.</p>
cristy20398432011-08-11 01:31:50 +0000103
cristy44443b92015-05-05 00:06:07 +0000104<p>The format of the IsMagickCoreInstantiated method is:</p>
cristy20398432011-08-11 01:31:50 +0000105
cristy44443b92015-05-05 00:06:07 +0000106<pre class="text">
107MagickBooleanType IsMagickCoreInstantiated(void)
cristy20398432011-08-11 01:31:50 +0000108</pre>
109
cristy20398432011-08-11 01:31:50 +0000110<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="MagickCoreGenesis">MagickCoreGenesis</a></h2>
cristy20398432011-08-11 01:31:50 +0000111
112<p>MagickCoreGenesis() initializes the MagickCore environment.</p>
113
114<p>The format of the MagickCoreGenesis function is:</p>
115
116<pre class="text">
cristy44443b92015-05-05 00:06:07 +0000117MagickCoreGenesis(const char *path,
118 const MagickBooleanType establish_signal_handlers)
cristy20398432011-08-11 01:31:50 +0000119</pre>
120
121<p>A description of each parameter follows:</p>
122
cristy44443b92015-05-05 00:06:07 +0000123<dd>
124</dd>
cristy20398432011-08-11 01:31:50 +0000125
cristy44443b92015-05-05 00:06:07 +0000126<dd> </dd>
127<dl class="dl-horizontal">
128<dt>path</dt>
129<dd>the execution path of the current ImageMagick client. </dd>
cristy20398432011-08-11 01:31:50 +0000130
cristy44443b92015-05-05 00:06:07 +0000131<dd> </dd>
132<dt>establish_signal_handlers</dt>
133<dd>set to MagickTrue to use MagickCore's own signal handlers for common signals. </dd>
134
135<dd> </dd>
136</dl>
cristy20398432011-08-11 01:31:50 +0000137<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="MagickCoreTerminus">MagickCoreTerminus</a></h2>
cristy20398432011-08-11 01:31:50 +0000138
139<p>MagickCoreTerminus() destroys the MagickCore environment.</p>
140
141<p>The format of the MagickCoreTerminus function is:</p>
142
143<pre class="text">
cristy44443b92015-05-05 00:06:07 +0000144MagickCoreTerminus(void)
cristy20398432011-08-11 01:31:50 +0000145</pre>
146
cristy20398432011-08-11 01:31:50 +0000147<h2><a href="http://www.imagemagick.org/api/MagickCore/magick_8c.html" id="SetMagickPrecision">SetMagickPrecision</a></h2>
cristy20398432011-08-11 01:31:50 +0000148
cristyeed6cb62012-01-28 19:38:34 +0000149<p>SetMagickPrecision() sets the maximum number of significant digits to be printed.</p>
150
151<p>An input argument of 0 returns the current precision setting.</p>
152
153<p>A negative value forces the precision to reset to a default value according to the environment variable "MAGICK_PRECISION", the current 'policy' configuration setting, or the default value of '6', in that order.</p>
cristy20398432011-08-11 01:31:50 +0000154
155<p>The format of the SetMagickPrecision method is:</p>
156
cristy44443b92015-05-05 00:06:07 +0000157<pre class="text">
158int SetMagickPrecision(const int precision)
cristy20398432011-08-11 01:31:50 +0000159</pre>
160
161<p>A description of each parameter follows:</p>
162
cristy44443b92015-05-05 00:06:07 +0000163<dd>
164</dd>
cristy20398432011-08-11 01:31:50 +0000165
cristy44443b92015-05-05 00:06:07 +0000166<dd> </dd>
167<dl class="dl-horizontal">
168<dt>precision</dt>
169<dd>set the maximum number of significant digits to be printed. </dd>
cristy06f63f22012-10-31 00:50:07 +0000170
cristy44443b92015-05-05 00:06:07 +0000171<dd> </dd>
172</dl>
cristy06f63f22012-10-31 00:50:07 +0000173</div>
cristy44443b92015-05-05 00:06:07 +0000174 <footer class="magick-footer">
175 <div class="magick-nav-item navbar-left">
176 <a href="../../www/support.html">Donations</a>
177 </div>
178 <div class="magick-nav-item navbar-right">
179 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../../index.html"></a>
180 <noscript>
181 <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
182 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
183 </noscript>
184 </div>
185 <p><a href="../../www/sitemap.html">Sitemap</a>
186 <a href="../../www/links.html">Related</a>
187 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Image Studio</a>
188 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
189 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
190</p>
191 <p><a href="magick.html#">Back to top</a>
192 <a href="../../www/contact.html">Contact Us</a></p>
193 </footer>
194</div><!-- /.container -->
cristy06f63f22012-10-31 00:50:07 +0000195
cristy44443b92015-05-05 00:06:07 +0000196 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
197 <script src="../../js/bootstrap.min.js"></script>
198 <script type="text/javascript">
199 /* */
200 (function() {
201 var s = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
202 s.type = 'text/javascript';
203 s.async = true;
204 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
205 t.parentNode.insertBefore(s, t);
206 })();
207 /* */
208 </script>
cristy44cbd482013-08-04 20:53:36 +0000209</div>
cristy06f63f22012-10-31 00:50:07 +0000210</body>
cristy5a367e42015-05-05 12:39:18 +0000211</html>