<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
-<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-4</a>. It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
+<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-6</a>. It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
<p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>. We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
<p>ImageMagick best practices <strong>strongly</strong> encourages you to configure a <a href="www/security-policy.html">security policy</a> that suits your local environment.</p>
<h2 class="magick-header"><a id="community"></a>Community</h2>
-<p>To join the ImageMagick community, try the <a 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="http://git.imagemagick.org/repos/ImageMagick/issues">issue</a>. </p>
+<p>To join the ImageMagick community, try the <a 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>
<footer class="magick-footer">
<p><a href="www/support.html">Donate</a> •
</div>
</body>
</html>
-<!-- Magick Cache 26th March 2017 15:32 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 16:20 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:07 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
<p>We list a few examples of the <code>animate</code> command here to illustrate its usefulness and ease of use. To get started, lets animate an image sequence in the GIF format:</p>
<pre>
-animate movie.gif
+magick animate movie.gif
</pre>
<p>To animate a directory of JPEG images, use:</p>
<pre>
-animate *.jpg
+magick animate *.jpg
</pre>
<p>You can find additional examples of using <code>animate</code> in <a href="https://www.imagemagick.org/Usage/basics/#animate">Examples of ImageMagick Usage</a>.</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickCore/list_8c.html" id="ReplaceImageInListReturnLast">ReplaceImageInListReturnLast</a></h2>
-<p>ReplaceImageInListReturnLast() is exactly as ReplaceImageInList() except the images pointer is set to the last image in the list of replacemen images.</p>
+<p>ReplaceImageInListReturnLast() is exactly as ReplaceImageInList() except the images pointer is set to the last image in the list of replacement images.</p>
<p>This allows you to simply use GetNextImageInList() to go to the image that follows the just replaced image, even if a list of replacement images was inserted.</p>
<tr><td><a class="reference external" href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a></td>
<td>Geometry specification.</td>
</tr>
-<tr><td><a class="reference external" href="http://www.imagemagick.org/Magick++/Image.html">Image</a></td>
+<tr><td><a class="reference external" href="http://www.imagemagick.org/Magick++/Image++.html">Image</a></td>
<td>Image frame. This is the primary object in <em>Magick++</em>.</td>
</tr>
<tr><td><a class="reference external" href="http://www.imagemagick.org/Magick++/Montage.html">Montage</a></td>
<h2><a href="http://www.imagemagick.org/api/MagickCore/memory_8c.html" id="AcquireAlignedMemory">AcquireAlignedMemory</a></h2>
-<p>AcquireAlignedMemory() returns a pointer to a block of memory at least size bytes whose address is a multiple of 16*sizeof(void *).</p>
+<p>AcquireAlignedMemory() returns a pointer to a block of memory at least size bytes whose address is aligned on a cache line or page boundary.</p>
<p>The format of the AcquireAlignedMemory method is:</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:53 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
<p>We list a few examples of the <code>compare</code> command here to illustrate its usefulness and ease of use. To get started, lets compare an image to one thats been sharpened:</p>
<pre>
-convert rose.jpg -sharpen 0x1 reconstruct.jpg
-compare rose.jpg reconstruct.jpg difference.png
-compare -compose src rose.jpg reconstruct.jpg difference.png
+magick convert rose.jpg -sharpen 0x1 reconstruct.jpg
+magick compare rose.jpg reconstruct.jpg difference.png
+magick compare -compose src rose.jpg reconstruct.jpg difference.png
</pre>
<ul>
<p>In addition to the visual interpretation of the difference in an image and its reconstruction, we report a mathematical measure of the difference:</p>
<pre>
--> compare -verbose -metric mae rose.jpg reconstruct.jpg difference.png
+-> magick compare -verbose -metric mae rose.jpg reconstruct.jpg difference.png
Image: rose.jpg
Channel distortion: MAE
red: 2282.91 (0.034835)
<p>Or, if you just want the red channel distortion, use this command:</p>
<pre>
--> compare -channel red -metric PSNR rose.jpg reconstruct.jpg difference.png
+-> magick compare -channel red -metric PSNR rose.jpg reconstruct.jpg difference.png
19.63
</pre>
<p>Or, if you just want the overall image distortion, use this command:</p>
<pre>
--> compare -metric PSNR rose.jpg reconstruct.jpg difference.png
+-> magick compare -metric PSNR rose.jpg reconstruct.jpg difference.png
28.31
</pre>
<p>If the reconstructed image is a subimage of the image, the compare program returns the best match offset. In addition, it returns a similarity image such that an exact match location is completely white and if none of the pixels match, black, otherwise some gray level in-between:</p>
<pre>
--> compare -metric RMSE -subimage-search logo.png wizard.jpg similarity.gif
+-> magick compare -metric RMSE -subimage-search logo.png wizard.jpg similarity.gif
85.05 (0.00129778) @ 353,157
</pre>
<td>decrypt image with this password</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#brightness-contrast">-brightness-contrast <var>geometry</var></a></td>
+ <td>improve brightness / contrast of the image</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#channel">-channel <var>type</var></a></td>
<td>apply option to select image channels</td>
<td>set image composite operator</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#crop">-crop <var>geometry</var></a></td>
+ <td>crop the image</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#decipher">-decipher <var>filename</var></a></td>
<td>convert cipher pixels to plain</td>
<td>maximum distortion for (sub)image match (default 0.2)</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#distort">-distort <var>type coefficients</var></a></td>
+ <td>distort image</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#encipher">-encipher <var>filename</var></a></td>
<td>convert plain pixels to cipher pixels</td>
<td>type of image interlacing scheme</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#level">-level <var>value</var></a></td>
+ <td>adjust the level of image contrast</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#limit">-limit <var>type value</var></a></td>
<td>pixel cache resource limit</td>
<td>pay attention to warning messages.</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#resize">-resize <var>geometry</var></a></td>
+ <td>resize the image</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#respect-parentheses">-respect-parentheses</a></td>
<td>settings remain in effect until parenthesis boundary.</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#rotate">-rotate <var>degrees</var></a></td>
+ <td>apply Paeth rotation to the image</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#sampling-factor">-sampling-factor <var>geometry</var></a></td>
<td>horizontal and vertical sampling factor</td>
<td>set an image attribute</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#sigmoidal">-sigmoidal-contrast <var>geometry</var></a></td>
+ <td>increase the contrast without saturating highlights or shadows</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#similarity-threshold">-similarity-threshold <var>value</var></a></td>
<td>minimum distortion for (sub)image match (default 0.0)</td>
<td>transparent color</td>
</tr>
+ <tr>
+ <td><a href="command-line-options.html#trim">-trim</a></td>
+ <td>trim image edges</td>
+ </tr>
+
<tr>
<td><a href="command-line-options.html#verbose">-verbose</a></td>
<td>print detailed information about the image</td>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
</div>
</body>
</html>
+<!-- Magick Cache 17th May 2017 17:58 -->
\ No newline at end of file
<p>We list a few examples of the <code>composite</code> command here to illustrate its usefulness and ease of use. To get started, lets overlay a smiley face over a rose:</p>
<pre>
-composite -gravity center smile.gif rose: rose-over.png
+magick composite -gravity center smile.gif rose: rose-over.png
</pre>
<ul>
<p>You can create three-dimensional effect with the <var>Atop</var>:</p>
<pre>
-convert -size 70x70 canvas:none -fill red -draw 'circle 35,35 10,30' red-circle.png
-convert -size 70x70 canvas:none -draw 'circle 35,35 35,20' -negate \
+magick convert -size 70x70 canvas:none -fill red -draw 'circle 35,35 10,30' red-circle.png
+magick convert -size 70x70 canvas:none -draw 'circle 35,35 35,20' -negate \
-channel A -gaussian-blur 0x8 white-highlight.png
-composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png
+magick composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png
</pre>
<ul>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
<p>We list a few examples of the <code>conjure</code> command here to illustrate its usefulness and ease of use. To get started, here is simple <code>conjure</code> command:</p>
<pre>
-conjure -dimensions 400x400 msl:incantation.msl
+magick conjure -dimensions 400x400 msl:incantation.msl
</pre>
<p>The MSL script <a href="http://www.imagemagick.org/source/incantation.msl">incantation.msl</a> used above is here:</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:55 -->
\ No newline at end of file
<p>We list a few examples of the <code>convert</code> command here to illustrate its usefulness and ease of use. To get started, lets convert an image in the JPEG format to PNG:</p>
<pre>
-convert rose.jpg rose.png
+magick convert rose.jpg rose.png
</pre>
<p>Next, we reduce the image size before it is written to the PNG format:</p>
<pre>
-convert rose.jpg -resize 50% rose.png
+magick convert rose.jpg -resize 50% rose.png
</pre>
<ul>
<p>You can combine multiple image-processing operations to produce complex results:</p>
<pre>
-convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \
+magick convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \
-draw "text 25,60 \'Magick\'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \
-draw "text 20,55 \'Magick\'" fuzzy-magick.png
</pre>
<p>or here we resize an image with improved quality:</p>
<pre>
-convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \
+magick convert input.png -colorspace RGB +sigmoidal-contrast 11.6933 \
-define filter:filter=Sinc -define filter:window=Jinc -define filter:lobes=3 \
-resize 400% -sigmoidal-contrast 11.6933 -colorspace sRGB output.png');
</pre>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:19 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
<p>We list a few examples of the <code>display</code> command here to illustrate its usefulness and ease of use. To get started, lets display an image in the JPEG format:</p>
<pre>
-display rose.jpg
+magick display rose.jpg
</pre>
<p>To tile a slate texture onto the root window, use:</p>
<pre>
-display -size 1280x1024 -window root slate.png
+magick display -size 1280x1024 -window root slate.png
</pre>
<p>To display a visual image directory of all your JPEG images, use:</p>
<pre>
-display 'vid:*.jpg'
+magick display 'vid:*.jpg'
</pre>
<p>The display program defaults to the X screen resolution. To display vecotr formats at their intended size, override the default resolution:</p>
<pre>
-display -density 72 drawing.svg
+magick display -density 72 drawing.svg
</pre>
<p>You can find additional examples of using <code>display</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/">Graphics from the Command Line</a>. Further discussion is available in <a href="https://www.ibm.com/developerworks/library/l-graf2/">More Graphics from the Command Line</a> and <a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
-
<h2 class="magick-header"><a id="options"></a>Option Summary</h2>
<p>The <code>display</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:03 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:19 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:36 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 17:52 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 16:57 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:27 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:12 -->
\ No newline at end of file
<p>We list a few examples of the <code>identify</code> command here to illustrate its usefulness and ease of use. To get started, lets identify an image in the JPEG format:</p>
<pre>
--> identify rose.jpg
+-> magick identify rose.jpg
rose.jpg JPEG 70x46 70x46+0+0 8-bit sRGB 2.36KB 0.000u 0:00.000
</pre>
<p>Next, we look at the same image in greater detail:</p>
-<pre class="pre-scrollable">-> identify -verbose rose.jpg
+<pre class="pre-scrollable">-> magick identify -verbose rose.jpg
Image: rose.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Mime type: images/jpeg
<p>To get the print size in inches of an image at 72 DPI, use:</p>
<pre>
--> identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png
+-> magick identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png
8.5 x 11 inches
</pre>
<p>The depth and dimensions of a raw image must be specified on the command line:</p>
<pre>
--> identify -depth 8 -size 640x480 image.raw
+-> magick identify -depth 8 -size 640x480 image.raw
image.raw RGB 640x480 sRGB 9kb 0.000u 0:01
</pre>
<p>Here we display the image texture features, moments, perceptual hash, and the number of unique colors in the image:</p>
<pre>
--> identify -verbose -features 1 -moments -unique image.png
+-> magick identify -verbose -features 1 -moments -unique image.png
</pre>
<p>Here is a special define that outputs the location of the minimum or maximum pixel of the image:</p>
<pre>
-identify -precision 5 -define identify:locate=maximum -define identify:limit=3 image.png
+magick identify -precision 5 -define identify:locate=maximum -define identify:limit=3 image.png
</pre>
<p>You can find additional examples of using <code>identify</code> in <a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:19 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
<p>We list a few examples of the <code>import</code> command here to illustrate its usefulness and ease of use. To get started, lets import an image in the JPEG format:</p>
<pre>
-import rose.jpg
+magick import rose.jpg
</pre>
<p>To capture the entire X server screen in the Postscript image format:</p>
<pre>
-import -window root screen.ps
+magick import -window root screen.ps
</pre>
<p>You can find additional examples of using <code>import</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
<p>ImageMagick best practices <strong>strongly</strong> encourages you to configure a <a href="https://www.imagemagick.org/script/security-policy.html">security policy</a> that suits your local environment.</p>
<h2 class="magick-header"><a id="community"></a>Community</h2>
-<p>To join the ImageMagick community, try the <a 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="http://git.imagemagick.org/repos/ImageMagick/issues">issue</a>. </p>
+<p>To join the ImageMagick community, try the <a 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>
<footer class="magick-footer">
<p><a href="https://www.imagemagick.org/script/support.html">Donate</a> •
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:19 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:02 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 16:44 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:23 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:04 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:15 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 18:24 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 20:21 -->
\ No newline at end of file
rose:</p>
<pre>
-mogrify -resize 50% rose.jpg
+magick mogrify -resize 50% rose.jpg
</pre>
<ul>
<p>You can resize all your JPEG images in a folder to a maximum dimension of 256x256 with this command:</p>
<pre>
-mogrify -resize 256x256 *.jpg
+magick mogrify -resize 256x256 *.jpg
</pre>
<p>Finally, we convert all our PNG images in a folder to the JPEG format:</p>
<pre>
-mogrify -format jpg *.png
+magick mogrify -format jpg *.png
</pre>
<p>Here image files 1.png, 2.png, etc., are left untouched and files 1.jpg, 2.jpg, etc., are created. They are copies of their respective PNG images except are stored in the JPEG image format.</p>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:10 -->
\ No newline at end of file
<p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p>
<pre>
-montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
+magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
</pre>
<ul>
<p>Ok, let's add some decorations:</p>
<pre>
-montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
+magick montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
</pre>
<ul>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:21 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:54 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:37 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:08 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:05 -->
\ No newline at end of file
</div>
</body>
</html>
+<!-- Magick Cache 17th May 2017 17:30 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:06 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
<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="resources.html">Resources</a>: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.</li>
<li><a href="openmp.html">Parallel execution</a>: ImageMagick is threaded to take advantage of speed-ups offered by the multicore processor chips.</li>
+ <li><a href="security-policy.html">Security policy</a>: best practices strongly encourages you to configure a security policy that suits your local environment.</li>
<li><a href="architecture.html">Architecture</a>: get to know more about the software and algorithms behind ImageMagick.</li>
<li><a href="license.html">License</a>: the legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick.</li>
<li><a href="export.html">Export classification</a>: export control status of ImageMagick.</li>
<h2 class="magick-header"><a id="download"></a>Download ImageMagick</h2>
<dl class="magick-list-unstyled">
- <li><a href="mirror.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</li>
+ <li><a href="download.html">Download ImageMagick</a>: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.</li>
<li> <dl class="magick-list-unstyled">
<li><a href="https://www.imagemagick.org/download">Unix source</a>: Unix source distributions.</li>
<li><a href="https://www.imagemagick.org/download/windows">Windows source</a>: Windows source distributions.</li>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:17 -->
\ No newline at end of file
<p>We list a few examples of the <code>stream</code> command here to illustrate its usefulness and ease of use. To get started, lets stream the red, green, blue components of a 640x480 JPEG image to disk as unsigned characters:</p>
<pre>
-stream -map rgb -storage-type char image.jpg pixels.dat
-display -depth 8 -size 640x480 rgb:pixels.dat
+magick stream -map rgb -storage-type char image.jpg pixels.dat
+magick display -depth 8 -size 640x480 rgb:pixels.dat
</pre>
<p>Here we extract a 100x100 region from a TIFF image in the grayscale format as doubles:</p>
<pre>
-stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw
+magick stream -map i -storage-type double -extract 100x100+30+40 image.tif gray.raw
</pre>
<p>You can also associate the region to extract with the image filename:</p>
<pre>
-stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw
+magick stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw
</pre>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:18 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 16:00 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:20 -->
\ No newline at end of file
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 -->
\ No newline at end of file
+<!-- Magick Cache 17th May 2017 16:07 -->
\ No newline at end of file