<link href="./www/index.html" rel="canonical" />
<link href="images/wand.png" rel="icon" />
<link href="images/wand.ico" rel="shortcut icon" />
- <link href="www/assets/magick.css" rel="stylesheet" />
+ <link href="www/www/assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="./https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="www/https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="www/./www/https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</tr>
<tr>
<td><a href="./Usage/transform/#vision">Delineate image features</a></td>
- <td><a href="./https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25405">Canny edge detection</a>, <a href="./https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
+ <td><a href="././https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25405">Canny edge detection</a>, <a href="././https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
</tr>
<tr>
<td><a href="./Usage/fourier/">Discrete Fourier transform</a></td>
</tr>
<tr>
<td><a href="./Usage/transform/#vision">Noise and color reduction</a></td>
- <td><a href="./https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=26480">Kuwahara Filter</a>, <a href="./https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
+ <td><a href="././https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=26480">Kuwahara Filter</a>, <a href="././https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
</tr>
<tr>
<td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="www/high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced percision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less percision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <code>configure</code> script options: <code>--with-quantum-depth=8 --disable-hdri</code>.</p>
<h2 class="magick-post-title"><a class="anchor" id="community"></a>Community</h2>
-<p>To join the ImageMagick community, try the <a target="_blank" href="https://www.imagemagick.org/discourse-server/">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
+<p>To join the ImageMagick community, try the <a target="_blank" href="./https://www.imagemagick.org/discourse-server//">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
</div>
</div>
</main><!-- /.container -->
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="www/support.html">Donate</a> •
- <a href="www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="www/./www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
- <script src="www/assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="www/assets/jquery.min.js"><\/script>')</script>
+ <script src="www/www/assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="www/www/assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 31st December 2017 14:33 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<body>
<div class="doc-section">
<h1 align="center">Special Format Characters</h1>
-<p style="margin-bottom: 0cm">The Magick::Image methods <a href="http://www.imagemagick.org/Magick++/Image++.html#annotate"><i>annotate</i></a>, <a href="http://www.imagemagick.org/Magick++/Image++.html#draw"><i>draw</i></a>, <a href="http://www.imagemagick.org/Magick++/Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
+<p style="margin-bottom: 0cm">The Magick::Image methods <a href="Image++.html#annotate"><i>annotate</i></a>, <a href="Image++.html#draw"><i>draw</i></a>, <a href="Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
<br />
<p align="center" style="margin-bottom: 0cm"><b>Format Characters</b></p>
<center>
<td width="102">
<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a></p></td>
<td width="152">
-<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a> + <a href="http://www.imagemagick.org/Magick++/Image++.html#matte">matte</a></p></td>
+<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a> + <a href="Image++.html#matte">matte</a></p></td>
<td width="119">
<p align="center"><a href="Enumerations.html#ColorspaceType">CMYKColorspace</a></p></td></tr>
<tr>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<p>While <code>configure</code> is designed to ease installation of ImageMagick, it often discovers problems that would otherwise be encountered later when compiling ImageMagick. The configure script tests for headers and libraries by executing the compiler (CC) with the specified compilation flags (CFLAGS), pre-processor flags (CPPFLAGS), and linker flags (LDFLAGS). Any errors are logged to the file <code>config.log</code>. If configure fails to discover a header or library please review this log file to determine why, however, please be aware that *errors in the <code>config.log</code> are normal* because configure works by trying something and seeing if it fails. An error in <code>config.log</code> is only a problem if the test should have passed on your system.</p>
<p>Common causes of configure failures are: 1) a delegate header is not in the header include path (CPPFLAGS -I option); 2) a delegate library is not in the linker search/run path (LDFLAGS -L/-R option); 3) a delegate library is missing a function (old version?); or 4) compilation environment is faulty.</p>
-<p>If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the <a href="https://www.imagemagick.org/discourse-server//viewforum.html?f=3">ImageMagick Defect Support Forum</a>. All bug reports should contain the operating system type (as reported by <code>uname -a</code>) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of <code>config.log</code> file may be valuable in order to find the problem. If you post portions of <code>config.log</code>, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.</p>
+<p>If all reasonable corrective actions have been tried and the problem appears be due to a flaw in the configure script, please send a bug report to the <a href="https://www.imagemagick.org/discourse-server///viewforum.html?f=3">ImageMagick Defect Support Forum</a>. All bug reports should contain the operating system type (as reported by <code>uname -a</code>) and the compiler/compiler-version. A copy of the configure script output and/or the relevant portion of <code>config.log</code> file may be valuable in order to find the problem. If you post portions of <code>config.log</code>, please also send a script of the configure output and a description of what you expected to see (and why) so the failure you are observing can be identified and resolved.</p>
<p>ImageMagick is now configured and ready to build</p>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
</p>
<p><a href="api.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<link href="Image++.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 10:34 -->
\ No newline at end of file
<link href="animate.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 18:18 -->
\ No newline at end of file
<link href="annotate.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:02 -->
\ No newline at end of file
<link href="attribute.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 10:03 -->
\ No newline at end of file
<link href="blob.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 21:53 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/cache-view.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="cache-view.html#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> • <a href="cache-view.html#AcquireVirtualCacheView">AcquireVirtualCacheView</a> • <a href="cache-view.html#CloneCacheView">CloneCacheView</a> • <a href="cache-view.html#DestroyCacheView">DestroyCacheView</a> • <a href="cache-view.html#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="cache-view.html#GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a> • <a href="cache-view.html#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="cache-view.html#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="cache-view.html#GetCacheViewImage">GetCacheViewImage</a> • <a href="cache-view.html#GetCacheViewStorageClass">GetCacheViewStorageClass</a> • <a href="cache-view.html#GetCacheViewVirtualMetacontent">GetCacheViewVirtualMetacontent</a> • <a href="cache-view.html#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> • <a href="cache-view.html#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> • <a href="cache-view.html#GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a> • <a href="cache-view.html#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> • <a href="cache-view.html#GetOneCacheViewVirtualPixelInfo">GetOneCacheViewVirtualPixelInfo</a> • <a href="cache-view.html#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> • <a href="cache-view.html#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> • <a href="cache-view.html#SetCacheViewStorageClass">SetCacheViewStorageClass</a> • <a href="cache-view.html#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> • <a href="cache-view.html#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="cache-view.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="cache-view.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 12:11 -->
\ No newline at end of file
+<!-- Magick Cache 12th May 2018 17:38 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Cache Views</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, cache, views, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Cache Views @ 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:, cache, views, 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="https://www.imagemagick.org/api/cache-view.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="cache-view.php#AcquireAuthenticCacheView">AcquireAuthenticCacheView</a> • <a href="cache-view.php#AcquireVirtualCacheView">AcquireVirtualCacheView</a> • <a href="cache-view.php#CloneCacheView">CloneCacheView</a> • <a href="cache-view.php#DestroyCacheView">DestroyCacheView</a> • <a href="cache-view.php#GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a> • <a href="cache-view.php#GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a> • <a href="cache-view.php#GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a> • <a href="cache-view.php#GetCacheViewColorspace">GetCacheViewColorspace</a> • <a href="cache-view.php#GetCacheViewImage">GetCacheViewImage</a> • <a href="cache-view.php#GetCacheViewStorageClass">GetCacheViewStorageClass</a> • <a href="cache-view.php#GetCacheViewVirtualMetacontent">GetCacheViewVirtualMetacontent</a> • <a href="cache-view.php#GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a> • <a href="cache-view.php#GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a> • <a href="cache-view.php#GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a> • <a href="cache-view.php#GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a> • <a href="cache-view.php#GetOneCacheViewVirtualPixelInfo">GetOneCacheViewVirtualPixelInfo</a> • <a href="cache-view.php#GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a> • <a href="cache-view.php#QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a> • <a href="cache-view.php#SetCacheViewStorageClass">SetCacheViewStorageClass</a> • <a href="cache-view.php#SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a> • <a href="cache-view.php#SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="AcquireAuthenticCacheView">AcquireAuthenticCacheView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="AcquireAuthenticCacheView">AcquireAuthenticCacheView</a></h2>
<p>AcquireAuthenticCacheView() acquires an authentic view into the pixel cache. It always succeeds but may return a warning or informational exception.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="AcquireVirtualCacheView">AcquireVirtualCacheView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="AcquireVirtualCacheView">AcquireVirtualCacheView</a></h2>
<p>AcquireVirtualCacheView() acquires a virtual view into the pixel cache, using the VirtualPixelMethod that is defined within the given image itself. It always succeeds but may return a warning or informational exception.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="CloneCacheView">CloneCacheView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="CloneCacheView">CloneCacheView</a></h2>
<p>CloneCacheView() makes an exact copy of the specified cache view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="DestroyCacheView">DestroyCacheView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="DestroyCacheView">DestroyCacheView</a></h2>
<p>DestroyCacheView() destroys the specified view returned by a previous call to AcquireCacheView().</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticPixels">GetCacheViewAuthenticPixels</a></h2>
<p>GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticMetacontent">GetCacheViewAuthenticMetacontent</a></h2>
<p>GetCacheViewAuthenticMetacontent() returns the meta-content corresponding with the last call to SetCacheViewIndexes() or GetCacheViewAuthenticMetacontent(). The meta-content are authentic and can be updated.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewAuthenticPixelQueue">GetCacheViewAuthenticPixelQueue</a></h2>
<p>GetCacheViewAuthenticPixelQueue() returns the pixels associated with the last call to QueueCacheViewAuthenticPixels() or GetCacheViewAuthenticPixels(). The pixels are authentic and therefore can be updated.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewColorspace">GetCacheViewColorspace</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewColorspace">GetCacheViewColorspace</a></h2>
<p>GetCacheViewColorspace() returns the image colorspace associated with the specified view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewImage">GetCacheViewImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewImage">GetCacheViewImage</a></h2>
<p>GetCacheViewImage() returns the image associated with the specified view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewStorageClass">GetCacheViewStorageClass</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewStorageClass">GetCacheViewStorageClass</a></h2>
<p>GetCacheViewStorageClass() returns the image storage class associated with the specified view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualMetacontent">GetCacheViewVirtualMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualMetacontent">GetCacheViewVirtualMetacontent</a></h2>
<p>GetCacheViewVirtualMetacontent() returns the meta-content corresponding with the last call to GetCacheViewVirtualMetacontent(). The meta-content is virtual and therefore cannot be updated.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualPixelQueue">GetCacheViewVirtualPixelQueue</a></h2>
<p>GetCacheViewVirtualPixelQueue() returns the the pixels associated with the last call to GetCacheViewVirtualPixels(). The pixels are virtual and therefore cannot be updated.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetCacheViewVirtualPixels">GetCacheViewVirtualPixels</a></h2>
<p>GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewAuthenticPixel">GetOneCacheViewAuthenticPixel</a></h2>
<p>GetOneCacheViewAuthenticPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualPixel">GetOneCacheViewVirtualPixel</a></h2>
<p>GetOneCacheViewVirtualPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualPixelInfo">GetOneCacheViewVirtualPixelInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualPixelInfo">GetOneCacheViewVirtualPixelInfo</a></h2>
<p>GetOneCacheViewVirtualPixelInfo() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="GetOneCacheViewVirtualMethodPixel">GetOneCacheViewVirtualMethodPixel</a></h2>
<p>GetOneCacheViewVirtualMethodPixel() returns a single virtual pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="QueueCacheViewAuthenticPixels">QueueCacheViewAuthenticPixels</a></h2>
<p>QueueCacheViewAuthenticPixels() queues authentic pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SetCacheViewStorageClass">SetCacheViewStorageClass</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SetCacheViewStorageClass">SetCacheViewStorageClass</a></h2>
<p>SetCacheViewStorageClass() sets the image storage class associated with the specified view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SetCacheViewVirtualPixelMethod">SetCacheViewVirtualPixelMethod</a></h2>
<p>SetCacheViewVirtualPixelMethod() sets the virtual pixel method associated with the specified cache view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache-view_8c.html" id="SyncCacheViewAuthenticPixels">SyncCacheViewAuthenticPixels</a></h2>
<p>SyncCacheViewAuthenticPixels() saves the cache view pixels to the in-memory or disk cache. It returns MagickTrue if the pixel region is flushed, otherwise MagickFalse.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="cache-view.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="cache-view.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th May 2018 17:38 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/cache.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
-<p class="text-center"><a href="cache.html#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="cache.html#GetAuthenticMetacontent">GetAuthenticMetacontent</a> • <a href="cache.html#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="cache.html#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="cache.html#GetOneAuthenticPixel">GetOneAuthenticPixel</a> • <a href="cache.html#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="cache.html#GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a> • <a href="cache.html#GetVirtualMetacontent">GetVirtualMetacontent</a> • <a href="cache.html#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="cache.html#GetVirtualPixels">GetVirtualPixels</a> • <a href="cache.html#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="cache.html#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="cache.html#SyncAuthenticPixels">SyncAuthenticPixels</a></p>
+<p class="text-center"><a href="cache.html#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="cache.html#AcquirePixelCachePixels">AcquirePixelCachePixels</a> • <a href="cache.html#GetAuthenticMetacontent">GetAuthenticMetacontent</a> • <a href="cache.html#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="cache.html#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="cache.html#GetOneAuthenticPixel">GetOneAuthenticPixel</a> • <a href="cache.html#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="cache.html#GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a> • <a href="cache.html#GetVirtualMetacontent">GetVirtualMetacontent</a> • <a href="cache.html#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="cache.html#GetVirtualPixels">GetVirtualPixels</a> • <a href="cache.html#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="cache.html#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="cache.html#SyncAuthenticPixels">SyncAuthenticPixels</a></p>
<h2><a href="../../api/MagickCore/cache_8c.html" id="AcquirePixelCacheNexus">AcquirePixelCacheNexus</a></h2>
<dt>number_threads</dt>
<dd>the number of nexus threads. </dd>
+<dd> </dd>
+</dl>
+<h2><a href="../../api/MagickCore/cache_8c.html" id="AcquirePixelCachePixels">AcquirePixelCachePixels</a></h2>
+
+<p>AcquirePixelCachePixels() returns the pixels associated with the specified image.</p>
+
+<p>The format of the AcquirePixelCachePixels() method is:</p>
+
+<pre class="text">
+void *AcquirePixelCachePixels(const Image *image,size_t *length,
+ ExceptionInfo *exception)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>image</dt>
+<dd>the image. </dd>
+
+<dd> </dd>
+<dt>length</dt>
+<dd>the pixel cache length. </dd>
+
+<dd> </dd>
+<dt>exception</dt>
+<dd>return any errors or warnings in this structure. </dd>
+
<dd> </dd>
</dl>
<h2><a href="../../api/MagickCore/cache_8c.html" id="GetAuthenticMetacontent">GetAuthenticMetacontent</a></h2>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="cache.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="cache.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 05:01 -->
\ No newline at end of file
+<!-- Magick Cache 12th May 2018 12:10 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Get or Set Image Pixels</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get, or, set, image, pixels, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Get or Set Image Pixels @ 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:, get, or, set, image, pixels, 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="https://www.imagemagick.org/api/cache.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
-<p class="text-center"><a href="cache.php#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="cache.php#GetAuthenticMetacontent">GetAuthenticMetacontent</a> • <a href="cache.php#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="cache.php#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="cache.php#GetOneAuthenticPixel">GetOneAuthenticPixel</a> • <a href="cache.php#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="cache.php#GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a> • <a href="cache.php#GetVirtualMetacontent">GetVirtualMetacontent</a> • <a href="cache.php#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="cache.php#GetVirtualPixels">GetVirtualPixels</a> • <a href="cache.php#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="cache.php#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="cache.php#SyncAuthenticPixels">SyncAuthenticPixels</a></p>
+<p class="text-center"><a href="cache.php#AcquirePixelCacheNexus">AcquirePixelCacheNexus</a> • <a href="cache.php#AcquirePixelCachePixels">AcquirePixelCachePixels</a> • <a href="cache.php#GetAuthenticMetacontent">GetAuthenticMetacontent</a> • <a href="cache.php#GetAuthenticPixelQueue">GetAuthenticPixelQueue</a> • <a href="cache.php#GetAuthenticPixels">GetAuthenticPixels</a> • <a href="cache.php#GetOneAuthenticPixel">GetOneAuthenticPixel</a> • <a href="cache.php#GetOneVirtualPixel">GetOneVirtualPixel</a> • <a href="cache.php#GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a> • <a href="cache.php#GetVirtualMetacontent">GetVirtualMetacontent</a> • <a href="cache.php#GetVirtualPixelQueue">GetVirtualPixelQueue</a> • <a href="cache.php#GetVirtualPixels">GetVirtualPixels</a> • <a href="cache.php#QueueAuthenticPixels">QueueAuthenticPixels</a> • <a href="cache.php#SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a> • <a href="cache.php#SyncAuthenticPixels">SyncAuthenticPixels</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="AcquirePixelCacheNexus">AcquirePixelCacheNexus</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="AcquirePixelCacheNexus">AcquirePixelCacheNexus</a></h2>
<p>AcquirePixelCacheNexus() allocates the NexusInfo structure.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetAuthenticMetacontent">GetAuthenticMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="AcquirePixelCachePixels">AcquirePixelCachePixels</a></h2>
+
+<p>AcquirePixelCachePixels() returns the pixels associated with the specified image.</p>
+
+<p>The format of the AcquirePixelCachePixels() method is:</p>
+
+<pre class="text">
+void *AcquirePixelCachePixels(const Image *image,size_t *length,
+ ExceptionInfo *exception)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>image</dt>
+<dd>the image. </dd>
+
+<dd> </dd>
+<dt>length</dt>
+<dd>the pixel cache length. </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/cache_8c.html" id="GetAuthenticMetacontent">GetAuthenticMetacontent</a></h2>
<p>GetAuthenticMetacontent() returns the authentic metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the associated pixels are not available.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetAuthenticPixelQueue">GetAuthenticPixelQueue</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetAuthenticPixelQueue">GetAuthenticPixelQueue</a></h2>
<p>GetAuthenticPixelQueue() returns the authentic pixels associated corresponding with the last call to QueueAuthenticPixels() or GetAuthenticPixels().</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetAuthenticPixels">GetAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetAuthenticPixels">GetAuthenticPixels</a></h2>
<p>GetAuthenticPixels() obtains a pixel region for read/write access. If the region is successfully accessed, a pointer to a Quantum array representing the region is returned, otherwise NULL is returned.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneAuthenticPixel">GetOneAuthenticPixel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneAuthenticPixel">GetOneAuthenticPixel</a></h2>
<p>GetOneAuthenticPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneVirtualPixel">GetOneVirtualPixel</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneVirtualPixel">GetOneVirtualPixel</a></h2>
<p>GetOneVirtualPixel() returns a single virtual pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneAuthenticPixel() instead.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetOneVirtualPixelInfo">GetOneVirtualPixelInfo</a></h2>
<p>GetOneVirtualPixelInfo() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneAuthenticPixel() instead.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualMetacontent">GetVirtualMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualMetacontent">GetVirtualMetacontent</a></h2>
<p>GetVirtualMetacontent() returns the virtual metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the meta-content are not available.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualPixelQueue">GetVirtualPixelQueue</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualPixelQueue">GetVirtualPixelQueue</a></h2>
<p>GetVirtualPixelQueue() returns the virtual pixels associated corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels().</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualPixels">GetVirtualPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="GetVirtualPixels">GetVirtualPixels</a></h2>
<p>GetVirtualPixels() returns an immutable pixel region. If the region is successfully accessed, a pointer to it is returned, otherwise NULL is returned. The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or more full rows, since there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="QueueAuthenticPixels">QueueAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="QueueAuthenticPixels">QueueAuthenticPixels</a></h2>
<p>QueueAuthenticPixels() queues a mutable pixel region. If the region is successfully initialized a pointer to a Quantum array representing the region is returned, otherwise NULL is returned. The returned pointer may point to a temporary working buffer for the pixels or it may point to the final location of the pixels in memory.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="SetPixelCacheVirtualMethod">SetPixelCacheVirtualMethod</a></h2>
<p>SetPixelCacheVirtualMethod() sets the "virtual pixels" method for the pixel cache and returns the previous setting. A virtual pixel is any pixel access that is outside the boundaries of the image cache.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/cache_8c.html" id="SyncAuthenticPixels">SyncAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/cache_8c.html" id="SyncAuthenticPixels">SyncAuthenticPixels</a></h2>
<p>SyncAuthenticPixels() saves the image pixels to the in-memory or disk cache. The method returns MagickTrue if the pixel region is flushed, otherwise MagickFalse.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="cache.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="cache.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th May 2018 12:10 -->
\ No newline at end of file
<link href="channel.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 17:39 -->
\ No newline at end of file
<link href="cipher.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:26 -->
\ No newline at end of file
<link href="color.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 07:18 -->
\ No newline at end of file
<link href="colormap.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:25 -->
\ No newline at end of file
<link href="colorspace.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:25 -->
\ No newline at end of file
<link href="compare.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 10:04 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/composite.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="composite.html#CompositeImageCommand">CompositeImageCommand</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="composite.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="composite.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 14th February 2018 12:10 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2018 18:54 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Composite an Image</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, composite, an, image, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Composite an Image @ 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:, composite, an, image, 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="https://www.imagemagick.org/api/composite.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
-<p class="text-center"><a href="composite.php#CompositeImage">CompositeImage</a> • <a href="composite.php#TextureImage">TextureImage</a></p>
+<p class="text-center"><a href="composite.php#CompositeImageCommand">CompositeImageCommand</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/composite_8c.html" id="CompositeImage">CompositeImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/composite_8c.html" id="CompositeImageCommand">CompositeImageCommand</a></h2>
-<p>CompositeImage() returns the second image composited onto the first at the specified offset, using the specified composite method.</p>
+<p>CompositeImageCommand() reads one or more images and an optional mask and composites them into a new image.</p>
-<p>The format of the CompositeImage method is:</p>
+<p>The format of the CompositeImageCommand method is:</p>
<pre class="text">
-MagickBooleanType CompositeImage(Image *image,
- const Image *source_image,const CompositeOperator compose,
- const MagickBooleanType clip_to_self,const ssize_t x_offset,
- const ssize_t y_offset,ExceptionInfo *exception)
+MagickBooleanType CompositeImageCommand(ImageInfo *image_info,int argc,
+ char **argv,char **metadata,ExceptionInfo *exception)
</pre>
<p>A description of each parameter follows:</p>
<dd> </dd>
<dl class="dl-horizontal">
-<dt>image</dt>
-<dd>the canvas image, modified by he composition </dd>
-
-<dd> </dd>
-<dt>source_image</dt>
-<dd>the source image. </dd>
+<dt>image_info</dt>
+<dd>the image info. </dd>
<dd> </dd>
-<dt>compose</dt>
-<dd>This operator affects how the composite is applied to the image. The operators and how they are utilized are listed here http://www.w3.org/TR/SVG12/#compositing. </dd>
+<dt>argc</dt>
+<dd>the number of elements in the argument vector. </dd>
<dd> </dd>
-<dt>clip_to_self</dt>
-<dd>set to MagickTrue to limit composition to area composed. </dd>
+<dt>argv</dt>
+<dd>A text array containing the command line arguments. </dd>
<dd> </dd>
-<dt>x_offset</dt>
-<dd>the column offset of the composited image. </dd>
-
-<dd> </dd>
-<dt>y_offset</dt>
-<dd>the row offset of the composited image. </dd>
-
-<dd> Extra Controls from Image meta-data in 'image' (artifacts) </dd>
-
-<dd> o "compose:args" A string containing extra numerical arguments for specific compose methods, generally expressed as a 'geometry' or a comma separated list of numbers. </dd>
-
-<dd> Compose methods needing such arguments include "BlendCompositeOp" and "DisplaceCompositeOp". </dd>
+<dt>metadata</dt>
+<dd>any metadata is returned here. </dd>
<dd> </dd>
<dt>exception</dt>
<dd>return any errors or warnings in this structure. </dd>
-<dd> </dd>
-</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/composite_8c.html" id="TextureImage">TextureImage</a></h2>
-
-<p>TextureImage() repeatedly tiles the texture image across and down the image canvas.</p>
-
-<p>The format of the TextureImage method is:</p>
-
-<pre class="text">
-MagickBooleanType TextureImage(Image *image,const Image *texture,
- ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<dd>
-</dd>
-
-<dd> </dd>
-<dl class="dl-horizontal">
-<dt>image</dt>
-<dd>the image. </dd>
-
-<dd> </dd>
-<dt>texture_image</dt>
-<dd>This image is the texture to layer on the background. </dd>
-
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="composite.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="composite.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 17th May 2018 18:54 -->
\ No newline at end of file
<link href="constitute.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 12:43 -->
\ No newline at end of file
<link href="decorate.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th February 2018 16:01 -->
\ No newline at end of file
<link href="deprecate.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 03:56 -->
\ No newline at end of file
<link href="display.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 10:04 -->
\ No newline at end of file
<link href="distort.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 03:00 -->
\ No newline at end of file
<link href="draw.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 18:46 -->
\ No newline at end of file
<link href="drawing-wand.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 10:12 -->
\ No newline at end of file
<link href="effect.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 21:09 -->
\ No newline at end of file
<link href="enhance.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 10:03 -->
\ No newline at end of file
<link href="exception.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:26 -->
\ No newline at end of file
<link href="feature.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<link href="fourier.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 22:07 -->
\ No newline at end of file
<link href="fx.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 10:39 -->
\ No newline at end of file
<link href="histogram.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th February 2018 18:03 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/image-view.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="image-view.html#CloneImageView">CloneImageView</a> • <a href="image-view.html#DestroyImageView">DestroyImageView</a> • <a href="image-view.html#DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a> • <a href="image-view.html#GetImageViewAuthenticMetacontent">GetImageViewAuthenticMetacontent</a> • <a href="image-view.html#GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a> • <a href="image-view.html#GetImageViewException">GetImageViewException</a> • <a href="image-view.html#GetImageViewExtent">GetImageViewExtent</a> • <a href="image-view.html#GetImageViewImage">GetImageViewImage</a> • <a href="image-view.html#GetImageViewIterator">GetImageViewIterator</a> • <a href="image-view.html#GetImageViewVirtualMetacontent">GetImageViewVirtualMetacontent</a> • <a href="image-view.html#GetImageViewVirtualPixels">GetImageViewVirtualPixels</a> • <a href="image-view.html#IsImageView">IsImageView</a> • <a href="image-view.html#NewImageView">NewImageView</a> • <a href="image-view.html#NewImageViewRegion">NewImageViewRegion</a> • <a href="image-view.html#SetImageViewDescription">SetImageViewDescription</a> • <a href="image-view.html#SetImageViewIterator">SetImageViewIterator</a> • <a href="image-view.html#TransferImageViewIterator">TransferImageViewIterator</a> • <a href="image-view.html#UpdateImageViewIterator">UpdateImageViewIterator</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="image-view.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="image-view.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 12:11 -->
\ No newline at end of file
+<!-- Magick Cache 19th May 2018 03:48 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Image View Methods</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, image, view, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Image View 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:, image, view, 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="https://www.imagemagick.org/api/image-view.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="image-view.php#CloneImageView">CloneImageView</a> • <a href="image-view.php#DestroyImageView">DestroyImageView</a> • <a href="image-view.php#DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a> • <a href="image-view.php#GetImageViewAuthenticMetacontent">GetImageViewAuthenticMetacontent</a> • <a href="image-view.php#GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a> • <a href="image-view.php#GetImageViewException">GetImageViewException</a> • <a href="image-view.php#GetImageViewExtent">GetImageViewExtent</a> • <a href="image-view.php#GetImageViewImage">GetImageViewImage</a> • <a href="image-view.php#GetImageViewIterator">GetImageViewIterator</a> • <a href="image-view.php#GetImageViewVirtualMetacontent">GetImageViewVirtualMetacontent</a> • <a href="image-view.php#GetImageViewVirtualPixels">GetImageViewVirtualPixels</a> • <a href="image-view.php#IsImageView">IsImageView</a> • <a href="image-view.php#NewImageView">NewImageView</a> • <a href="image-view.php#NewImageViewRegion">NewImageViewRegion</a> • <a href="image-view.php#SetImageViewDescription">SetImageViewDescription</a> • <a href="image-view.php#SetImageViewIterator">SetImageViewIterator</a> • <a href="image-view.php#TransferImageViewIterator">TransferImageViewIterator</a> • <a href="image-view.php#UpdateImageViewIterator">UpdateImageViewIterator</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="CloneImageView">CloneImageView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="CloneImageView">CloneImageView</a></h2>
<p>CloneImageView() makes a copy of the specified image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="DestroyImageView">DestroyImageView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="DestroyImageView">DestroyImageView</a></h2>
<p>DestroyImageView() deallocates memory associated with a image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="DuplexTransferImageViewIterator">DuplexTransferImageViewIterator</a></h2>
<p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewAuthenticMetacontent">GetImageViewAuthenticMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewAuthenticMetacontent">GetImageViewAuthenticMetacontent</a></h2>
<p>GetImageViewAuthenticMetacontent() returns the image view authentic meta-content.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewAuthenticPixels">GetImageViewAuthenticPixels</a></h2>
<p>GetImageViewAuthenticPixels() returns the image view authentic pixels.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewException">GetImageViewException</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewException">GetImageViewException</a></h2>
<p>GetImageViewException() returns the severity, reason, and description of any error that occurs when utilizing a image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewExtent">GetImageViewExtent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewExtent">GetImageViewExtent</a></h2>
<p>GetImageViewExtent() returns the image view extent.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewImage">GetImageViewImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewImage">GetImageViewImage</a></h2>
<p>GetImageViewImage() returns the image associated with the image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewIterator">GetImageViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewIterator">GetImageViewIterator</a></h2>
<p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewVirtualMetacontent">GetImageViewVirtualMetacontent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewVirtualMetacontent">GetImageViewVirtualMetacontent</a></h2>
<p>GetImageViewVirtualMetacontent() returns the image view virtual meta-content.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewVirtualPixels">GetImageViewVirtualPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="GetImageViewVirtualPixels">GetImageViewVirtualPixels</a></h2>
<p>GetImageViewVirtualPixels() returns the image view virtual pixels.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="IsImageView">IsImageView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="IsImageView">IsImageView</a></h2>
<p>IsImageView() returns MagickTrue if the the parameter is verified as a image view object.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="NewImageView">NewImageView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="NewImageView">NewImageView</a></h2>
<p>NewImageView() returns a image view required for all other methods in the Image View API.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="NewImageViewRegion">NewImageViewRegion</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="NewImageViewRegion">NewImageViewRegion</a></h2>
<p>NewImageViewRegion() returns a image view required for all other methods in the Image View API.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="SetImageViewDescription">SetImageViewDescription</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="SetImageViewDescription">SetImageViewDescription</a></h2>
<p>SetImageViewDescription() associates a description with an image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="SetImageViewIterator">SetImageViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="SetImageViewIterator">SetImageViewIterator</a></h2>
<p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="TransferImageViewIterator">TransferImageViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="TransferImageViewIterator">TransferImageViewIterator</a></h2>
<p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image-view_8c.html" id="UpdateImageViewIterator">UpdateImageViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/image-view_8c.html" id="UpdateImageViewIterator">UpdateImageViewIterator</a></h2>
<p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="image-view.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="image-view.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 19th May 2018 03:48 -->
\ No newline at end of file
<link href="image.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 06:26 -->
\ No newline at end of file
<link href="layer.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 05:46 -->
\ No newline at end of file
<link href="list.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 16:26 -->
\ No newline at end of file
<link href="magick++-classes.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 04:01 -->
\ No newline at end of file
<link href="magick-deprecate.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 18:15 -->
\ No newline at end of file
<link href="magick-image.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 01:45 -->
\ No newline at end of file
<link href="magick-property.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 20:38 -->
\ No newline at end of file
<link href="magick-wand.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 09:25 -->
\ No newline at end of file
<link href="magick.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 10:37 -->
\ No newline at end of file
<link href="memory.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 10:05 -->
\ No newline at end of file
<link href="mime.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th February 2018 16:01 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/module.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="module.html#AcquireModuleInfo">AcquireModuleInfo</a> • <a href="module.html#DestroyModuleList">DestroyModuleList</a> • <a href="module.html#GetModuleInfo">GetModuleInfo</a> • <a href="module.html#GetModuleInfoList">GetModuleInfoList</a> • <a href="module.html#GetModuleList">GetModuleList</a> • <a href="module.html#GetMagickModulePath">GetMagickModulePath</a> • <a href="module.html#IsModuleTreeInstantiated">IsModuleTreeInstantiated</a> • <a href="module.html#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> • <a href="module.html#ListModuleInfo">ListModuleInfo</a> • <a href="module.html#OpenModule">OpenModule</a> • <a href="module.html#OpenModules">OpenModules</a> • <a href="module.html#RegisterModule">RegisterModule</a> • <a href="module.html#TagToCoderModuleName">TagToCoderModuleName</a> • <a href="module.html#TagToFilterModuleName">TagToFilterModuleName</a> • <a href="module.html#TagToModuleName">TagToModuleName</a> • <a href="module.html#UnregisterModule">UnregisterModule</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="module.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="module.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 08:40 -->
\ No newline at end of file
+<!-- Magick Cache 12th May 2018 15:39 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Loadable Modules</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, loadable, modules, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Loadable Modules @ 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:, loadable, modules, 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="https://www.imagemagick.org/api/module.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="module.php#AcquireModuleInfo">AcquireModuleInfo</a> • <a href="module.php#DestroyModuleList">DestroyModuleList</a> • <a href="module.php#GetModuleInfo">GetModuleInfo</a> • <a href="module.php#GetModuleInfoList">GetModuleInfoList</a> • <a href="module.php#GetModuleList">GetModuleList</a> • <a href="module.php#GetMagickModulePath">GetMagickModulePath</a> • <a href="module.php#IsModuleTreeInstantiated">IsModuleTreeInstantiated</a> • <a href="module.php#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> • <a href="module.php#ListModuleInfo">ListModuleInfo</a> • <a href="module.php#OpenModule">OpenModule</a> • <a href="module.php#OpenModules">OpenModules</a> • <a href="module.php#RegisterModule">RegisterModule</a> • <a href="module.php#TagToCoderModuleName">TagToCoderModuleName</a> • <a href="module.php#TagToFilterModuleName">TagToFilterModuleName</a> • <a href="module.php#TagToModuleName">TagToModuleName</a> • <a href="module.php#UnregisterModule">UnregisterModule</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="AcquireModuleInfo">AcquireModuleInfo</a></h2>
<p>AcquireModuleInfo() allocates the ModuleInfo structure.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="DestroyModuleList">DestroyModuleList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="DestroyModuleList">DestroyModuleList</a></h2>
<p>DestroyModuleList() unregisters any previously loaded modules and exits the module loaded environment.</p>
void DestroyModuleList(void)
</pre>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfo">GetModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfo">GetModuleInfo</a></h2>
<p>GetModuleInfo() returns a pointer to a ModuleInfo structure that matches the specified tag. If tag is NULL, the head of the module list is returned. If no modules are loaded, or the requested module is not found, NULL is returned.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfoList">GetModuleInfoList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleInfoList">GetModuleInfoList</a></h2>
<p>GetModuleInfoList() returns any modules that match the specified pattern.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleList">GetModuleList</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetModuleList">GetModuleList</a></h2>
<p>GetModuleList() returns any image format modules that match the specified pattern.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="GetMagickModulePath">GetMagickModulePath</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="GetMagickModulePath">GetMagickModulePath</a></h2>
<p>GetMagickModulePath() finds a module with the specified module type and filename.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="IsModuleTreeInstantiated">IsModuleTreeInstantiated</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="IsModuleTreeInstantiated">IsModuleTreeInstantiated</a></h2>
<p>IsModuleTreeInstantiated() determines if the module tree is instantiated. If not, it instantiates the tree and returns it.</p>
<p>The format of the IsModuleTreeInstantiated() method is:</p>
<pre class="text">
-IsModuleTreeInstantiated(Exceptioninfo *exception)
+IsModuleTreeInstantiated()
</pre>
-<p>A description of each parameter follows.</p>
-
-<dt>exception</dt>
-<p>return any errors or warnings in this structure.</p>
-
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="InvokeDynamicImageFilter">InvokeDynamicImageFilter</a></h2>
<p>InvokeDynamicImageFilter() invokes a dynamic image filter.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="ListModuleInfo">ListModuleInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="ListModuleInfo">ListModuleInfo</a></h2>
<p>ListModuleInfo() lists the module info to a file.</p>
<dt>exception</dt>
<p>return any errors or warnings in this structure.</p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModule">OpenModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModule">OpenModule</a></h2>
<p>OpenModule() loads a module, and invokes its registration module. It returns MagickTrue on success, and MagickFalse if there is an error.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModules">OpenModules</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="OpenModules">OpenModules</a></h2>
<p>OpenModules() loads all available modules.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="RegisterModule">RegisterModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="RegisterModule">RegisterModule</a></h2>
<p>RegisterModule() adds an entry to the module list. It returns a pointer to the registered entry on success.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToCoderModuleName">TagToCoderModuleName</a></h2>
<p>TagToCoderModuleName() munges a module tag and obtains the filename of the corresponding module.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="TagToFilterModuleName">TagToFilterModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToFilterModuleName">TagToFilterModuleName</a></h2>
<p>TagToFilterModuleName() munges a module tag and returns the filename of the corresponding filter module.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="TagToModuleName">TagToModuleName</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="TagToModuleName">TagToModuleName</a></h2>
<p>TagToModuleName() munges the module tag name and returns an upper-case tag name as the input string, and a user-provided format.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="UnregisterModule">UnregisterModule</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/module_8c.html" id="UnregisterModule">UnregisterModule</a></h2>
<p>UnregisterModule() unloads a module, and invokes its de-registration module. Returns MagickTrue on success, and MagickFalse if there is an error.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="module.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="module.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th May 2018 15:39 -->
\ No newline at end of file
<link href="mogrify.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 13:01 -->
\ No newline at end of file
<link href="monitor.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th February 2018 01:35 -->
\ No newline at end of file
<link href="montage.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 11:53 -->
\ No newline at end of file
<link href="morphology.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 09:53 -->
\ No newline at end of file
<link href="paint.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 09:05 -->
\ No newline at end of file
<link href="pixel-iterator.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 14:08 -->
\ No newline at end of file
<link href="pixel-wand.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 10:36 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/profile.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="profile.html#CloneImageProfiles">CloneImageProfiles</a> • <a href="profile.html#DeleteImageProfile">DeleteImageProfile</a> • <a href="profile.html#DestroyImageProfiles">DestroyImageProfiles</a> • <a href="profile.html#GetImageProfile">GetImageProfile</a> • <a href="profile.html#GetNextImageProfile">GetNextImageProfile</a> • <a href="profile.html#ProfileImage">ProfileImage</a> • <a href="profile.html#RemoveImageProfile">RemoveImageProfile</a> • <a href="profile.html#ResetImageProfileIterator">ResetImageProfileIterator</a> • <a href="profile.html#SetImageProfile">SetImageProfile</a> • <a href="profile.html#SyncImageProfiles">SyncImageProfiles</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="profile.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="profile.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 14th February 2018 12:10 -->
\ No newline at end of file
+<!-- Magick Cache 12th May 2018 13:00 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Dealing with Image Profiles</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, dealing, with, image, profiles, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Dealing with Image Profiles @ 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:, dealing, with, image, profiles, 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="https://www.imagemagick.org/api/profile.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="profile.php#CloneImageProfiles">CloneImageProfiles</a> • <a href="profile.php#DeleteImageProfile">DeleteImageProfile</a> • <a href="profile.php#DestroyImageProfiles">DestroyImageProfiles</a> • <a href="profile.php#GetImageProfile">GetImageProfile</a> • <a href="profile.php#GetNextImageProfile">GetNextImageProfile</a> • <a href="profile.php#ProfileImage">ProfileImage</a> • <a href="profile.php#RemoveImageProfile">RemoveImageProfile</a> • <a href="profile.php#ResetImageProfileIterator">ResetImageProfileIterator</a> • <a href="profile.php#SetImageProfile">SetImageProfile</a> • <a href="profile.php#SyncImageProfiles">SyncImageProfiles</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="CloneImageProfiles">CloneImageProfiles</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="CloneImageProfiles">CloneImageProfiles</a></h2>
<p>CloneImageProfiles() clones one or more image profiles.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="DeleteImageProfile">DeleteImageProfile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="DeleteImageProfile">DeleteImageProfile</a></h2>
<p>DeleteImageProfile() deletes a profile from the image by its name.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="DestroyImageProfiles">DestroyImageProfiles</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="DestroyImageProfiles">DestroyImageProfiles</a></h2>
<p>DestroyImageProfiles() releases memory associated with an image profile map.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="GetImageProfile">GetImageProfile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="GetImageProfile">GetImageProfile</a></h2>
<p>GetImageProfile() gets a profile associated with an image by name.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="GetNextImageProfile">GetNextImageProfile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="GetNextImageProfile">GetNextImageProfile</a></h2>
<p>GetNextImageProfile() gets the next profile name for an image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="ProfileImage">ProfileImage</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="ProfileImage">ProfileImage</a></h2>
<p>ProfileImage() associates, applies, or removes an ICM, IPTC, or generic profile with / to / from an image. If the profile is NULL, it is removed from the image otherwise added or applied. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="RemoveImageProfile">RemoveImageProfile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="RemoveImageProfile">RemoveImageProfile</a></h2>
<p>RemoveImageProfile() removes a named profile from the image and returns its value.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="ResetImageProfileIterator">ResetImageProfileIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="ResetImageProfileIterator">ResetImageProfileIterator</a></h2>
<p>ResetImageProfileIterator() resets the image profile iterator. Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="SetImageProfile">SetImageProfile</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="SetImageProfile">SetImageProfile</a></h2>
<p>SetImageProfile() adds a named profile to the image. If a profile with the same name already exists, it is replaced. This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/profile_8c.html" id="SyncImageProfiles">SyncImageProfiles</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/profile_8c.html" id="SyncImageProfiles">SyncImageProfiles</a></h2>
<p>SyncImageProfiles() synchronizes image properties with the image profiles. Currently we only support updating the EXIF resolution and orientation.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="profile.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="profile.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th May 2018 13:00 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/property.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="property.html#CloneImageProperties">CloneImageProperties</a> • <a href="property.html#DefineImageProperty">DefineImageProperty</a> • <a href="property.html#DeleteImageProperty">DeleteImageProperty</a> • <a href="property.html#DestroyImageProperties">DestroyImageProperties</a> • <a href="property.html#FormatImageProperty">FormatImageProperty</a> • <a href="property.html#GetImageProperty">GetImageProperty</a> • <a href="property.html#GetNextImageProperty">GetNextImageProperty</a> • <a href="property.html#InterpretImageProperties">InterpretImageProperties</a> • <a href="property.html#RemoveImageProperty">RemoveImageProperty</a> • <a href="property.html#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="property.html#SetImageProperty">SetImageProperty</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="property.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="property.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 06:26 -->
\ No newline at end of file
+<!-- Magick Cache 12th May 2018 16:39 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Get/Set Image Properties</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, get/set, image, properties, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Get/Set Image Properties @ 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:, get/set, image, properties, 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="https://www.imagemagick.org/api/property.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
-<p class="text-center"><a href="property.php#CloneImageProperties">CloneImageProperties</a> • <a href="property.php#DefineImageProperty">DefineImageProperty</a> • <a href="property.php#DeleteImageProperty">DeleteImageProperty</a> • <a href="property.php#DestroyImageProperties">DestroyImageProperties</a> • <a href="property.php#FormatImageProperty">FormatImageProperty</a> • <a href="property.php#GetImageProperty">GetImageProperty</a> • <a href="property.php#GetNextImageProperty">GetNextImageProperty</a> • <a href="property.php#InterpretImageProperties">InterpretImageProperties</a> • <a href="property.php#(void) LogMagickEvent(TraceEvent,GetMagickModule">(void) LogMagickEvent(TraceEvent,GetMagickModule</a> • <a href="property.php#RemoveImageProperty">RemoveImageProperty</a> • <a href="property.php#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="property.php#SetImageProperty">SetImageProperty</a></p>
+<p class="text-center"><a href="property.php#CloneImageProperties">CloneImageProperties</a> • <a href="property.php#DefineImageProperty">DefineImageProperty</a> • <a href="property.php#DeleteImageProperty">DeleteImageProperty</a> • <a href="property.php#DestroyImageProperties">DestroyImageProperties</a> • <a href="property.php#FormatImageProperty">FormatImageProperty</a> • <a href="property.php#GetImageProperty">GetImageProperty</a> • <a href="property.php#GetNextImageProperty">GetNextImageProperty</a> • <a href="property.php#InterpretImageProperties">InterpretImageProperties</a> • <a href="property.php#RemoveImageProperty">RemoveImageProperty</a> • <a href="property.php#ResetImagePropertyIterator">ResetImagePropertyIterator</a> • <a href="property.php#SetImageProperty">SetImageProperty</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="CloneImageProperties">CloneImageProperties</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="CloneImageProperties">CloneImageProperties</a></h2>
<p>CloneImageProperties() clones all the image properties to another image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="DefineImageProperty">DefineImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="DefineImageProperty">DefineImageProperty</a></h2>
-<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty()</p>
+<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty().</p>
<p>The format of the DefineImageProperty method is:</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="DeleteImageProperty">DeleteImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="DeleteImageProperty">DeleteImageProperty</a></h2>
<p>DeleteImageProperty() deletes an image property.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="DestroyImageProperties">DestroyImageProperties</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="DestroyImageProperties">DestroyImageProperties</a></h2>
<p>DestroyImageProperties() destroys all properties and associated memory attached to the given image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="FormatImageProperty">FormatImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="FormatImageProperty">FormatImageProperty</a></h2>
<p>FormatImageProperty() permits formatted property/value pairs to be saved as an image property.</p>
<dt> format</dt>
<p>A string describing the format to use to write the remaining arguments.</p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="GetImageProperty">GetImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="GetImageProperty">GetImageProperty</a></h2>
<p>GetImageProperty() gets a value associated with an image property.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="GetNextImageProperty">GetNextImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="GetNextImageProperty">GetNextImageProperty</a></h2>
<p>GetNextImageProperty() gets the next free-form string property name.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="InterpretImageProperties">InterpretImageProperties</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="InterpretImageProperties">InterpretImageProperties</a></h2>
<p>InterpretImageProperties() replaces any embedded formatting characters with the appropriate image property and returns the interpreted text.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="(void)_LogMagickEvent(TraceEvent,GetMagickModule">(void) LogMagickEvent(TraceEvent,GetMagickModule</a></h2>
-
-<p>(void) LogMagickEvent(TraceEvent,GetMagickModule(),"s",image->filename); else if( image_info != (ImageInfo *) NULL && IfMagickTrue(image_info->debug)) (void) LogMagickEvent(TraceEvent,GetMagickModule(),"s","no-image");</p>
-
-<p>if (embed_text == (const char *) NULL) return(ConstantString("")); p=embed_text;</p>
-
-<p>if (*p == '\0') return(ConstantString(""));</p>
-
-<p>if ((*p == '@') && (IsPathAccessible(p+1) != MagickFalse)) { /* handle a '@' replace string from file */ interpret_text=FileToString(p+1,~0UL,exception); if (interpret_text != (char *) NULL) return(interpret_text); }</p>
-
-<p>/* Translate any embedded format characters. </p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="RemoveImageProperty">RemoveImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="RemoveImageProperty">RemoveImageProperty</a></h2>
<p>RemoveImageProperty() removes a property from the image and returns its value.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="ResetImagePropertyIterator">ResetImagePropertyIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="ResetImagePropertyIterator">ResetImagePropertyIterator</a></h2>
<p>ResetImagePropertyIterator() resets the image properties iterator. Use it in conjunction with GetNextImageProperty() to iterate over all the values associated with an image property.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/property_8c.html" id="SetImageProperty">SetImageProperty</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="SetImageProperty">SetImageProperty</a></h2>
<p>SetImageProperty() saves the given string value either to specific known attribute or to a freeform property string.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="property.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="property.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th May 2018 16:39 -->
\ No newline at end of file
<link href="quantize.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 14th February 2018 10:38 -->
\ No newline at end of file
<link href="registry.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 21:46 -->
\ No newline at end of file
<link href="resize.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 13:16 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/resource.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="resource.html#AcquireMagickResource">AcquireMagickResource</a> • <a href="resource.html#AcquireUniqueFileResource">AcquireUniqueFileResource</a> • <a href="resource.html#GetMagickResource">GetMagickResource</a> • <a href="resource.html#GetMagickResourceLimit">GetMagickResourceLimit</a> • <a href="resource.html#ListMagickResourceInfo">ListMagickResourceInfo</a> • <a href="resource.html#RelinquishMagickResource">RelinquishMagickResource</a> • <a href="resource.html#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> • <a href="resource.html#SetMagickResourceLimit">SetMagickResourceLimit</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="resource.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="resource.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 12:10 -->
\ No newline at end of file
+<!-- Magick Cache 13th May 2018 23:48 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: Monitor or Limit Resource Consumption</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, or, limit, resource, consumption, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: Monitor or Limit Resource Consumption @ 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:, monitor, or, limit, resource, consumption, 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="https://www.imagemagick.org/api/resource.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="resource.php#AcquireMagickResource">AcquireMagickResource</a> • <a href="resource.php#AcquireUniqueFileResource">AcquireUniqueFileResource</a> • <a href="resource.php#GetMagickResource">GetMagickResource</a> • <a href="resource.php#GetMagickResourceLimit">GetMagickResourceLimit</a> • <a href="resource.php#ListMagickResourceInfo">ListMagickResourceInfo</a> • <a href="resource.php#RelinquishMagickResource">RelinquishMagickResource</a> • <a href="resource.php#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> • <a href="resource.php#SetMagickResourceLimit">SetMagickResourceLimit</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="AcquireMagickResource">AcquireMagickResource</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="AcquireMagickResource">AcquireMagickResource</a></h2>
<p>AcquireMagickResource() acquires resources of the specified type. MagickFalse is returned if the specified resource is exhausted otherwise MagickTrue.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="AcquireUniqueFileResource">AcquireUniqueFileResource</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="AcquireUniqueFileResource">AcquireUniqueFileResource</a></h2>
<p>AcquireUniqueFileResource() returns a unique file name, and returns a file descriptor for the file open for reading and writing.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="GetMagickResource">GetMagickResource</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="GetMagickResource">GetMagickResource</a></h2>
<p>GetMagickResource() returns the specified resource.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="GetMagickResourceLimit">GetMagickResourceLimit</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="GetMagickResourceLimit">GetMagickResourceLimit</a></h2>
<p>GetMagickResourceLimit() returns the specified resource limit.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="ListMagickResourceInfo">ListMagickResourceInfo</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="ListMagickResourceInfo">ListMagickResourceInfo</a></h2>
<p>ListMagickResourceInfo() lists the resource info to a file.</p>
<dt>exception</dt>
<p>return any errors or warnings in this structure.</p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="RelinquishMagickResource">RelinquishMagickResource</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="RelinquishMagickResource">RelinquishMagickResource</a></h2>
<p>RelinquishMagickResource() relinquishes resources of the specified type.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="RelinquishUniqueFileResource">RelinquishUniqueFileResource</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="RelinquishUniqueFileResource">RelinquishUniqueFileResource</a></h2>
<p>RelinquishUniqueFileResource() relinquishes a unique file resource.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/resource_8c.html" id="SetMagickResourceLimit">SetMagickResourceLimit</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickCore/resource_8c.html" id="SetMagickResourceLimit">SetMagickResourceLimit</a></h2>
<p>SetMagickResourceLimit() sets the limit for a particular resource.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="resource.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="resource.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 13th May 2018 23:48 -->
\ No newline at end of file
<link href="segment.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 23:13 -->
\ No newline at end of file
<link href="shear.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th February 2018 10:02 -->
\ No newline at end of file
<link href="signature.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 03:54 -->
\ No newline at end of file
<link href="statistic.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 08:55 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/stream.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="stream.html#StreamImageCommand">StreamImageCommand</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="stream.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="stream.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 08:37 -->
\ No newline at end of file
+<!-- Magick Cache 19th May 2018 05:52 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickCore, C API for ImageMagick: The Pixel FIFO</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickcore, c, api, for, imagemagick:, the, pixel, fifo, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickCore, C API: The Pixel FIFO @ 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:, the, pixel, fifo, 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="https://www.imagemagick.org/api/stream.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
-<p class="text-center"><a href="stream.php#ReadStream">ReadStream</a> • <a href="stream.php#WriteStream">WriteStream</a></p>
+<p class="text-center"><a href="stream.php#StreamImageCommand">StreamImageCommand</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/stream_8c.html" id="ReadStream">ReadStream</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/stream_8c.html" id="StreamImageCommand">StreamImageCommand</a></h2>
-<p>ReadStream() makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage() method.</p>
+<p>StreamImageCommand() is a lightweight method designed to extract pixels from large image files to a raw format using a minimum of system resources. The entire image or any regular portion of the image can be extracted.</p>
-<p>The format of the ReadStream() method is:</p>
+<p>The format of the StreamImageCommand method is:</p>
<pre class="text">
-Image *ReadStream(const ImageInfo *image_info,StreamHandler stream,
- ExceptionInfo *exception)
+MagickBooleanType StreamImageCommand(ImageInfo *image_info,int argc,
+ char **argv,char **metadata,ExceptionInfo *exception)
</pre>
<p>A description of each parameter follows:</p>
<dd>the image info. </dd>
<dd> </dd>
-<dt>stream</dt>
-<dd>a callback method. </dd>
+<dt>argc</dt>
+<dd>the number of elements in the argument vector. </dd>
<dd> </dd>
-<dt>exception</dt>
-<dd>return any errors or warnings in this structure. </dd>
-
-<dd> </dd>
-</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickCore/stream_8c.html" id="WriteStream">WriteStream</a></h2>
-
-<p>WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.</p>
-
-<p>The format of the WriteStream() method is:</p>
-
-<pre class="text">
-MagickBooleanType WriteStream(const ImageInfo *image_info,Image *,
- StreamHandler stream,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<dd>
-</dd>
+<dt>argv</dt>
+<dd>A text array containing the command line arguments. </dd>
<dd> </dd>
-<dl class="dl-horizontal">
-<dt>image_info</dt>
-<dd>the image info. </dd>
-
-<dd> </dd>
-<dt>stream</dt>
-<dd>A callback method. </dd>
+<dt>metadata</dt>
+<dd>any metadata is returned here. </dd>
<dd> </dd>
<dt>exception</dt>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="stream.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="stream.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 19th May 2018 05:52 -->
\ No newline at end of file
<link href="transform.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th February 2018 11:25 -->
\ No newline at end of file
<link href="version.html" rel="canonical" />
<link href="../../images/wand.png" rel="icon" />
<link href="../../images/wand.ico" rel="shortcut icon" />
- <link href="../assets/magick.css" rel="stylesheet" />
+ <link href="assets/magick.css" rel="stylesheet" />
</head>
<body>
<header>
<a class="nav-link" href="../../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="../https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
+ <form class="form-inline my-2 my-lg-0" action="../../https://www.imagemagick.org/script/search.php">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
</form>
</footer>
<!-- Javascript assets -->
- <script src="../assets/magick.js" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
+ <script src="assets/magick.js" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th February 2018 18:06 -->
\ No newline at end of file
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../../api/wand-view.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="wand-view.html#CloneWandView">CloneWandView</a> • <a href="wand-view.html#DestroyWandView">DestroyWandView</a> • <a href="wand-view.html#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> • <a href="wand-view.html#GetWandViewException">GetWandViewException</a> • <a href="wand-view.html#GetWandViewExtent">GetWandViewExtent</a> • <a href="wand-view.html#GetWandViewIterator">GetWandViewIterator</a> • <a href="wand-view.html#GetWandViewPixels">GetWandViewPixels</a> • <a href="wand-view.html#GetWandViewWand">GetWandViewWand</a> • <a href="wand-view.html#IsWandView">IsWandView</a> • <a href="wand-view.html#NewWandView">NewWandView</a> • <a href="wand-view.html#NewWandViewExtent">NewWandViewExtent</a> • <a href="wand-view.html#SetWandViewDescription">SetWandViewDescription</a> • <a href="wand-view.html#SetWandViewIterator">SetWandViewIterator</a> • <a href="wand-view.html#TransferWandViewIterator">TransferWandViewIterator</a> • <a href="wand-view.html#UpdateWandViewIterator">UpdateWandViewIterator</a></p>
<a href="../www/links.html">Related</a> •
<a href="../www/sitemap.html">Sitemap</a>
- <a href="wand-view.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="wand-view.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th February 2018 12:11 -->
\ No newline at end of file
+<!-- Magick Cache 14th May 2018 04:56 -->
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
- <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <title>ImageMagick: MagickWand, C API for ImageMagick: Wand View Methods</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <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="http://www.imagemagick.org"/>
- <meta name="generator" content="PHP"/>
- <meta name="keywords" content="magickwc, api, for, imagemagick:, wview, 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-2016 ImageMagick Studio LLC"/>
- <meta name="distribution" content="Global"/>
- <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
- <link rel="icon" href="../image/wand.png"/>
- <link rel="shortcut icon" href="../image/wand.ico"/>
- <link rel="stylesheet" href="../css/magick.php"/>
+ <meta charset="utf-8" >
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
+ <title>MagickWand, C API: Wand View 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="magickwc, api:, wview, 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="https://www.imagemagick.org/api/wand-view.php" rel="canonical">
+ <link href="../image/wand.png" rel="icon">
+ <link href="../image/wand.ico" rel="shortcut icon">
+ <link href="../assets/magick-css.php" rel="stylesheet">
</head>
<body>
-<div class="main">
-<div class="magick-masthead">
+ <header>
+ <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../image/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+
+ <div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
+ <ul class="navbar-nav mr-auto">
+ <li class="nav-item ">
+ <a class="nav-link" href="../index.php">Home <span class="sr-only">(current)</span></a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/download.php">Download</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-tools.php">Tools</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/command-line-processing.php">Command-line</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/resources.php">Resources</a>
+ </li>
+ <li class="nav-item ">
+ <a class="nav-link" href="../script/develop.php">Develop</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" target="_blank" href="../discourse-server">Community</a>
+ </li>
+ </ul>
+ <form class="form-inline my-2 my-lg-0" action="../script/search.php">
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
+ </form>
+ </div>
+ </nav>
<div class="container">
- <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
+ <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3129977114552745"
data-ad-slot="6345125851"
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
- <nav class="magick-nav">
- <a class="magick-nav-item " href="../index.php">Home</a>
- <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
- <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a>
- <a class="magick-nav-item " href="../script/command-line-options.php">Options</a>
- <a class="magick-nav-item " href="../script/resources.php">Resources</a>
- <a class="magick-nav-item " href="../script/api.php">Develop</a>
- <a class="magick-nav-item " href="../script/search.php">Search</a>
- <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
- </nav>
+
</div>
-</div>
-<div class="container">
+ </header>
+ <main class="container">
+ <div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="wand-view.php#CloneWandView">CloneWandView</a> • <a href="wand-view.php#DestroyWandView">DestroyWandView</a> • <a href="wand-view.php#DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a> • <a href="wand-view.php#GetWandViewException">GetWandViewException</a> • <a href="wand-view.php#GetWandViewExtent">GetWandViewExtent</a> • <a href="wand-view.php#GetWandViewIterator">GetWandViewIterator</a> • <a href="wand-view.php#GetWandViewPixels">GetWandViewPixels</a> • <a href="wand-view.php#GetWandViewWand">GetWandViewWand</a> • <a href="wand-view.php#IsWandView">IsWandView</a> • <a href="wand-view.php#NewWandView">NewWandView</a> • <a href="wand-view.php#NewWandViewExtent">NewWandViewExtent</a> • <a href="wand-view.php#SetWandViewDescription">SetWandViewDescription</a> • <a href="wand-view.php#SetWandViewIterator">SetWandViewIterator</a> • <a href="wand-view.php#TransferWandViewIterator">TransferWandViewIterator</a> • <a href="wand-view.php#UpdateWandViewIterator">UpdateWandViewIterator</a></p>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="CloneWandView">CloneWandView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="CloneWandView">CloneWandView</a></h2>
<p>CloneWandView() makes a copy of the specified wand view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="DestroyWandView">DestroyWandView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="DestroyWandView">DestroyWandView</a></h2>
<p>DestroyWandView() deallocates memory associated with a wand view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="DuplexTransferWandViewIterator">DuplexTransferWandViewIterator</a></h2>
<p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewException">GetWandViewException</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewException">GetWandViewException</a></h2>
<p>GetWandViewException() returns the severity, reason, and description of any error that occurs when utilizing a wand view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewExtent">GetWandViewExtent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewExtent">GetWandViewExtent</a></h2>
<p>GetWandViewExtent() returns the wand view extent.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewIterator">GetWandViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewIterator">GetWandViewIterator</a></h2>
<p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewPixels">GetWandViewPixels</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewPixels">GetWandViewPixels</a></h2>
<p>GetWandViewPixels() returns the wand view pixel_wands.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewWand">GetWandViewWand</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="GetWandViewWand">GetWandViewWand</a></h2>
<p>GetWandViewWand() returns the magick wand associated with the wand view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="IsWandView">IsWandView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="IsWandView">IsWandView</a></h2>
<p>IsWandView() returns MagickTrue if the the parameter is verified as a wand view object.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="NewWandView">NewWandView</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="NewWandView">NewWandView</a></h2>
<p>NewWandView() returns a wand view required for all other methods in the Wand View API.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="NewWandViewExtent">NewWandViewExtent</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="NewWandViewExtent">NewWandViewExtent</a></h2>
<p>NewWandViewExtent() returns a wand view required for all other methods in the Wand View API.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="SetWandViewDescription">SetWandViewDescription</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="SetWandViewDescription">SetWandViewDescription</a></h2>
<p>SetWandViewDescription() associates a description with an image view.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="SetWandViewIterator">SetWandViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="SetWandViewIterator">SetWandViewIterator</a></h2>
<p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="TransferWandViewIterator">TransferWandViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="TransferWandViewIterator">TransferWandViewIterator</a></h2>
<p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
<dd> </dd>
</dl>
-<h2><a href="http://nextgen.imagemagick.org/api/MagickWand/wand-view_8c.html" id="UpdateWandViewIterator">UpdateWandViewIterator</a></h2>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/wand-view_8c.html" id="UpdateWandViewIterator">UpdateWandViewIterator</a></h2>
<p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
<dd> </dd>
</dl>
</div>
+ </div>
+ </main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../script/support.php">Donate</a> •
- <a href="../script/sitemap.php">Sitemap</a> •
+ <p><a href="../script/security-policy.php">Security</a> •
+ <a href="../script/architecture.php">Architecture</a> •
<a href="../script/links.php">Related</a> •
- <a href="../script/architecture.php">Architecture</a>
-</p>
- <p><a href="wand-view.php#">Back to top</a> •
- <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="../script/contact.php">Contact Us</a></p>
- <p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
+ <a href="../script/sitemap.php">Sitemap</a>
+
+ <a href="wand-view.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../image/wand.ico"/></a>
+
+ <a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
+ <a href="../script/support.php">Donate</a> •
+ <a href="../script/contact.php">Contact Us</a>
+ <br/>
+ <small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
-</div><!-- /.container -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="http://nextgen.imagemagick.org/js/magick.php"></script>
-</div>
+ <!-- Javascript assets -->
+ <script src="../assets/magick-js.php" crossorigin="anonymous"></script>
+ <script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 14th May 2018 04:56 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
</p>
<p><a href="binary-releases.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<dt>2017-12-26 7.0.7-18 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-18, GIT revision 22096:ad4bdeb40:20171228.</li>
<dt>2017-12-28 7.0.7-18 Cristy <quetzlzacatenango@image...></dt>
- <li> Fix error reading from pipe under Windows (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=33288).</li>
+ <li> Fix error reading from pipe under Windows (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=33288).</li>
<dt>2017-12-26 7.0.7-17 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-17, GIT revision 22093:9caea323b:20171227.</li>
<dt>2017-12-26 7.0.7-17 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-12-16 7.0.7-15 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-15, GIT revision 21924:30cb31746:20171216.</li>
<dt>2017-12-08 7.0.7-15 Cristy <quetzlzacatenango@image...></dt>
- <li> Overall standard deviation is the average of each pixel channel (reference https://www.imagemagick.org/discourse-server//viewforum.html?f=3).</li>
+ <li> Overall standard deviation is the average of each pixel channel (reference https://www.imagemagick.org/discourse-server///viewforum.html?f=3).</li>
<li> Update to the latest ImageMagick documentation.</li>
<dt>2017-12-05 7.0.7-14 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-14, GIT revision 21855:dc73b2aba:20171205.</li>
<dt>2017-11-29 7.0.7-12 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-12, GIT revision 21814:5ef2c5a67:20171129.</li>
<dt>2017-11-12 7.0.7-12 Cristy <quetzlzacatenango@image...></dt>
- <li> The -tint option no longer munges the alpha channel (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=1&t=33070).</li>
+ <li> The -tint option no longer munges the alpha channel (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=1&t=33070).</li>
<li> Don't delete in-memory blob when reading an image (reference https://github.com/ImageMagick/ImageMagick/issues/886).</li>
<li> Support HDRI color profile management.</li>
<dt>2017-11-11 7.0.7-11 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-10-15 7.0.7-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-8, GIT revision 21507:63ffc9878:20171015.</li>
<dt>2017-10-08 7.0.7-8 Cristy <quetzlzacatenango@image...></dt>
- <li> Return expected results for a percent 0 -chop option argument (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32806).</li>
+ <li> Return expected results for a percent 0 -chop option argument (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32806).</li>
<li> Tweaks to OpenMP support within ImageMagick.</li>
<dt>2017-10-07 7.0.7-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-7, GIT revision 21432:29003eeed:20171007.</li>
<li> Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
<li> Support URW-base35 fonts.</li>
<dt>2017-09-26 7.0.7-5 Glenn Randers-Pehrson <glennrp@image...></dt>
- <li> Removed "ping_preserve_iCCP=MagickTrue;" statement that was inadvertently added to coders/png.c (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32771).</li>
+ <li> Removed "ping_preserve_iCCP=MagickTrue;" statement that was inadvertently added to coders/png.c (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32771).</li>
<dt>2017-09-23 7.0.7-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.7-4, GIT revision 21265:bdbc14590:20170923.</li>
<dt>2017-09-23 7.0.7-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.6-8, GIT revision 20838:e2eb79427:20170818.</li>
<dt>2017-08-14 7.0.6-7 Cristy <quetzlzacatenango@image...></dt>
<li> Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
- <li> Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4} (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=2&t=32506).</li>
+ <li> Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4} (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=2&t=32506).</li>
<li> Prevent assertion failure when creating PDF thumbnail (reference https://github.com/ImageMagick/ImageMagick/issues/674).</li>
<dt>2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.6-7, GIT revision 20799:0db4d8a16:20170812.</li>
<dt>2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...></dt>
- <li> Improve EPS aliasing (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32497).</li>
+ <li> Improve EPS aliasing (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32497).</li>
<dt>2017-08-11 7.0.6-7 Dirk Lemstra <dirk@lem.....org></dt>
<li> Added a new option called 'dds:fast-mipmaps' (reference https://github.com/ImageMagick/ImageMagick/issues/558)</li>
- <li> The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=2&t=30236).</li>
+ <li> The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=2&t=30236).</li>
<dt>2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.6-6, GIT revision 20775:061d0fa25:20170810.</li>
<dt>2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-08-10 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...></dt>
<li> tests/validate.c: Show the reason for failures in the test logs, if available.</li>
<dt>2017-08-03 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...></dt>
- <li> Put UTC time in the PNG tIME chunk instead of local time (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32447).</li>
+ <li> Put UTC time in the PNG tIME chunk instead of local time (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32447).</li>
<dt>2017-08-02 7.0.6-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.6-5, GIT revision 20715:26b28d50a:20170802.</li>
<dt>2017-08-01 7.0.6-5 Cristy <quetzlzacatenango@image...></dt>
<li> Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
<dt>2017-07-29 7.0.6-5 Glenn Randers-Pehrson <glennrp@image...></dt>
- <li> Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. Reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32418).</li>
+ <li> Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. Reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32418).</li>
<li> Fix improper use of NULL in the JNG decoder (CVE-2017-11750, Reference https://github.com/ImageMagick/ImageMagick/issues/632).</li>
<li> Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers".</li>
<dt>2017-07-29 7.0.6-5 Cristy <quetzlzacatenango@image...></dt>
- <li> Off by one error for gradient coder (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32416), https://github.com/ImageMagick/ImageMagick/issues/612).</li>
+ <li> Off by one error for gradient coder (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32416), https://github.com/ImageMagick/ImageMagick/issues/612).</li>
<dt>2017-07-28 7.0.6-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.6-4, GIT revision 20657:4e81160d6:20170728.</li>
<dt>2017-07-24 7.0.6-4 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-06-01 7.0.5-10 Glenn Randers-Pehrson <glennrp@image...></dt>
<li> Removed experimental PNG zxIF chunk support; the proposal is dead.</li>
<dt>2017-06-01 7.0.5-10 Cristy <quetzlzacatenango@image...></dt>
- <li> Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32071).</li>
- <li> The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32081).</li>
+ <li> Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32071).</li>
+ <li> The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32081).</li>
<li> Add support for 'hex:' property.</li>
<dt>2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-9, GIT revision 20113:8b67333:20170528.</li>
<dt>2017-05-28 7.0.5-9 Cristy <quetzlzacatenango@image...></dt>
<li> Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501).</li>
- <li> Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=32063).</li>
+ <li> Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=32063).</li>
<dt>2017-05-26 7.0.5-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-8, GIT revision 20099:870a016:20170526.</li>
<dt>2017-05-23 7.0.5-8 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-05-19 7.0.5-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-6, GIT revision 20078:7ce2d38:20170519.</li>
<dt>2017-05-15 7.0.5-7 Cristy <quetzlzacatenango@image...></dt>
- <li> Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=2&t=31938).</li>
+ <li> Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=2&t=31938).</li>
2017-05-12 7.0.5-6 Cristy <quetzlzacatenango@image...></li>
<li> Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512.</li>
<dt>2017-05-10 7.0.5-6 John Cupitt <jcupitt@gmail.com></dt>
<li> Revise DICOM window and rescale handling (reference https://github.com/ImageMagick/ImageMagick/pull/484)</li>
<dt>2017-05-06 7.0.5-6 Cristy <quetzlzacatenango@image...></dt>
- <li> Restore the -alpha Shape option (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31879).</li>
+ <li> Restore the -alpha Shape option (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31879).</li>
<li> Fix transient PDF bug (reference https://github.com/ImageMagick/ImageMagick/issues/463).</li>
- <li> The +opaque option now works on all channels (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31862).</li>
- <li> Ensure backwards compatibility for the -combine option (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31855).</li>
+ <li> The +opaque option now works on all channels (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31862).</li>
+ <li> Ensure backwards compatibility for the -combine option (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31855).</li>
<li> Check for EOF conditions for RLE image format.</li>
- <li> Reset histogram page geometry (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31920).</li>
+ <li> Reset histogram page geometry (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31920).</li>
<dt>2017-04-24 7.0.5-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-5, GIT revision 19915:12eec43:20170424.</li>
<dt>2017-03-26 7.0.5-5 Cristy <quetzlzacatenango@image...></dt>
<li> Minimize buffer copies to improve OpenCL performance.</li>
- <li> Morphology thinning is no longer a no-op (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31650).</li>
- <li> Patch two PCD writer problems, corrupt output and dark pixels (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=3164).</li>
+ <li> Morphology thinning is no longer a no-op (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31650).</li>
+ <li> Patch two PCD writer problems, corrupt output and dark pixels (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=3164).</li>
<li> Support ICC based PDF's (reference https://github.com/ImageMagick/ImageMagick/issues/417).</li>
- <li> Fix improper EPS clip path rendering (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31722).</li>
+ <li> Fix improper EPS clip path rendering (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31722).</li>
<dt>2017-03-24 7.0.5-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-4, GIT revision 19754:350fff3:20170324.</li>
<dt>2017-03-21 7.0.5-4 Cristy <quetzlzacatenango@image...></dt>
- <li> Respect -loop option for animate -window (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31619).</li>
+ <li> Respect -loop option for animate -window (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31619).</li>
<dt>2017-03-17 7.0.5-3 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-3, GIT revision 19741:070c3fb:20170317.</li>
<dt>2017-03-14 7.0.5-3 Cristy <quetzlzacatenango@image...></dt>
<li> Support namespaces for the security policy.</li>
- <li> Support the -authenticate option for PDF (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31530).</li>
+ <li> Support the -authenticate option for PDF (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31530).</li>
<dt>2017-03-11 7.0.5-2 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-2, GIT revision 19696:da91a7c:20170311.</li>
<dt>2017-03-06 7.0.5-2 Cristy <quetzlzacatenango@image...></dt>
<li> Respect throttle policy (reference https://github.com/ImageMagick/ImageMagick/issues/393).</li>
- <li> Return proper minima / maxima (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31377).</li>
+ <li> Return proper minima / maxima (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31377).</li>
<dt>2017-03-03 7.0.5-1 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-1, GIT revision 19662:b7f455a:20170303.</li>
<dt>2017-02-21 7.0.5-1 Cristy <quetzlzacatenango@image...></dt>
- <li> Fix Spurious memory allocation message (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31438).</li>
- <li> Identical images should return inf for PSNR (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31487).</li>
+ <li> Fix Spurious memory allocation message (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31438).</li>
+ <li> Identical images should return inf for PSNR (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31487).</li>
<dt>2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220.</li>
<dt>2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...></dt>
<dt>2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-8, GIT revision 19574:7642384:20170213.</li>
<dt>2017-02-09 7.0.4-8 Dirk Lemstra <dirk@lem.....org></dt>
- <li> Fixed memory leak when creating nested exceptions in Magick++ (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=23&p=142634)</li>
+ <li> Fixed memory leak when creating nested exceptions in Magick++ (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=23&p=142634)</li>
<dt>2017-02-09 7.0.4-8 Cristy <quetzlzacatenango@image...></dt>
<li> Unbreak build without JPEG support (reference https://github.com/ImageMagick/ImageMagick/pull/373).</li>
<li> Document behavior change in the security policy (thanks to yoya @ https://blog.awm.jp/2017/02/09/imagemagick-en/).</li>
- <li> Return unbiased standard deviation for image statistics (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31377).</li>
+ <li> Return unbiased standard deviation for image statistics (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31377).</li>
<li> Don't set update trait on alpha channel (private e-mail concerning -levels-colors option).</li>
<dt>2017-02-04 7.0.4-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204.</li>
<li> Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127.</li>
<dt>2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...></dt>
<li> Uninitialized data in MAT image format (reference https://github.com/ImageMagick/ImageMagick/issues/362).</li>
- <li> Properly auto-fit caption (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30887).</li>
- <li> Correction to composite Over operator (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31282).</li>
- <li> Respect gravity option (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31284).</li>
+ <li> Properly auto-fit caption (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30887).</li>
+ <li> Correction to composite Over operator (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31282).</li>
+ <li> Respect gravity option (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31284).</li>
<dt>2017-01-22 7.0.4-6 Glenn Randers-Pehrson <glennrp@image...></dt>
<li> Renamed read_vpag_chunk_callback() function to png_user_chunk_callback() in coders/png.c</li>
<li> Implemented a private PNG caNv (canvas) chunk for remembering the original dimensions and offsets when an image is cropped. Previously we used the oFFs and vpAg chunks for this purpose, but this had potential conflicts with other applications that also use the oFFs chunk.</li>
<dt>2017-01-21 7.0.4-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-5, GIT revision 19381:7ae396f:20170121.</li>
<dt>2017-01-18 7.0.4-5 Cristy <quetzlzacatenango@image...></dt>
- <li> Don't set background for transparent tiled images (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31210).</li>
+ <li> Don't set background for transparent tiled images (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31210).</li>
<dt>2017-01-14 7.0.4-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-4, GIT revision 19361:a12953c:20170114.</li>
<dt>2017-01-14 7.0.4-4 Dirk Lemstra <dirk@lem.....org></dt>
<li> Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder (reference https://github.com/ImageMagick/ImageMagick/issues/344).</li>
<dt>2017-01-10 7.0.4-4 Cristy <quetzlzacatenango@image...></dt>
- <li> Recognize XML policy closing tags (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31182).</li>
+ <li> Recognize XML policy closing tags (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31182).</li>
<li> Fix memory leak in the MPC format.</li>
<dt>2017-01-07 7.0.4-3 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-3, GIT revision 19329:930ca78:20170107.</li>
<dt>2017-01-04 7.0.4-3 Cristy <quetzlzacatenango@image...></dt>
- <li> Increase memory allocation for TIFF pixels (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31161).</li>
+ <li> Increase memory allocation for TIFF pixels (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31161).</li>
<dt>2017-01-03 7.0.4-2 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-2, GIT revision 19318:8766311:20170103.</li>
<dt>2017-01-02 7.0.4-2 Cristy <quetzlzacatenango@image...></dt>
<dt>2016-12-18 7.0.4-0 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-0, GIT revision 19221:d5e8abc:20161218.</li>
<dt>2016-12-14 7.0.4-0 Cristy <quetzlzacatenango@image...></dt>
- <li> Do not close path for linejoins of round (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31039).</li>
+ <li> Do not close path for linejoins of round (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31039).</li>
<dt>2016-12-10 7.0.3-10 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-10, GIT revision 19191:338f088:20161210.</li>
<dt>2016-12-07 7.0.3-10 Cristy <quetzlzacatenango@image...></dt>
- <li> Set colorspace to sRGB if -append has non-homogenous colorspaces (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29105).</li>
- <li> Respect connected-components:area-threshold define (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31006). </li>
- <li> Enable alpha channel if background color is non-opaque (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31016).</li>
- <li> Return correct offset for negative index for -fx option (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31019).</li>
- <li> Fixed improper scaling of certain FITS images (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31028).</li>
- <li> Properly center text label (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=31027).</li>
+ <li> Set colorspace to sRGB if -append has non-homogenous colorspaces (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29105).</li>
+ <li> Respect connected-components:area-threshold define (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31006). </li>
+ <li> Enable alpha channel if background color is non-opaque (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31016).</li>
+ <li> Return correct offset for negative index for -fx option (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31019).</li>
+ <li> Fixed improper scaling of certain FITS images (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31028).</li>
+ <li> Properly center text label (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=31027).</li>
<dt>2016-12-05 7.0.3-9 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205.</li>
<dt>2016-11-26 7.0.3-9 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-8, GIT revision 19067:5aceded:20161125.</li>
<dt>2016-11-18 7.0.3-8 Cristy <quetzlzacatenango@image...></dt>
<li> Support the phash:colorspaces and phash:normalize options.</li>
- <li> If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30887).</li>
- <li> Set alpha member of draw structure to OpaqueAlpha (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30894).</li>
- <li> Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=2&t=30866).</li>
+ <li> If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30887).</li>
+ <li> Set alpha member of draw structure to OpaqueAlpha (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30894).</li>
+ <li> Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=2&t=30866).</li>
<li> Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304).</li>
- <li> Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30921).</li>
+ <li> Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30921).</li>
<li> The -clone option no longer leaks memory.</li>
<li> Render to clip mask rather than image for clip-path MVG graphics primitive.</li>
<dt>2016-11-15 7.0.3-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-6, GIT revision 19001:4cff747:20161108.</li>
<dt>2016-11-01 7.0.3-6 Cristy <quetzlzacatenango@image...></dt>
<li> Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296).</li>
- <li> The -extent option now matches the results of IMv6 (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=1&t=30779).</li>
- <li> Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30797).</li>
- <li> Mask composite produces proper results for the convert utility (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29675). </li>
+ <li> The -extent option now matches the results of IMv6 (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=1&t=30779).</li>
+ <li> Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30797).</li>
+ <li> Mask composite produces proper results for the convert utility (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29675). </li>
<dt>2016-10-10 7.0.3-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-5, GIT revision 18975:a8174a2:20161030.</li>
<dt>2016-10-16 7.0.3-5 Dirk Lemstra <dirk@lem.....org></dt>
<dt>2016-10-02 7.0.3-2 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-2, GIT revision 18887:6b27c5b:20161002.</li>
<dt>2016-09-27 7.0.3-2 Dirk Lemstra <dirk@lem.....org></dt>
- <li> Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30514)</li>
+ <li> Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30514)</li>
<dt>2016-09-20 7.0.3-1 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-1, GIT revision 18851:ad91ea8:20160920.</li>
<dt>2016-09-16 7.0.3-1 Dirk Lemstra <dirk@lem.....org></dt>
<li> Added layer RLE compression to the PSD encoder.</li>
<li> Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file.</li>
- <li> Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&p=137849).</li>
+ <li> Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&p=137849).</li>
<dt>2016-09-05 7.0.3-0 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.3-0, GIT revision 18786:10aa64c:20160905.</li>
<dt>2016-08-29 7.0.3-0 Dirk Lemstra <dirk@lem.....org></dt>
<dt>2016-08-15 7.0.2-10 Cristy <quetzlzacatenango@image...></dt>
<li> Prevent buffer overflow in BMP & SGI coders (bug report from pwchen&rayzhong of tencent).</li>
<li> Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF and CALS coders (bug report from Donghai Zhu).</li>
- <li> The -stream option now increments the pixel pointer properly (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30327).</li>
+ <li> The -stream option now increments the pixel pointer properly (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30327).</li>
<dt>2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-9, GIT revision 18707:2c02f09:20160814.</li>
<dt>2016-08-14 7.0.2-9 Cristy <quetzlzacatenango@image...></dt>
- <li> Fix compile error in opencl.c (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30289).</li>
+ <li> Fix compile error in opencl.c (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30289).</li>
<li> Eliminate compiler warning.</li>
<dt>2016-08-14 7.0.2-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-8, GIT revision 18698:74b1d5d:20160814.</li>
<dt>2016-08-07 7.0.2-8 Cristy <quetzlzacatenango@image...></dt>
- <li> Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30256).</li>
+ <li> Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30256).</li>
<li> Note alpha channel when combining 4 or more images (reference https://github.com/ImageMagick/ImageMagick/issues/250).</li>
<dt>2016-08-06 7.0.2-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-7, GIT revision 10980:ecc03a2:20160806.</li>
<dt>2016-08-01 7.0.2-7 Cristy <quetzlzacatenango@image...></dt>
<li> Evaluate lazy pixel cache morphology to prevent buffer overflow (bug report from Ibrahim M. El-Sayed).</li>
<li> Prevent buffer overflow (bug report from Max Thrane).</li>
- <li> Prevent memory use after free (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=30245).</li>
+ <li> Prevent memory use after free (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=30245).</li>
<dt>2016-07-30 7.0.2-6 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-6, GIT revision 18651:df24175:20160729.</li>
<dt>2016-07-29 7.0.2-6 Cristy <quetzlzacatenango@image...></dt>
- <li> Support -region option (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=1&t=29692).</li>
+ <li> Support -region option (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=1&t=29692).</li>
<dt>2016-07-21 7.0.2-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721.</li>
<dt>2016-07-13 7.0.2-5 Cristy <quetzlzacatenango@image...></dt>
<dt>2016-06-17 7.0.2-1 Dirk Lemstra <dirk@lem.....org></dt>
<li> Added support for GROUP4 compression to the FAX coder.</li>
<dt>2016-06-12 7.0.2-1 Cristy <quetzlzacatenango@image...></dt>
- <li> Distort no longer converts grayscale image to sRGB (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=1&t=29895).</li>
+ <li> Distort no longer converts grayscale image to sRGB (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=1&t=29895).</li>
<li> Don't return a zero bounding box for QueryMultilineFontMetrics() (reference https://github.com/ImageMagick/ImageMagick/issues/222).</li>
<dt>2016-06-12 7.0.2-0 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.2-0, GIT revision 10884:f0e15e8:20160612.</li>
<dt>2016-06-02 7.0.1-9 Cristy <quetzlzacatenango@image...></dt>
<li> Fix small memory leak (patch provided by Андрей Черный).</li>
<li> Coder path traversal is not authorized (bug report provided by Masaaki Chida).</li>
- <li> Turn off alpha channel for the compare difference image (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29828).</li>
+ <li> Turn off alpha channel for the compare difference image (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29828).</li>
<dt>2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531.</li>
<dt>2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...></dt>
<dt>2016-05-30 7.0.1-7 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530.</li>
<dt>2016-05-25 7.0.1-7 Cristy <quetzlzacatenango@image...></dt>
- <li> Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29754).</li>
- <li> Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29626).</li>
- <li> Don't interpret -fx option arguments (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29774);</li>
+ <li> Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29754).</li>
+ <li> Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29626).</li>
+ <li> Don't interpret -fx option arguments (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29774);</li>
<li> Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck).</li>
<dt>2016-05-21 7.0.1-6 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.1-6, GIT revision 18241:d4f277c:20160521.</li>
<dt>2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.1-5, GIT revision 10789:f7c2e89:20160518,</li>
<dt>2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...></dt>
- <li> Process channels independently for -channel -equalize (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=3&t=29708).</li>
+ <li> Process channels independently for -channel -equalize (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=3&t=29708).</li>
<li> Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202).</li>
<dt>2016-05-15 7.0.1-4 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.1-4, GIT revision 10778:52dae14:20160516.</li>
<li> New version 7.0.1-1, GIT revision 10723:9fc8a0c:20160503.</li>
<dt>2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...></dt>
<li> Sanitize input filename for http / https delegates (improved patch).</li>
- <li> Fix for possible security vulnerabilities (reference https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=29588).</li>
+ <li> Fix for possible security vulnerabilities (reference https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=29588).</li>
<dt>2016-04-30 7.0.1-0 Cristy <quetzlzacatenango@image...></dt>
<li> New version 7.0.1-0, GIT revision 10716:b527bce:20160430.</li>
<dt>2016-01-30 7.0.0-0 Fahad-Alsaidi & ShamsaHamed</dt>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
- <link href="../www/https://www.imagemagick.org/script/contact.php" rel="canonical" />
+ <link href="../www/../www/https://www.imagemagick.org/script/contact.php" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<link href="../images/wand.ico" rel="shortcut icon" />
<link href="assets/magick.css" rel="stylesheet" />
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<div class="magick-template">
<div class="magick-header">
<div>
- <p class="lead magick-description">Post here for any of the issues listed below. You can expect a response from our team if your issue is a sponsorship, <a href="../www/license.html">license</a>, security, or paid support issue. If you require a response for any other issue, post to the ImageMagick public <a href="https://www.imagemagick.org/discourse-server/">forums</a>. You can also post bug reports to the <a href="https://github.com/ImageMagick/ImageMagick/issues">issues</a> forum. Note, we do <u>not</u> offer sponsored links <u>nor do we respond to solicitations</u>.</p>
+ <p class="lead magick-description">Post here for any of the issues listed below. You can expect a response from our team if your issue is a sponsorship, <a href="../www/license.html">license</a>, security, or paid support issue. If you require a response for any other issue, post to the ImageMagick public <a href="https://www.imagemagick.org/discourse-server//">forums</a>. You can also post bug reports to the <a href="https://github.com/ImageMagick/ImageMagick/issues">issues</a> forum. Note, we do <u>not</u> offer sponsored links <u>nor do we respond to solicitations</u>.</p>
<fieldset>
<h2 class="magick-post-title">Contact the Wizards</h2>
<p>Enter this code, <code>
040d70</code>, in the Authenticate field and fill in the remaining fields. Press Send to forward your message to the ImageMagick wizards:</p>
<br/>
- <form method="post" name="post" id="post" action="https://www.imagemagick.org/script/contact.php" enctype="application/x-www-form-urlencoded">
+ <form method="post" name="post" id="post" action="../www/https://www.imagemagick.org/script/contact.php" enctype="application/x-www-form-urlencoded">
<div class="table-responsive">
<table class="table table-sm table-striped">
<tr>
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="https://www.imagemagick.org/script/contact.php#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../www/escape.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="lead magick-description">There are copious amounts of extra data associated with images (metadata), beyond the actual image pixels. This metadata can be useful, either for display, or for various calculations, or in modifying the behavior of later image processing operations. You can utilize percent escapes in a number of options, for example in <a href="command-line-options.html#format_identify_">-format</a> or in montage <a href="command-line-options.html#label" >-label</a>, to print various properties and other settings associated with an image.</p>
<td>%Y</td>
<td>page (canvas) y offset (including sign)</td>
</tr>
- <tr>
- <td>%Z</td>
- <td>unique filename (used for delegates)</td>
- </tr>
<tr>
<td>%@</td>
<td>CALCULATED: trim bounding box (without actually trimming)</td>
<div class="table-responsive">
<table class="table table-sm table-striped">
<tr>
- <td>%[base]</td>
+ <td>%[basename]</td>
<td>base filename, no suffixes (as %t)</td>
</tr>
+ <tr>
+ <td>%[bit-depth]</td>
+ <td> </td>
+ </tr>
<tr>
<td>%[caption]</td>
<td>caption meta-data property</td>
<td>%[colorspace]</td>
<td>Colorspace of Image Data (excluding transparency)</td>
</tr>
+ <tr>
+ <td>%[compose]</td>
+ <td> </td>
+ </tr>
<tr>
<td>%[compression]</td>
<td>Image compression type (as of IM 7.0.3.8)</td>
<td>%[height]</td>
<td>original height of image (when it was read in)</td>
</tr>
+ <tr>
+ <td>%[input]</td>
+ <td> </td>
+ </tr>
<tr>
<td>%[interlace]</td>
<td>Image interlace mode (as of IM 7.0.3.8)</td>
<td>%[min]</td>
<td>CALCULATED: minimum value statistic of image</td>
</tr>
- <tr>
- <td>%[name]</td>
- <td>The original name of the image</td>
- </tr>
<tr>
<td>%[opaque]</td>
<td>CALCULATED: is image fully-opaque?</td>
<td>%[width]</td>
<td>original width of image (when it was read in)</td>
</tr>
- <tr>
- <td>%[zero]</td>
- <td>zero (unique filename for delegate use)</td>
- </tr>
</table></div>
<h3>Properties</h3>
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="escape.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="escape.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 18th February 2018 13:41 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2018 07:38 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../www/export.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="lead magick-description">ImageMagick Studio LLC is a limited liability corporation based in the United States of America. All of our products are developed via online collaboration in public forums and distributed from a central server within the U.S. Therefore, U.S. export laws and regulations apply to our distributions and remain in force as products and technology are re-exported to different parties and places around the world. Information on export control classifications and associated restrictions may be required for exporting, re-exporting, record keeping, bundling/embedding of ImageMagick products, encryption reporting, and shipping documentation. More information on U.S. Export Regulations can be found at the <a href="http://www.bis.doc.gov/">U. S. Bureau of Industry and Security</a>.</p>
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="export.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="export.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 17th May 2018 09:47 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../www/history.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="blockquote">
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="history.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="history.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 18th February 2018 15:36 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2018 15:29 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
</tr>
<tr>
<td><a href="../Usage/transform/#vision">Delineate image features</a></td>
- <td><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
+ <td><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25476">Hough lines</a>.</td>
</tr>
<tr>
<td><a href="../Usage/fourier/">Discrete Fourier transform</a></td>
</tr>
<tr>
<td><a href="../Usage/transform/#vision">Noise and color reduction</a></td>
- <td><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
+ <td><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25504">mean-shift</a>.</td>
</tr>
<tr>
<td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="../www/high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced percision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less percision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <code>configure</code> script options: <code>--with-quantum-depth=8 --disable-hdri</code>.</p>
<h2 class="magick-post-title"><a class="anchor" id="community"></a>Community</h2>
-<p>To join the ImageMagick community, try the <a target="_blank" href="https://www.imagemagick.org/discourse-server/">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
+<p>To join the ImageMagick community, try the <a target="_blank" href="https://www.imagemagick.org/discourse-server//">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
</div>
</div>
</main><!-- /.container -->
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="../www/license.html" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="text-center"><a href="license.html#terms">Terms and Conditions for Use, Reproduction, and Distribution</a> • <a href="license.html#apply">How to Apply the License to your Work</a></p>
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="license.html#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="license.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 18th February 2018 13:10 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2018 07:51 -->
\ No newline at end of file
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<h2 class="magick-post-title">Reporting Bugs</h2>
<a class="anchor" id="bugs"></a>
<p>Questions regarding usage should be directed to or to report any bugs go to
-<a href="https://www.imagemagick.org/discourse-server//viewforum.html?f=23">Magick++ bug tracking forum</a>.
+<a href="https://www.imagemagick.org/discourse-server///viewforum.html?f=23">Magick++ bug tracking forum</a>.
</p>
</div>
</div>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<dd class="col-md-8"><a href="rsync://mirror.imagemagick.org/magick_html">rsync://mirror.imagemagick.org/magick_html/</a> (Web site mirror)</dd>
<dd class="col-md-8"><a href="rsync://mirror.imagemagick.org/magick_ftp">rsync://mirror.imagemagick.org/magick_ftp/</a> (FTP mirror)</dd>
</dl>
-<p>If you want to add a new mirror, please <a href="https://www.imagemagick.org/script/contact.php">contact us</a>.</p>
+<p>If you want to add a new mirror, please <a href="../www/https://www.imagemagick.org/script/contact.php">contact us</a>.</p>
</div>
</div>
</main><!-- /.container -->
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="../www/develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="../www/support.html">Donate</a> •
- <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
<link href="https://www.imagemagick.org/script/search.php" rel="canonical" />
<link href="../images/wand.png" rel="icon" />
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
- <a class="navbar-brand" href="../index.html"><img class="d-block" id="logo" name="ImageMagick" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
- <button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
+ <a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarsExampleDefault" style="">
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
+
</div>
</header>
- <main role="main" class="container">
+ <main class="container">
<div class="magick-template">
<div class="magick-header">
<p class="lead magick-description"> </p>
<a href="links.html">Related</a> •
<a href="sitemap.html">Sitemap</a>
- <a href="https://www.imagemagick.org/script/search.php#"><img class="d-inline" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
+ <a href="https://www.imagemagick.org/script/search.php#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<h2 class="magick-post-title"><a class="anchor" id="other"></a>Other Security Considerations</h2>
<p>If you spot a security flaw in ImageMagick, post your concern as an issue to
-<a href="https://github.com/ImageMagick/ImageMagick/issues">GitHub</a>. Be sure to include how to reproduce the security flaw and a link to any images needed to reproduce the flaw. Alternatively, <a href="https://www.imagemagick.org/script/contact.php">contact us</a> and select Security Issue as the issue.</p>
+<a href="https://github.com/ImageMagick/ImageMagick/issues">GitHub</a>. Be sure to include how to reproduce the security flaw and a link to any images needed to reproduce the flaw. Alternatively, <a href="../www/https://www.imagemagick.org/script/contact.php">contact us</a> and select Security Issue as the issue.</p>
<p>In addition to the security policy, you can make ImageMagick safer by ...</p>
<ul>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<dl class="magick-list-unstyled">
<li><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">Definitive Guide to ImageMagick</a>: this book explains ImageMagick in a practical, learn-by-example fashion.</li>
<li><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&camp=1789&tag=imagemagick-20&creative=9325&path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846">ImageMagick Tricks</a>: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.</li>
- <li><a href="https://www.imagemagick.org/discourse-server/">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</li>
- <li><a href="https://www.imagemagick.org/script/contact.php">Contact the Wizards</a>: for bug reports (only if you do not want to sign up to the <a href="https://www.imagemagick.org/discourse-server/">discourse server</a>), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server//">Discourse server</a>: get help from fellow ImageMagick users and developers, post to these forums.</li>
+ <li><a href="../www/https://www.imagemagick.org/script/contact.php">Contact the Wizards</a>: for bug reports (only if you do not want to sign up to the <a href="https://www.imagemagick.org/discourse-server//">discourse server</a>), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.</li>
</dl>
<h2 class="magick-post-title"><a class="anchor" id="support"></a>Support ImageMagick</h2>
<dl class="magick-list-unstyled">
- <li><a href="https://www.imagemagick.org/discourse-server//viewforum.html?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can <a href="https://www.imagemagick.org/script/contact.php">contact the ImageMagick developers</a> with a convenient web form.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server///viewforum.html?f=3">Report bugs and vulnerabilities</a>: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can <a href="../www/https://www.imagemagick.org/script/contact.php">contact the ImageMagick developers</a> with a convenient web form.</li>
<li><a href="support.html">Sponsor ImageMagick</a>: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.</li>
</dl>
<dl class="magick-list-unstyled">
<li><a href="../Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</li>
- <li><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25405">Canny edge detection</a>: extract edges from an image using the Canny technique.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25405">Canny edge detection</a>: extract edges from an image using the Canny technique.</li>
<li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
<li><a href="command-line-processing.html">Command-line processing</a>: utilize ImageMagick from the command line.</li>
<li><a href="connected-components.html">Connected Component Labeling</a>: uniquely label connected regions in an image.</li>
<li><a href="../Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</li>
<li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: <a href="opencl.html">certain algorithms</a> are <a href="http://en.wikipedia.org/wiki/OpenCL" target="_blank">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</li>
<li><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</li>
- <li><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25476">Hough lines</a>: fit straight lines to edges in an image using the Hough transform technique.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25476">Hough lines</a>: fit straight lines to edges in an image using the Hough transform technique.</li>
<li><a href="fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
<li><a href="gradient.html">Image gradients</a>: create a gradual blend of two colors whose shape is horizontal, vertical, circular, or elliptical.</li>
<li><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</li>
<li><a href="download.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your iPhone.</li>
- <li><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=26480">Kuwahara Filter</a>: apply an edge perserving noise and color reduction filter to an image.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=26480">Kuwahara Filter</a>: apply an edge perserving noise and color reduction filter to an image.</li>
<li><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
- <li><a href="https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&t=25504">Mean-shift</a>: apply a color reduction technique to an image.</li>
+ <li><a href="https://www.imagemagick.org/discourse-server///viewtopic.html?f=4&t=25504">Mean-shift</a>: apply a color reduction technique to an image.</li>
<li><a href="montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
<li><a href="../Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes and recognize patterns in images.</li>
<li><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
</p>
<p><a href="subversion.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
</dl>
<h2 class="magick-post-title"><a class="anchor" id="contribute"></a>Contribute a Bug Fix or Enhancement</h2>
-<p>Post any ImageMagick patches to the <a href="https://github.com/ImageMagick/ImageMagick/issues">Issues</a> forum if you think you have found and fixed a bug or security vulnerability. Post to the <a href="https://www.imagemagick.org/discourse-server//viewforum.html?f=2">Developers</a> forum if you want to propose an enhancement for discussion.</p>
+<p>Post any ImageMagick patches to the <a href="https://github.com/ImageMagick/ImageMagick/issues">Issues</a> forum if you think you have found and fixed a bug or security vulnerability. Post to the <a href="https://www.imagemagick.org/discourse-server///viewforum.html?f=2">Developers</a> forum if you want to propose an enhancement for discussion.</p>
<h2 class="magick-post-title"><a class="anchor" id="support"></a>Support the ImageMagick Project</h2>
</ul>
</fieldset>
<br/>
-<p>If you prefer a recurring subscription or if you have any questions about supporting ImageMagick, please <a href="https://www.imagemagick.org/script/contact.php">contact us</a>.
+<p>If you prefer a recurring subscription or if you have any questions about supporting ImageMagick, please <a href="../www/https://www.imagemagick.org/script/contact.php">contact us</a>.
</p>
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://www.imagemagick.org/discourse-server//">Community</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
<a href="support.html">Donate</a> •
- <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>