forked from openkylin/imagemagick
changed debian/source/format to native
This commit is contained in:
parent
424956d4a1
commit
1ebb9064cd
|
@ -57,26 +57,43 @@
|
||||||
-->
|
-->
|
||||||
<policymap>
|
<policymap>
|
||||||
<!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
|
<!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
|
||||||
<!-- <policy domain="resource" name="memory" value="2GiB"/> -->
|
<policy domain="resource" name="memory" value="256MiB"/>
|
||||||
<!-- <policy domain="resource" name="map" value="4GiB"/> -->
|
<policy domain="resource" name="map" value="512MiB"/>
|
||||||
<!-- <policy domain="resource" name="width" value="10KP"/> -->
|
<policy domain="resource" name="width" value="16KP"/>
|
||||||
<!-- <policy domain="resource" name="height" value="10KP"/> -->
|
<policy domain="resource" name="height" value="16KP"/>
|
||||||
<!-- <policy domain="resource" name="list-length" value="128"/> -->
|
<!-- <policy domain="resource" name="list-length" value="128"/> -->
|
||||||
<!-- <policy domain="resource" name="area" value="100MP"/> -->
|
<policy domain="resource" name="area" value="128MP"/>
|
||||||
<!-- <policy domain="resource" name="disk" value="16EiB"/> -->
|
<policy domain="resource" name="disk" value="1GiB"/>
|
||||||
<!-- <policy domain="resource" name="file" value="768"/> -->
|
<!-- <policy domain="resource" name="file" value="768"/> -->
|
||||||
<!-- <policy domain="resource" name="thread" value="4"/> -->
|
<!-- <policy domain="resource" name="thread" value="4"/> -->
|
||||||
<!-- <policy domain="resource" name="throttle" value="0"/> -->
|
<!-- <policy domain="resource" name="throttle" value="0"/> -->
|
||||||
<!-- <policy domain="resource" name="time" value="3600"/> -->
|
<!-- <policy domain="resource" name="time" value="3600"/> -->
|
||||||
<!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
|
<!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
|
||||||
<!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
|
<!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
|
||||||
<!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
|
|
||||||
<!-- <policy domain="path" rights="none" pattern="@*" /> -->
|
<!-- <policy domain="path" rights="none" pattern="@*" /> -->
|
||||||
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
|
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
|
||||||
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
|
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
|
||||||
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
|
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/>
|
||||||
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
|
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
|
||||||
<!-- <policy domain="system" name="shred" value="2"/> -->
|
<!-- <policy domain="system" name="shred" value="2"/> -->
|
||||||
<!-- <policy domain="system" name="precision" value="6"/> -->
|
<!-- <policy domain="system" name="precision" value="6"/> -->
|
||||||
<!-- <policy domain="system" name="font" value="/path/to/font.ttf"/> -->
|
<!-- <policy domain="system" name="font" value="/path/to/font.ttf"/> -->
|
||||||
|
<!-- <policy domain="system" name="pixel-cache-memory" value="anonymous"/> -->
|
||||||
|
<!-- <policy domain="system" name="shred" value="2"/> -->
|
||||||
|
<!-- <policy domain="system" name="precision" value="6"/> -->
|
||||||
|
<!-- not needed due to the need to use explicitly by mvg: -->
|
||||||
|
<!-- <policy domain="delegate" rights="none" pattern="MVG" /> -->
|
||||||
|
<!-- use curl -->
|
||||||
|
<policy domain="delegate" rights="none" pattern="URL" />
|
||||||
|
<policy domain="delegate" rights="none" pattern="HTTPS" />
|
||||||
|
<policy domain="delegate" rights="none" pattern="HTTP" />
|
||||||
|
<!-- in order to avoid to get image with password text -->
|
||||||
|
<policy domain="path" rights="none" pattern="@*"/>
|
||||||
|
<!-- disable ghostscript format types -->
|
||||||
|
<policy domain="coder" rights="none" pattern="PS" />
|
||||||
|
<policy domain="coder" rights="none" pattern="PS2" />
|
||||||
|
<policy domain="coder" rights="none" pattern="PS3" />
|
||||||
|
<policy domain="coder" rights="none" pattern="EPS" />
|
||||||
|
<policy domain="coder" rights="none" pattern="PDF" />
|
||||||
|
<policy domain="coder" rights="none" pattern="XPS" />
|
||||||
</policymap>
|
</policymap>
|
||||||
|
|
28
configure.ac
28
configure.ac
|
@ -208,9 +208,9 @@ AC_SUBST([SBIN_DIR])
|
||||||
eval "eval LIBEXEC_DIR=$libexecdir"
|
eval "eval LIBEXEC_DIR=$libexecdir"
|
||||||
AC_SUBST([LIBEXEC_DIR])
|
AC_SUBST([LIBEXEC_DIR])
|
||||||
eval "eval DATA_DIR=$datadir"
|
eval "eval DATA_DIR=$datadir"
|
||||||
AC_SUBST([DATA_DIR])
|
AC_SUBST(DATA_DIR)
|
||||||
eval "eval DOC_DIR=$datadir/doc"
|
eval "eval DOC_DIR=$docdir"
|
||||||
AC_SUBST([DOC_DIR])
|
AC_SUBST(DOC_DIR)
|
||||||
eval "eval SYSCONF_DIR=$sysconfdir"
|
eval "eval SYSCONF_DIR=$sysconfdir"
|
||||||
AC_SUBST([SYSCONF_DIR])
|
AC_SUBST([SYSCONF_DIR])
|
||||||
eval "eval SHAREDSTATE_DIR=$sharedstatedir"
|
eval "eval SHAREDSTATE_DIR=$sharedstatedir"
|
||||||
|
@ -805,7 +805,10 @@ MAGICK_ABI_SUFFIX="Q${QUANTUM_DEPTH}"
|
||||||
if test "$enable_hdri" = 'yes'; then
|
if test "$enable_hdri" = 'yes'; then
|
||||||
MAGICK_ABI_SUFFIX="Q${QUANTUM_DEPTH}${MAGICK_HDRI}"
|
MAGICK_ABI_SUFFIX="Q${QUANTUM_DEPTH}${MAGICK_HDRI}"
|
||||||
fi
|
fi
|
||||||
AC_SUBST([MAGICK_ABI_SUFFIX])
|
|
||||||
|
AC_SUBST(MAGICK_ABI_SUFFIX)
|
||||||
|
MAGICK_ABI_SUFFIX_LC=`echo "$MAGICK_ABI_SUFFIX" | sed 's/./\L&/g'`
|
||||||
|
AC_SUBST(MAGICK_ABI_SUFFIX_LC)
|
||||||
|
|
||||||
# Set pixel cache threshold
|
# Set pixel cache threshold
|
||||||
AC_ARG_WITH([cache],
|
AC_ARG_WITH([cache],
|
||||||
|
@ -3048,9 +3051,8 @@ AC_SUBST([FILTER_PATH])
|
||||||
|
|
||||||
#
|
#
|
||||||
# Path to ImageMagick documentation files
|
# Path to ImageMagick documentation files
|
||||||
DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${MAGICK_MAJOR_VERSION}"
|
DOCUMENTATION_PATH="${DOC_DIR}"
|
||||||
DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}"
|
DEFINE_DOCUMENTATION_PATH="${DOC_DIR}"
|
||||||
DEFINE_DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}/"
|
|
||||||
case "${build_os}" in
|
case "${build_os}" in
|
||||||
mingw* )
|
mingw* )
|
||||||
DEFINE_DOCUMENTATION_PATH=`$WinPathScript "$DEFINE_DOCUMENTATION_PATH" 1`
|
DEFINE_DOCUMENTATION_PATH=`$WinPathScript "$DEFINE_DOCUMENTATION_PATH" 1`
|
||||||
|
@ -3059,6 +3061,18 @@ esac
|
||||||
AC_DEFINE_UNQUOTED([DOCUMENTATION_PATH],["$DEFINE_DOCUMENTATION_PATH"],[Directory where ImageMagick documents live.])
|
AC_DEFINE_UNQUOTED([DOCUMENTATION_PATH],["$DEFINE_DOCUMENTATION_PATH"],[Directory where ImageMagick documents live.])
|
||||||
AC_SUBST([DOCUMENTATION_PATH])
|
AC_SUBST([DOCUMENTATION_PATH])
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Add distribution specific string for documentation
|
||||||
|
AC_ARG_WITH([extra-doc-dir],
|
||||||
|
[AC_HELP_STRING([--with-extra-doc-dir=""],
|
||||||
|
[extra documentation dir could be overriden by distribution, for instance by " (you may install the imagemagick-doc package)"])],
|
||||||
|
[extra_doc_dir="$withval"],
|
||||||
|
[extra_doc_dir=""])
|
||||||
|
AC_DEFINE_UNQUOTED(EXTRA_DOC_DIR,"$EXTRA_DOC_DIR",[Extra documentation dir could be overriden by distribution, for instance by " (you may install th imagemagick-doc package)"])
|
||||||
|
AC_SUBST(EXTRA_DOC_DIR,$extra_doc_dir)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Enable/Disable documentation
|
# Enable/Disable documentation
|
||||||
AC_ARG_ENABLE([docs],
|
AC_ARG_ENABLE([docs],
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
0001-Fix-br-tag.patch
|
|
||||||
0002-Fix-api-Image-.html.patch
|
|
||||||
0003-Fix-www-api-mophologie.html.patch
|
|
||||||
0004-Fix-www-command-line-options.html.patch
|
|
||||||
0005-Use-modern-idiom-for-autoconf.patch
|
|
||||||
0006-Allow-distribution-to-custumize-the-html-pointer-to-.patch
|
|
||||||
0007-Improve-policy-in-order-to-be-safer.patch
|
|
||||||
0008-Fix-remaining-error-in-html-files.patch
|
|
||||||
0009-Improve-man-page-to-use-version-information-and-quan.patch
|
|
||||||
0010-Fix-changelog-tag-mismatch.patch
|
|
||||||
0011-Fix-html-error-in-api-Image-.html.patch
|
|
||||||
0012-Fix-www-escape.html.patch
|
|
||||||
0013-Fix-www-magick-script.html.patch
|
|
||||||
0014-Fix-www-support.html.patch
|
|
||||||
0015-Fix-instead-of-lt-and-input-form.patch
|
|
||||||
0016-Fix-another-errors-in-html-files.patch
|
|
||||||
0017-Fix-index.html.patch
|
|
||||||
0018-Fix-end-tags.patch
|
|
||||||
0019-Fix-a-few-html-error.patch
|
|
||||||
0020-Fix-a-typo-in-manpage.patch
|
|
||||||
0021-Finalize-fixing-error-in-html.patch
|
|
||||||
0022-FIx-error-in-new-upstream-html.patch
|
|
||||||
0001-https-github.com-ImageMagick-ImageMagick6-issues-145.patch
|
|
||||||
0023-disable-ghostscript-formats.patch
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
12
index.html
12
index.html
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="www/https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="www/https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -136,7 +136,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://legacy.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
|
<td><a href="https://legacy.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
|
||||||
<td><a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic37d8.html?f=4&t=25405">Canny edge detection</a>, <a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic37d8.html?f=4&t=25476">Hough lines</a>.</td>
|
<td><a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic37d8.html?f=4&t=25405">Canny edge detection</a>, <a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic37d8.html?f=4&t=25476">Hough lines</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://legacy.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
|
<td><a href="https://legacy.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
|
||||||
|
@ -204,7 +204,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://legacy.imagemagick.org/Usage/transform/#vision">Noise and color reduction</a></td>
|
<td><a href="https://legacy.imagemagick.org/Usage/transform/#vision">Noise and color reduction</a></td>
|
||||||
<td><a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic6519.html?f=4&t=26480">Kuwahara Filter</a>, <a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic6519.html?f=4&t=25504">mean-shift</a>.</td>
|
<td><a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic6519.html?f=4&t=26480">Kuwahara Filter</a>, <a href="https://legacy.imagemagick.org/https://imagemagick.org/discourse-server/~/viewtopic6519.html?f=4&t=25504">mean-shift</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
|
<td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
|
||||||
|
@ -265,7 +265,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="www/assets/jquery.slim.min.js"><\/script>')</script><script src="www/assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="www/assets/jquery.slim.min.js"><\/script<')</script><script src="www/assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 24th January 2021 15:08 -->
|
<!-- Magick Cache 1st January 2021 17:21 -->
|
||||||
|
|
|
@ -1484,6 +1484,15 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info,
|
||||||
metrics->pixels_per_em.y=face->size->metrics.y_ppem;
|
metrics->pixels_per_em.y=face->size->metrics.y_ppem;
|
||||||
metrics->ascent=(double) face->size->metrics.ascender/64.0;
|
metrics->ascent=(double) face->size->metrics.ascender/64.0;
|
||||||
metrics->descent=(double) face->size->metrics.descender/64.0;
|
metrics->descent=(double) face->size->metrics.descender/64.0;
|
||||||
|
if (face->size->metrics.ascender == 0)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
Sanitize buggy ascender and descender values.
|
||||||
|
*/
|
||||||
|
metrics->ascent=face->size->metrics.y_ppem;
|
||||||
|
if (face->size->metrics.descender == 0)
|
||||||
|
metrics->descent=face->size->metrics.y_ppem/-3.5;
|
||||||
|
}
|
||||||
metrics->width=0;
|
metrics->width=0;
|
||||||
metrics->origin.x=0;
|
metrics->origin.x=0;
|
||||||
metrics->origin.y=0;
|
metrics->origin.y=0;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.TH ImageMagick 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ImageMagick \- is a free software suite for the creation, modification and display of bitmap images.
|
ImageMagick \- is a free software suite for the creation, modification and display of bitmap images.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBconvert\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
|
\fBconvert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
|
|
||||||
Use ImageMagick\[rg] to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, 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\\['e]zier curves.
|
Use ImageMagick\[rg] to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, 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\\['e]zier curves.
|
||||||
|
@ -77,7 +77,7 @@ interprets and executes scripts written in the Magick Scripting Language (MSL).
|
||||||
.PP
|
.PP
|
||||||
For more information about the ImageMagick, point your browser to file://@DOCUMENTATION_PATH@/index.html@EXTRA_DOC_DIR@ or http://imagemagick.org/.
|
For more information about the ImageMagick, point your browser to file://@DOCUMENTATION_PATH@/index.html@EXTRA_DOC_DIR@ or http://imagemagick.org/.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
convert(1), compare(1), composite(1), conjure(1), identify(1), import(1), montage(1), display(1), animate(1), import(1), Magick++-config(1), MagickCore-config(1), MagickWand-config(1)
|
convert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), identify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), composite-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), montage-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), compare-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), display-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), animate-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), import-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), conjure-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1), quantize(5), miff(4)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.TH animate 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH animate-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
animate \- animates an image or image sequence on any X server.
|
animate \- animates an image or image sequence on any X server.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBanimate\fP [\fIoptions\fP] \fIinput-file\fP
|
\fBanimate-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIinput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on any X server.
|
The \fBanimate-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to animate an image or image sequence on any X server.
|
||||||
|
|
||||||
For more information about the animate command, point your browser to file://@DOCUMENTATION_PATH@/www/animate.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/animate.php.
|
For more information about the animate command, point your browser to file://@DOCUMENTATION_PATH@/www/animate.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/animate.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -94,7 +94,7 @@ By default, the image format of `file' is determined by its magic number. To sp
|
||||||
Buttons:
|
Buttons:
|
||||||
1 press to map or unmap the Command widget
|
1 press to map or unmap the Command widget
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.TH compare 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH compare-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
compare \- mathematically and visually annotate the difference between an image and its reconstruction.
|
compare \- mathematically and visually annotate the difference between an image and its reconstruction.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBcompare\fP \fIinput-file\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
|
\fBcompare-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP \fIinput-file\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
|
The \fBcompare-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
|
||||||
|
|
||||||
For more information about the compare command, point your browser to file://@DOCUMENTATION_PATH@/www/compare.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/compare.php.
|
For more information about the compare command, point your browser to file://@DOCUMENTATION_PATH@/www/compare.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/compare.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -96,7 +96,7 @@ Two images are considered similar if their difference according to the specified
|
||||||
|
|
||||||
The compare program returns 2 on error, 0 if the images are similar, or a value between 0 and 1 if they are not similar.
|
The compare program returns 2 on error, 0 if the images are similar, or a value between 0 and 1 if they are not similar.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.TH composite 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH composite-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
composite \- overlaps one image over another.
|
composite \- overlaps one image over another.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBcomposite\fP \fB[\fP \fIoptions\fP \fB... ]\fP \fIchange-file base-file\fP \fB[\fP \fImask-file\fP \fB]\fP \fIoutput-image\fP
|
\fBcomposite-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP \fB[\fP \fIoptions\fP \fB... ]\fP \fIchange-file base-file\fP \fB[\fP \fImask-file\fP \fB]\fP \fIoutput-image\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools. Use it to overlap one image over another.
|
The \fBcomposite-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to overlap one image over another.
|
||||||
|
|
||||||
For more information about the composite command, point your browser to file://@DOCUMENTATION_PATH@/www/composite.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/composite.php.
|
For more information about the composite command, point your browser to file://@DOCUMENTATION_PATH@/www/composite.html@EXTRA_DOC_DIR@ or http://imagemagick.org/script/composite.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -109,7 +109,7 @@ Miscellaneous Options:
|
||||||
|
|
||||||
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH conjure 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH conjure-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
conjure \- interprets and executes scripts written in the Magick Scripting Language (MSL).
|
conjure \- interprets and executes scripts written in the Magick Scripting Language (MSL).
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBconjure\fP [\fIoptions\fP] \fIscript.msl\fP
|
\fBconjure-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIscript.msl\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBconjure\fP program is a member of the ImageMagick(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler.
|
The \fBconjure-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler.
|
||||||
|
|
||||||
For more information about the conjure command, point your browser to file://@DOCUMENTATION_PATH@/www/conjure.html or http://imagemagick.org/script/conjure.php.
|
For more information about the conjure command, point your browser to file://@DOCUMENTATION_PATH@/www/conjure.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/conjure.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-monitor monitor progress
|
\-monitor monitor progress
|
||||||
|
@ -27,8 +27,8 @@ In additiion, define any key value pairs required by your script. For example,
|
||||||
|
|
||||||
conjure \-size 100x100 \-color blue \-foo bar script.msl
|
conjure \-size 100x100 \-color blue \-foo bar script.msl
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH convert 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH convert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
convert \- convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
|
convert \- convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBconvert\fP [\fIinput-option\fP] \fIinput-file\fP [\fIoutput-option\fP] \fIoutput-file\fP
|
\fBconvert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIinput-option\fP] \fIinput-file\fP [\fIoutput-option\fP] \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBconvert\fP program is a member of the ImageMagick(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
|
The \fBconvert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
|
||||||
|
|
||||||
For more information about the convert command, point your browser to file://@DOCUMENTATION_PATH@/www/convert.html or http://imagemagick.org/script/convert.php.
|
For more information about the convert command, point your browser to file://@DOCUMENTATION_PATH@/www/convert.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/convert.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-adjoin join images into a single multi-image file
|
\-adjoin join images into a single multi-image file
|
||||||
|
@ -317,7 +317,8 @@ Use any setting or operator as an \fIoutput-option\fP. Only a limited number of
|
||||||
|
|
||||||
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
|
||||||
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH display 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH display-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
display \- displays an image or image sequence on any X server.
|
display \- displays an image or image sequence on any X server.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBdisplay\fP [\fIoptions\fP] \fIinput-file\fP
|
\fBdisplay-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIinput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools. Use it to display an image or image sequence on any X server.
|
The \fBdisplay-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to display an image or image sequence on any X server.
|
||||||
|
|
||||||
For more information about the display command, point your browser to file://@DOCUMENTATION_PATH@/www/display.html or http://imagemagick.org/script/display.php.
|
For more information about the display command, point your browser to file://@DOCUMENTATION_PATH@/www/display.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/display.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-alpha option on, activate, off, deactivate, set, opaque, copy
|
\-alpha option on, activate, off, deactivate, set, opaque, copy
|
||||||
|
@ -132,8 +132,8 @@ The display program defaults to the X screen resolution. To display vector form
|
||||||
|
|
||||||
display -density 72 drawing.svg
|
display -density 72 drawing.svg
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH identify 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH identify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
identify \- describes the format and characteristics of one or more image files.
|
identify \- describes the format and characteristics of one or more image files.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBidentify\fP [\fIoptions\fP] \fIinput-file\fP
|
\fBidentify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIinput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools. It describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image (by default off use \fI-define unique=true\fP option), the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option.
|
The \fBidentify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. It describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image (by default off use \fI-define unique=true\fP option), the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option.
|
||||||
|
|
||||||
For more information about the identify command, point your browser to file://@DOCUMENTATION_PATH@/www/identify.html or http://imagemagick.org/script/identify.php.
|
For more information about the identify command, point your browser to file://@DOCUMENTATION_PATH@/www/identify.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/identify.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-alpha option on, activate, off, deactivate, set, opaque, copy
|
\-alpha option on, activate, off, deactivate, set, opaque, copy
|
||||||
|
@ -73,8 +73,8 @@ By default, the image format of `file' is determined by its magic number. To sp
|
||||||
Although some options appear to modify the file to be identified, the identify command is strictly \fBread only\fP. For instance, the crop option crops the in-memory image and then describes the result.
|
Although some options appear to modify the file to be identified, the identify command is strictly \fBread only\fP. For instance, the crop option crops the in-memory image and then describes the result.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH import 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH import-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
import \- saves any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.
|
import \- saves any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBimport\fP [\fIoptions\fP] \fIoutput-file\fP
|
\fBimport-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBimport\fP program is a member of the ImageMagick(1) suite of tools. Use it to capture some or all of an X server screen and save the image to a file.
|
The \fBimport-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to capture some or all of an X server screen and save the image to a file.
|
||||||
|
|
||||||
For more information about the import command, point your browser to file://@DOCUMENTATION_PATH@/www/import.html or http://imagemagick.org/script/import.php.
|
For more information about the import command, point your browser to file://@DOCUMENTATION_PATH@/www/import.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/import.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-adjoin join images into a single multi-image file
|
\-adjoin join images into a single multi-image file
|
||||||
|
@ -92,8 +92,8 @@ Miscellaneous Options:
|
||||||
|
|
||||||
By default, 'file' is written in the Postscript image format. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, 'file' is written in the Postscript image format. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH mogrify 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH mogrify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mogrify \- resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert(1) writes to a different image file.
|
mogrify \- resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) writes to a different image file.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBmogrify\fP [\fIoptions\fP] \fIinput-file\fP
|
\fBmogrify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIinput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBmogrify\fP program is a member of the ImageMagick(1) suite of tools. Use it to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert(1) except the original image file is overwritten with any changes you request.
|
The \fBmogrify-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) except the original image file is overwritten with any changes you request.
|
||||||
|
|
||||||
For more information about the mogrify command, point your browser to file://@DOCUMENTATION_PATH@/www/mogrify.html or http://imagemagick.org/script/mogrify.php.
|
For more information about the mogrify command, point your browser to file://@DOCUMENTATION_PATH@/www/mogrify.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/mogrify.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-adjoin join images into a single multi-image file
|
\-adjoin join images into a single multi-image file
|
||||||
|
@ -320,8 +320,8 @@ Miscellaneous Options:
|
||||||
|
|
||||||
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
.TH montage 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH montage-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
|
montage \- create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBmontage\fP \fIinput-file[s]\fP [\fIoptions\fP] \fIoutput-file\fP
|
\fBmontage-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP \fIinput-file[s]\fP [\fIoptions\fP] \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
|
The \fBmontage-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP program is a member of the ImageMagick-ims@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
|
||||||
|
|
||||||
For more information about the montage command, point your browser to file://@DOCUMENTATION_PATH@/www/montage.html or http://imagemagick.org/script/montage.php.
|
|
||||||
|
For more information about the montage command, point your browser to file://@DOCUMENTATION_PATH@/www/montage.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/montage.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-adjoin join images into a single multi-image file
|
\-adjoin join images into a single multi-image file
|
||||||
|
@ -141,8 +142,8 @@ In addition to those listed above, you can specify these standard X resources as
|
||||||
|
|
||||||
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.TH stream 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
.TH stream-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@ 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
stream \- a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.
|
stream \- a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
\fBstream\fP [\fIoptions\fP] \fIinput-file\fP \fIoutput-file\fP
|
\fBstream-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP [\fIoptions\fP] \fIinput-file\fP \fIoutput-file\fP
|
||||||
.SH OVERVIEW
|
.SH OVERVIEW
|
||||||
\fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making \fBstream\fP desirable when working with large images or when you require raw pixel components.
|
\fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making \fBstream-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@\fP desirable when working with large images or when you require raw pixel components.
|
||||||
|
|
||||||
For more information about the stream command, point your browser to file://@DOCUMENTATION_PATH@/www/stream.html or http://imagemagick.org/script/stream.php.
|
For more information about the stream command, point your browser to file://@DOCUMENTATION_PATH@/www/stream.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/stream.php.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Image Settings:
|
Image Settings:
|
||||||
\-authenticate value decrypt image with this password
|
\-authenticate value decrypt image with this password
|
||||||
|
@ -52,8 +52,8 @@ Miscellaneous Options:
|
||||||
|
|
||||||
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
ImageMagick(1)
|
ImageMagick-im@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX_LC@(1)
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
|
|
||||||
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP
|
\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -162,6 +162,7 @@ BuildImageMagickObject release
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -649,6 +649,7 @@ no encode delegate for this image format
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Install Visual Studio dependencies</h2>
|
<h2>Install Visual Studio dependencies</h2>
|
||||||
<p>To build ImageMagick with Visual Studio the following components should be installed:</p:
|
<p>To build ImageMagick with Visual Studio the following components should be installed:</p>:
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Desktop development with C++ (workload)</li>
|
<li>Desktop development with C++ (workload)</li>
|
||||||
|
@ -150,6 +150,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -567,6 +567,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 19th March 2020 16:55 -->
|
||||||
|
|
|
@ -0,0 +1,224 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no" />
|
||||||
|
<title>ImageMagick - Application Program Interfaces</title>
|
||||||
|
<meta name="application-name" content="ImageMagick" />
|
||||||
|
<meta name="description" content="Use ImageMagick® to create, edit, compose, and convert bitmap images. Resize an image, crop it, change its shades and colors, add captions, and more." />
|
||||||
|
<meta name="application-url" content="https://imagemagick.org" />
|
||||||
|
<meta name="generator" content="PHP" />
|
||||||
|
<meta name="keywords" content="application, program, interfaces, image converter, image resizer, image editor, photo editor, jpg converter, png converter, tiff converter, vector images, online, free, swiss army" />
|
||||||
|
<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-2020 ImageMagick Studio LLC" />
|
||||||
|
<meta name="distribution" content="Global" />
|
||||||
|
<meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
|
||||||
|
<meta property='og:url' content='https://imagemagick.org/' />
|
||||||
|
<meta property='og:title' content='ImageMagick' />
|
||||||
|
<meta property='og:image' content='https://imagemagick.org/images/logo.png' />
|
||||||
|
<meta property='og:type' content='website' />
|
||||||
|
<meta property='og:site_name' content='ImageMagick' />
|
||||||
|
<meta property='og:description' content="Create, Edit, Compose, or Convert Bitmap Images" />
|
||||||
|
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||||
|
<link href="https://imagemagick.org/www/api.html" rel="canonical" />
|
||||||
|
<link href="../images/wand.png" rel="icon" />
|
||||||
|
<link href="../images/wand.ico" rel="shortcut icon" />
|
||||||
|
<link href="../assets/magick-css.html" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||||
|
<a class="navbar-brand" href="../index.html"><img class="d-block" id="wand" alt="ImageMagick" width="32" height="32" src="../images/wand.ico"/></a>
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsMagick" aria-controls="navbarsMagick" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="navbar-collapse collapse" id="navbarsMagick" style="">
|
||||||
|
<ul class="navbar-nav mr-auto">
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="../index.html">Home <span class="sr-only">(current)</span></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="download.html">Download</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="command-line-tools.html">Tools</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="command-line-processing.html">Command-line</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="resources.html">Resources</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="develop.html">Develop</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.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>
|
||||||
|
</nav>
|
||||||
|
<div class="container">
|
||||||
|
<script async="async" src="https://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-client="ca-pub-3129977114552745"
|
||||||
|
data-ad-slot="6345125851"
|
||||||
|
data-full-width-responsive="true"
|
||||||
|
data-ad-format="horizontal"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<main class="container">
|
||||||
|
<div class="magick-template">
|
||||||
|
<div class="magick-header">
|
||||||
|
|
||||||
|
<p class="lead magick-description">ImageMagick includes a number of ready-made interfaces. This makes it possible to modify or create images automagically and dynamically utilizing your favorite development platform.</p>
|
||||||
|
|
||||||
|
<dl class="dl-horizontal">
|
||||||
|
<dt><a id="ada"></a>Ada</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://gna.org/projects/g2f/">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>
|
||||||
|
|
||||||
|
<dt><a id="c"></a>C</dt>
|
||||||
|
|
||||||
|
<dd>Use <a href="magick-wand.html">MagickWand</a> to convert, compose, and edit images from the C language. There is also the low-level <a href="magick-core.html">MagickCore</a> library for wizard-level developers.</dd>
|
||||||
|
|
||||||
|
<dt><a id="ch"></a>Ch</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://imagemagick.org/ChMagick">ChMagick</a> is a <a href="http://www.softintegration.com/">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</dd>
|
||||||
|
|
||||||
|
<dt><a id="com_"></a>COM+</dt>
|
||||||
|
|
||||||
|
<dd>Use <a href="ImageMagickObject.html">ImageMagickObject</a> to convert, compose, and edit images from a Windows COM+ compatible component.</dd>
|
||||||
|
|
||||||
|
<dt><a id="c__"></a>C++</dt>
|
||||||
|
|
||||||
|
<dd><a href="magick++.html">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="https://imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="https://imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</dd>
|
||||||
|
|
||||||
|
<dt><a id="go"></a>GO</dt>
|
||||||
|
<dd><a href="https://github.com/gographics/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
|
||||||
|
|
||||||
|
<dt><a id="java"></a>Java</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://www.jmagick.org">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net">Im4java</a> is a pure-java interface to the ImageMagick command-line.</dd>
|
||||||
|
|
||||||
|
<dt><a id="julia"></a>Julia</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://github.com/JuliaIO/ImageMagick.jl">JuliaIO</a> provides an object-oriented Julia interface to ImageMagick.</dd>
|
||||||
|
|
||||||
|
<dt><a id="labview"></a>LabVIEW</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://forums.lavag.org/downloads-file90.html">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</dd>
|
||||||
|
|
||||||
|
<dt><a id="lisp"></a>Lisp</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</dd>
|
||||||
|
|
||||||
|
<dt><a id="lua"></a>Lua</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://github.com/leafo/magick">Lua</a> bindings to ImageMagick for LuaJIT using FFI.</dd>
|
||||||
|
|
||||||
|
<dt><a id="neko"></a>Neko</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://code.google.com/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
|
||||||
|
|
||||||
|
<dt><a id="dot-net"></a>.NET</dt>
|
||||||
|
|
||||||
|
<dd>Use <a href="http://magick.codeplex.com/">Magick.NET</a> to convert, compose, and edit images from Windows .NET.</dd>
|
||||||
|
|
||||||
|
<dd><a href="http://sourceforge.net/projects/imagemagickapp/">ImageMagickApp</a> is a .NET application written in C# that utilizes the ImageMagick command line to allow conversion of multiple image formats to different formats.</dd>
|
||||||
|
|
||||||
|
<dt><a id="pascal"></a>Pascal</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</dd>
|
||||||
|
|
||||||
|
<dt><a id="perl"></a>Perl</dt>
|
||||||
|
|
||||||
|
<dd>Use <a href="perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</dd>
|
||||||
|
|
||||||
|
<dt><a id="php"></a>PHP</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://www.magickwand.org/">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</dd>
|
||||||
|
|
||||||
|
<dd><a href="http://pecl.html.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
|
||||||
|
|
||||||
|
<dd><a href="https://github.com/francodacosta/phmagick">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</dd>
|
||||||
|
|
||||||
|
|
||||||
|
<dt><a id="python"></a>Python</dt>
|
||||||
|
|
||||||
|
|
||||||
|
<dd><a href="http://wand-py.org/">Wand</a> is a ctypes-based ImagedMagick binding library for Python.</dd>
|
||||||
|
<dd><a href="https://imagemagick.org/download/python/">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</dd>
|
||||||
|
<dd><a href="http://www.assembla.com/wiki/show/pythonmagickwand">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</dd>
|
||||||
|
<dd><a href="http://siptoolbox.sourceforge.net/">Scilab Image Processing</a> toolbox utilizes ImageMagick to do imaging tasks such as filtering, blurring, edge detection, thresholding, histogram manipulation, segmentation, mathematical morphology, color image processing, etc..</dd>
|
||||||
|
|
||||||
|
<dt><a id="realbasic"></a>REALbasic</dt>
|
||||||
|
|
||||||
|
<dd>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</dd>
|
||||||
|
|
||||||
|
<dt><a id="ruby"></a>Ruby</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://rmagick.github.io/">RMagick</a> is an interface between the Ruby programming language and the <a href="magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="https://rmagick.github.io/">documentation</a>.</dd>
|
||||||
|
|
||||||
|
<dd><a href="http://magickwand.rubyforge.org/">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/">documentation</a>.</dd>
|
||||||
|
|
||||||
|
<dd><a href="https://github.com/minimagick">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</dd>
|
||||||
|
|
||||||
|
<dd><a href="http://quickmagick.rubyforge.org/quick_magick">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</dd>
|
||||||
|
|
||||||
|
<dt><a id="rust"></a>Rust</dt>
|
||||||
|
|
||||||
|
<dd><a href="https://github.com/influenza/wand-of-rust">RustWand</a> is a MagickWand bindings for the Rust language.</dd>
|
||||||
|
|
||||||
|
<dt><a id="tcl"></a>Tcl/Tk</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://tclmagick.sourceforge.net/">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</dd>
|
||||||
|
|
||||||
|
<dt><a id="xml-rpc"></a>XML RPC</dt>
|
||||||
|
|
||||||
|
<dd><a href="http://code.google.com/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main><!-- /.container -->
|
||||||
|
<footer class="magick-footer">
|
||||||
|
<p><a href="security-policy.html">Security</a> •
|
||||||
|
<a href="architecture.html">Architecture</a>
|
||||||
|
|
||||||
|
<a href="api.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="links.html">Related</a> •
|
||||||
|
<a href="sitemap.html">Sitemap</a>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<a href="support.html">Donate</a> •
|
||||||
|
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||||
|
<a href="https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a>
|
||||||
|
<br/>
|
||||||
|
<a href="https://github.com/imagemagick/imagemagick6" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||||
|
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 416.32" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path fill="currentColor" d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92"/></svg></a>
|
||||||
|
<br/>
|
||||||
|
<small>© 1999-2020 ImageMagick Studio LLC</small></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Javascript assets -->
|
||||||
|
<script src="assets/magick.js" crossorigin="anonymous" />
|
||||||
|
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-lg-0" action="../https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -147,7 +147,7 @@ int main(int argc,char **argv)
|
||||||
// Write the image to a file
|
// Write the image to a file
|
||||||
image.write( "x.gif" );
|
image.write( "x.gif" );
|
||||||
}
|
}
|
||||||
catch( Exception &error_ )
|
catch( Exception &error_ )
|
||||||
{
|
{
|
||||||
cout << "Caught exception: " << error_.what() << endl;
|
cout << "Caught exception: " << error_.what() << endl;
|
||||||
return 1;
|
return 1;
|
||||||
|
@ -171,8 +171,8 @@ following:
|
||||||
<li> Write the third image to a file.</li>
|
<li> Write the third image to a file.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
#include <Magick++.h>
|
#include <Magick++.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Magick;
|
using namespace Magick;
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
|
@ -195,7 +195,7 @@ and the image data is never copied.
|
||||||
a 100 by 100 pixel white image with a red pixel in the center and
|
a 100 by 100 pixel white image with a red pixel in the center and
|
||||||
writes it to a file: </p>
|
writes it to a file: </p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
#include <Magick++.h>
|
#include <Magick++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Magick;
|
using namespace Magick;
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
|
@ -214,7 +214,6 @@ image.quantizeColorSpace( GRAYColorspace );
|
||||||
image.quantizeColors( 256 );
|
image.quantizeColors( 256 );
|
||||||
image.quantize( );
|
image.quantize( );
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
|
||||||
<p>or, more simply: </p>
|
<p>or, more simply: </p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
image.type( GrayscaleType );
|
image.type( GrayscaleType );
|
||||||
|
@ -235,10 +234,10 @@ has been placed within a Blob, it may be read into a Magick++ Image via
|
||||||
a <a href="Image++.html#constructor_blob">constructor</a> or <a href="Image++.html#read">read()</a>
|
a <a href="Image++.html#constructor_blob">constructor</a> or <a href="Image++.html#read">read()</a>
|
||||||
. Likewise, a Magick++ image may be written to a Blob via <a
|
. Likewise, a Magick++ image may be written to a Blob via <a
|
||||||
href="Image++.html#write"> write()</a> .
|
href="Image++.html#write"> write()</a> .
|
||||||
<p>An example of using Image to write to a Blob follows: <br>
|
<p>An example of using Image to write to a Blob follows: <br />
|
||||||
</p>
|
</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
#include <Magick++.h>
|
#include <Magick++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Magick;
|
using namespace Magick;
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
|
@ -250,14 +249,14 @@ int main(int argc,char **argv)
|
||||||
// Write to BLOB in JPEG format
|
// Write to BLOB in JPEG format
|
||||||
Blob blob;
|
Blob blob;
|
||||||
image.magick( "JPEG" ) // Set JPEG output format
|
image.magick( "JPEG" ) // Set JPEG output format
|
||||||
image.write( &blob );
|
image.write( &blob );
|
||||||
|
|
||||||
[ Use BLOB data (in JPEG format) here ]
|
[ Use BLOB data (in JPEG format) here ]
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
<p><br>
|
<p><br />
|
||||||
likewise, to read an image from a Blob, you could use one of the
|
likewise, to read an image from a Blob, you could use one of the
|
||||||
following examples: </p>
|
following examples: </p>
|
||||||
<p>[ <font color="#000000">Entry condition for the following examples
|
<p>[ <font color="#000000">Entry condition for the following examples
|
||||||
|
@ -286,9 +285,9 @@ image.read( blob);
|
||||||
<div class="doc-section">
|
<div class="doc-section">
|
||||||
Image may be constructed in a number of ways. It may be constructed
|
Image may be constructed in a number of ways. It may be constructed
|
||||||
from a file, a URL, or an encoded image (e.g. JPEG) contained in an
|
from a file, a URL, or an encoded image (e.g. JPEG) contained in an
|
||||||
in-memory <a href="http://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> . The available Image
|
in-memory <a href="https://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> . The available Image
|
||||||
constructors are shown in the following table: <br>
|
constructors are shown in the following table: <br />
|
||||||
<br>
|
<br />
|
||||||
|
|
||||||
<ul><table bgcolor="#ffffff" border="1" width="100%">
|
<ul><table bgcolor="#ffffff" border="1" width="100%">
|
||||||
<caption><b>Image Constructors</b></caption> <tbody>
|
<caption><b>Image Constructors</b></caption> <tbody>
|
||||||
|
@ -349,11 +348,11 @@ const
|
||||||
string &magick_</font></td>
|
string &magick_</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><font size="-1">const size_t width_, </font> <br>
|
<td><font size="-1">const size_t width_, </font> <br />
|
||||||
<font size="-1">const size_t height_,</font> <br>
|
<font size="-1">const size_t height_,</font> <br />
|
||||||
<font size="-1">std::string map_,</font> <br>
|
<font size="-1">std::string map_,</font> <br />
|
||||||
<font size="-1">const <a href="http://www.imagemagick.org/Magick++/Enumerations.html#StorageType">
|
<font size="-1">const <a href="https://www.imagemagick.org/Magick++/Enumerations.html#StorageType">
|
||||||
StorageType</a> type_,</font> <br>
|
StorageType</a> type_,</font> <br />
|
||||||
<font size="-1">const void *pixels_</font></td>
|
<font size="-1">const void *pixels_</font></td>
|
||||||
<td><font size="-1">Construct a new Image based on an array of
|
<td><font size="-1">Construct a new Image based on an array of
|
||||||
image pixels. The pixel data must be in scanline order top-to-bottom.
|
image pixels. The pixel data must be in scanline order top-to-bottom.
|
||||||
|
@ -363,7 +362,7 @@ are [0..MaxRGB]. For example, to create a 640x480 image from
|
||||||
unsigned red-green-blue character data, use</font>
|
unsigned red-green-blue character data, use</font>
|
||||||
<p><font size="-1"> Image image( 640, 480, "RGB",
|
<p><font size="-1"> Image image( 640, 480, "RGB",
|
||||||
0, pixels );</font> </p>
|
0, pixels );</font> </p>
|
||||||
<p><font size="-1">The parameters are as follows:</font> <br>
|
<p><font size="-1">The parameters are as follows:</font> <br />
|
||||||
|
|
||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -419,7 +418,7 @@ image.addNoise(GaussianNoise);
|
||||||
image.write("myImage.tiff");
|
image.write("myImage.tiff");
|
||||||
</pre>
|
</pre>
|
||||||
adds gaussian noise to the image file "myImage.tiff".
|
adds gaussian noise to the image file "myImage.tiff".
|
||||||
<p>The operations supported by Image are shown in the following table: <br>
|
<p>The operations supported by Image are shown in the following table: <br />
|
||||||
|
|
||||||
<ul><table nosave="" border="1">
|
<ul><table nosave="" border="1">
|
||||||
<caption><b>Image Image Manipulation Methods</b></caption> <tbody>
|
<caption><b>Image Image Manipulation Methods</b></caption> <tbody>
|
||||||
|
@ -431,11 +430,11 @@ adds gaussian noise to the image file "myImage.tiff".
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" valign="middle">
|
<td style="text-align: center;" valign="middle">
|
||||||
<div align="center"><a name="adaptiveThreshold"></a> <font
|
<div align="center"><a name="adaptiveThreshold"></a> <font
|
||||||
size="-1">adaptiveThreshold<br>
|
size="-1">adaptiveThreshold<br />
|
||||||
</font></div>
|
</font></div>
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle"><font size="-1">size_t width, size_t
|
<td valign="middle"><font size="-1">size_t width, size_t
|
||||||
height, size_t offset = 0<br>
|
height, size_t offset = 0<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="top"><font size="-1">Apply adaptive thresholding to
|
<td valign="top"><font size="-1">Apply adaptive thresholding to
|
||||||
the image. Adaptive thresholding is useful if the ideal threshold level
|
the image. Adaptive thresholding is useful if the ideal threshold level
|
||||||
|
@ -446,7 +445,7 @@ across the image. Adaptive thresholding works by evaluating the mean
|
||||||
and using the mean as the thresholding value. In order to remove
|
and using the mean as the thresholding value. In order to remove
|
||||||
residual noise from the background, the threshold may be adjusted by
|
residual noise from the background, the threshold may be adjusted by
|
||||||
subtracting a constant <i>offset</i> (default zero) from the mean to
|
subtracting a constant <i>offset</i> (default zero) from the mean to
|
||||||
compute the threshold.</font><br>
|
compute the threshold.</font><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -459,27 +458,27 @@ noiseType_</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="addNoiseChannel"></a>addNoiseChannel<br>
|
name="addNoiseChannel"></a>addNoiseChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const NoiseType noiseType_<br>
|
channel_, const NoiseType noiseType_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Add noise to an image
|
<td style="vertical-align: middle;"><small>Add noise to an image
|
||||||
channel with the specified noise type.</small><font size="-1"> The <span
|
channel with the specified noise type.</small><font size="-1"> The <span
|
||||||
style="font-style: italic;">channel_</span> parameter specifies the
|
style="font-style: italic;">channel_</span> parameter specifies the
|
||||||
channel to add noise to. The </font><small>noiseType_ parameter
|
channel to add noise to. The </font><small>noiseType_ parameter
|
||||||
specifies the type of noise.<br>
|
specifies the type of noise.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="affineTransform"></a>affineTransform<br>
|
name="affineTransform"></a>affineTransform<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const DrawableAffine
|
<td style="vertical-align: middle;"><small>const DrawableAffine
|
||||||
&affine<br>
|
&affine<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Transform image by
|
<td style="vertical-align: middle;"><small>Transform image by
|
||||||
specified affine (or free transform) matrix.<br>
|
specified affine (or free transform) matrix.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -528,10 +527,10 @@ deviation of the Laplacian, in pixels.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="blurChannel"></a>blurChannel<br>
|
name="blurChannel"></a>blurChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br>
|
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><font size="-1">Blur an image
|
<td style="vertical-align: middle;"><font size="-1">Blur an image
|
||||||
channel. The <span style="font-style: italic;">channel_</span>
|
channel. The <span style="font-style: italic;">channel_</span>
|
||||||
|
@ -619,9 +618,9 @@ width, height, or other image attributes by embedding <a
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" valign="middle"><font size="-1"><a
|
<td style="text-align: center;" valign="middle"><font size="-1"><a
|
||||||
name="compare"></a> compare<br>
|
name="compare"></a> compare<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="middle"><font size="-1">const Image &reference_<br>
|
<td valign="middle"><font size="-1">const Image &reference_<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="top"><font size="-1">Compare current image with
|
<td valign="top"><font size="-1">Compare current image with
|
||||||
another image. Sets <a href="Image++.html#meanErrorPerPixel">meanErrorPerPixel</a>
|
another image. Sets <a href="Image++.html#meanErrorPerPixel">meanErrorPerPixel</a>
|
||||||
|
@ -630,7 +629,7 @@ another image. Sets <a href="Image++.html#meanErrorPerPixel">meanErrorPerPixel</
|
||||||
image. False is returned if the images are identical. An ErrorOption
|
image. False is returned if the images are identical. An ErrorOption
|
||||||
exception is thrown if the reference image columns, rows, colorspace,
|
exception is thrown if the reference image columns, rows, colorspace,
|
||||||
or
|
or
|
||||||
matte differ from the current image.</font><br>
|
matte differ from the current image.</font><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -710,7 +709,7 @@ kernel to apply.</font></td>
|
||||||
<center><a name="display"></a> <font size="-1">display</font></center>
|
<center><a name="display"></a> <font size="-1">display</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">void</font></td>
|
<td><font size="-1">void</font></td>
|
||||||
<td><font size="-1">Display image on screen.</font> <br>
|
<td><font size="-1">Display image on screen.</font> <br />
|
||||||
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
||||||
an image format is is not compatible with the display visual (e.g.
|
an image format is is not compatible with the display visual (e.g.
|
||||||
JPEG on a colormapped display) then the original image will be
|
JPEG on a colormapped display) then the original image will be
|
||||||
|
@ -784,8 +783,8 @@ background color.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" rowspan="4">
|
<td style="text-align: center;" rowspan="4">
|
||||||
<center><a name="extent"></a> <font size="-1">extent</font></td>
|
<center><a name="extent"></a> <font size="-1">extent</font></center></td>
|
||||||
<td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &geometry_</font></td>
|
<td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &geometry_</font></td>
|
||||||
<td rowspan="2"><font size="-1">extends the image as defined by the geometry, gravity, and image background color.</font></td>
|
<td rowspan="2"><font size="-1">extends the image as defined by the geometry, gravity, and image background color.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -813,7 +812,7 @@ vertical direction)</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" rowspan="4">
|
<td style="text-align: center;" rowspan="4">
|
||||||
<center><a name="floodFillColor"></a> <font size="-1">floodFill-</font>
|
<center><a name="floodFillColor"></a> <font size="-1">floodFill-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Color</font></center>
|
<font size="-1">Color</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">ssize_t x_, ssize_t y_, const <a
|
<td><font size="-1">ssize_t x_, ssize_t y_, const <a
|
||||||
|
@ -852,7 +851,7 @@ method.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" rowspan="4">
|
<td style="text-align: center;" rowspan="4">
|
||||||
<center><a name="floodFillTexture"></a> <font size="-1">floodFill-</font>
|
<center><a name="floodFillTexture"></a> <font size="-1">floodFill-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Texture</font></center>
|
<font size="-1">Texture</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">ssize_t x_, ssize_t y_, const
|
<td><font size="-1">ssize_t x_, ssize_t y_, const
|
||||||
|
@ -933,10 +932,10 @@ specified by 'sigma_'.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="gaussianBlurChannel"></a>gaussianBlurChannel<br>
|
name="gaussianBlurChannel"></a>gaussianBlurChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br>
|
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><font size="-1">Gaussian blur
|
<td style="vertical-align: middle;"><font size="-1">Gaussian blur
|
||||||
an image channel. </font><font size="-1">The <span
|
an image channel. </font><font size="-1">The <span
|
||||||
|
@ -949,11 +948,11 @@ specified by 'sigma_'.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center;" valign="middle"><font size="-1"><a
|
<td style="text-align: center;" valign="middle"><font size="-1"><a
|
||||||
name="haldClut"></a> haldClut<br>
|
name="haldClut"></a> haldClut<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="middle"><font size="-1">const Image &reference_<br>
|
<td valign="middle"><font size="-1">const Image &reference_<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="top"><font size="-1">apply a Hald color lookup table to the image.</font><br>
|
<td valign="top"><font size="-1">apply a Hald color lookup table to the image.</font><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -987,10 +986,10 @@ specify a header string to print above the image.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: top; text-align: center;"><small><a
|
<td style="vertical-align: top; text-align: center;"><small><a
|
||||||
name="level"></a>level<br>
|
name="level"></a>level<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: top;"><small>const double black_point,
|
<td style="vertical-align: top;"><small>const double black_point,
|
||||||
const double white_point, const double mid_point=1.0<br>
|
const double white_point, const double mid_point=1.0<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: top;"><small>Level image. Adjust the
|
<td style="vertical-align: top;"><small>Level image. Adjust the
|
||||||
levels of the image by scaling the colors falling between specified
|
levels of the image by scaling the colors falling between specified
|
||||||
|
@ -1002,16 +1001,16 @@ specifies a gamma correction to apply to the image. White point
|
||||||
specifies the lightest color in the image. Colors brighter than
|
specifies the lightest color in the image. Colors brighter than
|
||||||
the white point are set to the maximum quantum value. The black and
|
the white point are set to the maximum quantum value. The black and
|
||||||
white point have the valid range 0 to MaxRGB while mid (gamma) has a
|
white point have the valid range 0 to MaxRGB while mid (gamma) has a
|
||||||
useful range of 0 to ten.<br>
|
useful range of 0 to ten.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="levelChannel"></a>levelChannel<br>
|
name="levelChannel"></a>levelChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel, const double black_point, const double white_point, const
|
channel, const double black_point, const double white_point, const
|
||||||
double mid_point=1.0<br>
|
double mid_point=1.0<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Level image channel.
|
<td style="vertical-align: middle;"><small>Level image channel.
|
||||||
Adjust the levels of the image channel by scaling the values falling
|
Adjust the levels of the image channel by scaling the values falling
|
||||||
|
@ -1023,7 +1022,7 @@ specifies a gamma correction to apply to the image. White point
|
||||||
specifies the lightest color in the image. Colors brighter than the
|
specifies the lightest color in the image. Colors brighter than the
|
||||||
white point are set to the maximum quantum value. The black and white
|
white point are set to the maximum quantum value. The black and white
|
||||||
point have the valid range 0 to MaxRGB while mid (gamma) has a useful
|
point have the valid range 0 to MaxRGB while mid (gamma) has a useful
|
||||||
range of 0 to ten.<br>
|
range of 0 to ten.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1105,17 +1104,17 @@ change).</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="motionBlur"></a>motionBlur<br>
|
name="motionBlur"></a>motionBlur<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const double radius_,
|
<td style="vertical-align: middle;"><small>const double radius_,
|
||||||
const double sigma_, const double angle_<br>
|
const double sigma_, const double angle_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Motion blur image with
|
<td style="vertical-align: middle;"><small>Motion blur image with
|
||||||
specified blur factor. The radius_ parameter specifies the radius of
|
specified blur factor. The radius_ parameter specifies the radius of
|
||||||
the Gaussian, in pixels, not counting the center pixel. The
|
the Gaussian, in pixels, not counting the center pixel. The
|
||||||
sigma_ parameter specifies the standard deviation of the Laplacian, in
|
sigma_ parameter specifies the standard deviation of the Laplacian, in
|
||||||
pixels. The angle_ parameter specifies the angle the object appears to
|
pixels. The angle_ parameter specifies the angle the object appears to
|
||||||
be coming from (zero degrees is from the right).<br>
|
be coming from (zero degrees is from the right).<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1185,10 +1184,10 @@ valid after calling ping.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="process"></a>process<br>
|
name="process"></a>process<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>std::string name_,
|
<td style="vertical-align: middle;"><small>std::string name_,
|
||||||
const ssize_t argc_, char **argv_<br>
|
const ssize_t argc_, char **argv_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Execute the named
|
<td style="vertical-align: middle;"><small>Execute the named
|
||||||
process module, passing any arguments via an argument vector, with
|
process module, passing any arguments via an argument vector, with
|
||||||
|
@ -1196,7 +1195,7 @@ argc_
|
||||||
specifying the number of arguments in the vector, and argv_ passing the
|
specifying the number of arguments in the vector, and argv_ passing the
|
||||||
address of an array of null-terminated C strings which constitute the
|
address of an array of null-terminated C strings which constitute the
|
||||||
argument vector. An exception is thrown if the requested process module
|
argument vector. An exception is thrown if the requested process module
|
||||||
does not exist, fails to load, or fails during execution.</small><br>
|
does not exist, fails to load, or fails during execution.</small><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1277,7 +1276,7 @@ require the pixels to be normalized [0..1]. The other types are
|
||||||
unsigned red-green-blue character data, use</font>
|
unsigned red-green-blue character data, use</font>
|
||||||
<p><font size="-1"> image.read( 640, 480, "RGB", CharPixel,
|
<p><font size="-1"> image.read( 640, 480, "RGB", CharPixel,
|
||||||
pixels );</font> </p>
|
pixels );</font> </p>
|
||||||
<p><font size="-1">The parameters are as follows:</font> <br>
|
<p><font size="-1">The parameters are as follows:</font> <br />
|
||||||
|
|
||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -1322,10 +1321,10 @@ values and type_ parameters.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="randomThreshold"></a>randomThreshold<br>
|
name="randomThreshold"></a>randomThreshold<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const Geometry
|
<td style="vertical-align: middle;"><small>const Geometry
|
||||||
&thresholds_<br>
|
&thresholds_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Random threshold the
|
<td style="vertical-align: middle;"><small>Random threshold the
|
||||||
image. Changes the value of individual pixels based on the intensity of
|
image. Changes the value of individual pixels based on the intensity of
|
||||||
|
@ -1334,19 +1333,19 @@ low-contrast, two color image. The thresholds_ argument is a
|
||||||
geometry containing LOWxHIGH thresholds. If the string contains
|
geometry containing LOWxHIGH thresholds. If the string contains
|
||||||
2x2, 3x3, or 4x4, then an ordered dither of order 2, 3, or 4 will be
|
2x2, 3x3, or 4x4, then an ordered dither of order 2, 3, or 4 will be
|
||||||
performed instead. This is a very fast alternative to 'quantize' based
|
performed instead. This is a very fast alternative to 'quantize' based
|
||||||
dithering.<br>
|
dithering.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="randomThresholdChannel"></a>randomThresholdChannel<br>
|
name="randomThresholdChannel"></a>randomThresholdChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const Geometry
|
<td style="vertical-align: middle;"><small>const Geometry
|
||||||
&thresholds_, const ChannelType channel_<br>
|
&thresholds_, const ChannelType channel_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Random threshold an
|
<td style="vertical-align: middle;"><small>Random threshold an
|
||||||
image channel. Similar to <a href="Image++.html#randomThreshold">randomThreshold</a>()
|
image channel. Similar to <a href="Image++.html#randomThreshold">randomThreshold</a>()
|
||||||
but restricted to the specified channel.<br>
|
but restricted to the specified channel.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1385,7 +1384,7 @@ number of degrees.</font></td>
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<center><a name="segment"></a> <font size="-1">segment</font></center>
|
<center><a name="segment"></a> <font size="-1">segment</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double clusterThreshold_ = 1.0,</font> <br>
|
<td><font size="-1">double clusterThreshold_ = 1.0,</font> <br />
|
||||||
<font size="-1">double smoothingThreshold_ = 1.5</font></td>
|
<font size="-1">double smoothingThreshold_ = 1.5</font></td>
|
||||||
<td><font size="-1">Segment (coalesce similar image components)
|
<td><font size="-1">Segment (coalesce similar image components)
|
||||||
by analyzing the histograms of the color components and identifying
|
by analyzing the histograms of the color components and identifying
|
||||||
|
@ -1405,7 +1404,7 @@ second derivative. The default is 1.5.</font></td>
|
||||||
<center><a name="shade"></a> <font size="-1">shade</font></center>
|
<center><a name="shade"></a> <font size="-1">shade</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double azimuth_ = 30, double elevation_ = 30,</font>
|
<td><font size="-1">double azimuth_ = 30, double elevation_ = 30,</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">bool colorShading_ = false</font></td>
|
<font size="-1">bool colorShading_ = false</font></td>
|
||||||
<td><font size="-1">Shade image using distant light source.
|
<td><font size="-1">Shade image using distant light source.
|
||||||
Specify <i> azimuth_</i> and <i>elevation_</i> as the
|
Specify <i> azimuth_</i> and <i>elevation_</i> as the
|
||||||
|
@ -1435,10 +1434,10 @@ standard deviation of the Laplacian, in pixels.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="sharpenChannel"></a>sharpenChannel<br>
|
name="sharpenChannel"></a>sharpenChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br>
|
channel_, const double radius_ = 0.0, const double sigma_ = 1.0<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><font size="-1">Sharpen pixel
|
<td style="vertical-align: middle;"><font size="-1">Sharpen pixel
|
||||||
quantums in an image channel The <span
|
quantums in an image channel The <span
|
||||||
|
@ -1598,11 +1597,11 @@ difference amount.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="unsharpmaskChannel"></a>unsharpmaskChannel<br>
|
name="unsharpmaskChannel"></a>unsharpmaskChannel<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const double radius_, const double sigma_, const double
|
channel_, const double radius_, const double sigma_, const double
|
||||||
amount_, const double threshold_<br>
|
amount_, const double threshold_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Sharpen an image
|
<td style="vertical-align: middle;"><small>Sharpen an image
|
||||||
channel using the unsharp mask algorithm. The <span
|
channel using the unsharp mask algorithm. The <span
|
||||||
|
@ -1630,7 +1629,7 @@ difference amount.</font></td>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">const string &imageSpec_</font></td>
|
<td><font size="-1">const string &imageSpec_</font></td>
|
||||||
<td><font size="-1">Write image to a file using filename i<i>mageSpec_</i>
|
<td><font size="-1">Write image to a file using filename i<i>mageSpec_</i>
|
||||||
.</font> <br>
|
.</font> <br />
|
||||||
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
||||||
an image format is selected which is capable of supporting fewer
|
an image format is selected which is capable of supporting fewer
|
||||||
colors than the original image or quantization has been requested, the
|
colors than the original image or quantization has been requested, the
|
||||||
|
@ -1643,7 +1642,7 @@ original if this is a problem.</font></td>
|
||||||
href="http://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> stored in <i>blob_</i>. The <i>magick</i>_
|
href="http://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> stored in <i>blob_</i>. The <i>magick</i>_
|
||||||
parameter specifies the image format to write (defaults to <a
|
parameter specifies the image format to write (defaults to <a
|
||||||
href="Image++.html#magick">magick</a> ). The depth_ parameter species the image
|
href="Image++.html#magick">magick</a> ). The depth_ parameter species the image
|
||||||
depth (defaults to <a href="Image++.html#depth"> depth</a> ).</font> <br>
|
depth (defaults to <a href="Image++.html#depth"> depth</a> ).</font> <br />
|
||||||
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
<font size="-1"><b><font color="#ff0000">Caution: </font></b> if
|
||||||
an image format is selected which is capable of supporting fewer
|
an image format is selected which is capable of supporting fewer
|
||||||
colors than the original image or quantization has been requested, the
|
colors than the original image or quantization has been requested, the
|
||||||
|
@ -1669,7 +1668,7 @@ want to extract scanline 1 of a 640x480 image as character data in
|
||||||
red-green-blue order:</font>
|
red-green-blue order:</font>
|
||||||
<p><font size="-1"> image.write(0,0,640,1,"RGB",0,pixels);</font>
|
<p><font size="-1"> image.write(0,0,640,1,"RGB",0,pixels);</font>
|
||||||
</p>
|
</p>
|
||||||
<p><font size="-1">The parameters are as follows:</font> <br>
|
<p><font size="-1">The parameters are as follows:</font> <br />
|
||||||
|
|
||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -1747,7 +1746,7 @@ image.density(Geometry(150,150)); // could also use image.density("150x150")
|
||||||
image.write(filename)
|
image.write(filename)
|
||||||
</pre>
|
</pre>
|
||||||
The supported image attributes and the method arguments required to
|
The supported image attributes and the method arguments required to
|
||||||
obtain them are shown in the following table: <br>
|
obtain them are shown in the following table: <br />
|
||||||
|
|
||||||
<ul><table border="1">
|
<ul><table border="1">
|
||||||
<caption>Image Attributes</caption> <tbody>
|
<caption>Image Attributes</caption> <tbody>
|
||||||
|
@ -1790,7 +1789,7 @@ and Postscript or TrueType fonts. Enabled by default.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="animationDelay"></a> <font size="-1">animation-</font>
|
<center><a name="animationDelay"></a> <font size="-1">animation-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Delay</font></center>
|
<font size="-1">Delay</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">size_t (0 to 65535)</font></td>
|
<td><font size="-1">size_t (0 to 65535)</font></td>
|
||||||
|
@ -1804,7 +1803,7 @@ sequence of GIF images within Netscape.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="animationIterations"></a> <font size="-1">animation-</font>
|
<center><a name="animationIterations"></a> <font size="-1">animation-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Iterations</font></center>
|
<font size="-1">Iterations</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">size_t</font></td>
|
<td><font size="-1">size_t</font></td>
|
||||||
|
@ -1815,12 +1814,12 @@ sequence of GIF images within Netscape.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle; text-align: center;"><small><a
|
<td style="vertical-align: middle; text-align: center;"><small><a
|
||||||
name="attribute"></a>attribute<br>
|
name="attribute"></a>attribute<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>string<br>
|
<td style="vertical-align: middle;"><small>string<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: top;" valign="top"><small>const
|
<td style="vertical-align: top;" valign="top"><small>const
|
||||||
std::string name_<br>
|
std::string name_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: top;" valign="top"><small>const
|
<td style="vertical-align: top;" valign="top"><small>const
|
||||||
std::string name_, const std::string value_</small></td>
|
std::string name_, const std::string value_</small></td>
|
||||||
|
@ -1829,13 +1828,13 @@ image attribute. Any number of named attributes may be attached to the
|
||||||
image. For example, the image comment is a named image attribute with
|
image. For example, the image comment is a named image attribute with
|
||||||
the name "comment". EXIF tags are attached to the image as named
|
the name "comment". EXIF tags are attached to the image as named
|
||||||
attributes. Use the syntax "EXIF:<tag>" to request an EXIF tag
|
attributes. Use the syntax "EXIF:<tag>" to request an EXIF tag
|
||||||
similar to "EXIF:DateTime".</small><br>
|
similar to "EXIF:DateTime".</small><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="backgroundColor"></a> <font size="-1">background-</font>
|
<center><a name="backgroundColor"></a> <font size="-1">background-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Color</font></center>
|
<font size="-1">Color</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
|
||||||
|
@ -1847,7 +1846,7 @@ similar to "EXIF:DateTime".</small><br>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="backgroundTexture"></a> <font size="-1">background-</font>
|
<center><a name="backgroundTexture"></a> <font size="-1">background-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Texture</font></center>
|
<font size="-1">Texture</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">string</font></td>
|
<td><font size="-1">string</font></td>
|
||||||
|
@ -1926,16 +1925,16 @@ shared by all Image objects.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: middle;" valign="middle"><small><a
|
<td style="vertical-align: middle;" valign="middle"><small><a
|
||||||
name="channelDepth"></a>channelDepth<br>
|
name="channelDepth"></a>channelDepth<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;" valign="middle"><small>size_t
|
<td style="vertical-align: middle;" valign="middle"><small>size_t
|
||||||
<br>
|
<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;" valign="middle"><small>const
|
<td style="vertical-align: middle;" valign="middle"><small>const
|
||||||
ChannelType channel_<br>
|
ChannelType channel_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const ChannelType
|
<td style="vertical-align: middle;"><small>const ChannelType
|
||||||
channel_, const size_t depth_<br>
|
channel_, const size_t depth_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Channel modulus depth.
|
<td style="vertical-align: middle;"><small>Channel modulus depth.
|
||||||
The channel modulus depth represents the minimum number of bits
|
The channel modulus depth represents the minimum number of bits
|
||||||
|
@ -1949,13 +1948,13 @@ not altered. There is no attribute associated with the modulus depth so
|
||||||
the current modulus depth is obtained by inspecting the pixels. As a
|
the current modulus depth is obtained by inspecting the pixels. As a
|
||||||
result, the depth returned may be less than the most recently set
|
result, the depth returned may be less than the most recently set
|
||||||
channel depth. Subsequent image processing may result in increasing the
|
channel depth. Subsequent image processing may result in increasing the
|
||||||
channel depth.<br>
|
channel depth.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="chromaBluePrimary"></a> <font size="-1">chroma-</font>
|
<center><a name="chromaBluePrimary"></a> <font size="-1">chroma-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">BluePrimary</font></center>
|
<font size="-1">BluePrimary</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double x & y</font></td>
|
<td><font size="-1">double x & y</font></td>
|
||||||
|
@ -1967,7 +1966,7 @@ y=0.06)</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="chromaGreenPrimary"></a> <font size="-1">chroma-</font>
|
<center><a name="chromaGreenPrimary"></a> <font size="-1">chroma-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">GreenPrimary</font></center>
|
<font size="-1">GreenPrimary</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double x & y</font></td>
|
<td><font size="-1">double x & y</font></td>
|
||||||
|
@ -1979,7 +1978,7 @@ y=0.6)</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="chromaRedPrimary"></a> <font size="-1">chroma-</font>
|
<center><a name="chromaRedPrimary"></a> <font size="-1">chroma-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">RedPrimary</font></center>
|
<font size="-1">RedPrimary</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double x & y</font></td>
|
<td><font size="-1">double x & y</font></td>
|
||||||
|
@ -1991,7 +1990,7 @@ y=0.33)</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="chromaWhitePoint"></a> <font size="-1">chroma-</font>
|
<center><a name="chromaWhitePoint"></a> <font size="-1">chroma-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">WhitePoint</font></center>
|
<font size="-1">WhitePoint</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double x & y</font></td>
|
<td><font size="-1">double x & y</font></td>
|
||||||
|
@ -2051,14 +2050,14 @@ are close to the target color in RGB space.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<div align="center"><a name="colorMapSize"></a> <font size="-1">colorMapSize<br>
|
<div align="center"><a name="colorMapSize"></a> <font size="-1">colorMapSize<br />
|
||||||
</font></div>
|
</font></div>
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle"><font size="-1">size_t<br>
|
<td valign="middle"><font size="-1">size_t<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="middle"><font size="-1">void<br>
|
<td valign="middle"><font size="-1">void<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="middle"><font size="-1">size_t entries_<br>
|
<td valign="middle"><font size="-1">size_t entries_<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td valign="middle"><font size="-1">Number of entries in the
|
<td valign="middle"><font size="-1">Number of entries in the
|
||||||
colormap. Setting the colormap size may extend or truncate the
|
colormap. Setting the colormap size may extend or truncate the
|
||||||
|
@ -2067,7 +2066,7 @@ The maximum number of supported entries is specified by the <i>MaxColormapSize</
|
||||||
and is dependent on the value of QuantumDepth when ImageMagick is
|
and is dependent on the value of QuantumDepth when ImageMagick is
|
||||||
compiled. An exception is thrown if more entries are requested than may
|
compiled. An exception is thrown if more entries are requested than may
|
||||||
be supported. Care should be taken when truncating the colormap to
|
be supported. Care should be taken when truncating the colormap to
|
||||||
ensure that the image colormap indexes reference valid colormap entries.</font><br>
|
ensure that the image colormap indexes reference valid colormap entries.</font><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2117,7 +2116,7 @@ composition is implicitly used (such as for image flattening).</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="compressType"></a> <font size="-1">compress-</font>
|
<center><a name="compressType"></a> <font size="-1">compress-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Type</font></center>
|
<font size="-1">Type</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompressionType">CompressionType</a>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompressionType">CompressionType</a>
|
||||||
|
@ -2141,16 +2140,16 @@ from ImageMagick as it executes.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center; vertical-align: middle;"><small><a
|
<td style="text-align: center; vertical-align: middle;"><small><a
|
||||||
name="defineValue"></a>defineValue<br>
|
name="defineValue"></a>defineValue<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle; text-align: left;"><small>string<br>
|
<td style="vertical-align: middle; text-align: left;"><small>string<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const std::string
|
<td style="vertical-align: middle;"><small>const std::string
|
||||||
&magick_, const std::string &key_<br>
|
&magick_, const std::string &key_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const std::string
|
<td style="vertical-align: middle;"><small>const std::string
|
||||||
&magick_, const std::string &key_, const std::string
|
&magick_, const std::string &key_, const std::string
|
||||||
&value_<br>
|
&value_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: top;"><small>Set or obtain a
|
<td style="vertical-align: top;"><small>Set or obtain a
|
||||||
definition string to applied when encoding or decoding the specified
|
definition string to applied when encoding or decoding the specified
|
||||||
|
@ -2159,20 +2158,20 @@ is designated by the <span style="font-style: italic;">magick_</span>
|
||||||
argument, the format-specific key is designated by <span
|
argument, the format-specific key is designated by <span
|
||||||
style="font-style: italic;">key_</span>, and the associated value is
|
style="font-style: italic;">key_</span>, and the associated value is
|
||||||
specified by <span style="font-style: italic;">value_</span>. See the
|
specified by <span style="font-style: italic;">value_</span>. See the
|
||||||
defineSet() method if the key must be removed entirely.</small><br>
|
defineSet() method if the key must be removed entirely.</small><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center; vertical-align: middle;"><small><a
|
<td style="text-align: center; vertical-align: middle;"><small><a
|
||||||
name="defineSet"></a>defineSet<br>
|
name="defineSet"></a>defineSet<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle; text-align: left;"><small>bool<br>
|
<td style="vertical-align: middle; text-align: left;"><small>bool<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const std::string
|
<td style="vertical-align: middle;"><small>const std::string
|
||||||
&magick_, const std::string &key_<br>
|
&magick_, const std::string &key_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>const std::string
|
<td style="vertical-align: middle;"><small>const std::string
|
||||||
&magick_, const std::string &key_, bool flag_<br>
|
&magick_, const std::string &key_, bool flag_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small>Set or obtain a
|
<td style="vertical-align: middle;"><small>Set or obtain a
|
||||||
definition flag to applied when encoding or decoding the specified
|
definition flag to applied when encoding or decoding the specified
|
||||||
|
@ -2183,7 +2182,7 @@ creates a value-less define with that format and key. Passing the <span
|
||||||
style="font-style: italic;">f</span><span style="font-style: italic;">lag_</span>
|
style="font-style: italic;">f</span><span style="font-style: italic;">lag_</span>
|
||||||
value 'false' removes any existing matching definition. The method
|
value 'false' removes any existing matching definition. The method
|
||||||
returns 'true' if a matching key exists, and 'false' if no matching key
|
returns 'true' if a matching key exists, and 'false' if no matching key
|
||||||
exists.<br>
|
exists.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2371,14 +2370,14 @@ color difference.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="gifDisposeMethod"></a> <font size="-1">gifDispose-</font>
|
<center><a name="gifDisposeMethod"></a> <font size="-1">gifDispose-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Method</font></center>
|
<font size="-1">Method</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">size_t</font> <br>
|
<td><font size="-1">size_t</font> <br />
|
||||||
<font size="-1">{ 0 = Disposal not specified,</font> <br>
|
<font size="-1">{ 0 = Disposal not specified,</font> <br />
|
||||||
<font size="-1">1 = Do not dispose of graphic,</font> <br>
|
<font size="-1">1 = Do not dispose of graphic,</font> <br />
|
||||||
<font size="-1">3 = Overwrite graphic with background color,</font>
|
<font size="-1">3 = Overwrite graphic with background color,</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">4 = Overwrite graphic with previous graphic. }</font></td>
|
<font size="-1">4 = Overwrite graphic with previous graphic. }</font></td>
|
||||||
<td><font size="-1">void</font></td>
|
<td><font size="-1">void</font></td>
|
||||||
<td><font size="-1">size_t disposeMethod_</font></td>
|
<td><font size="-1">size_t disposeMethod_</font></td>
|
||||||
|
@ -2403,7 +2402,7 @@ International Color Consortium</a> for the format of ICC color profiles.</font><
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="interlaceType"></a> <font size="-1">interlace-</font>
|
<center><a name="interlaceType"></a> <font size="-1">interlace-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Type</font></center>
|
<font size="-1">Type</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#InterlaceType">InterlaceType</a>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#InterlaceType">InterlaceType</a>
|
||||||
|
@ -2478,7 +2477,7 @@ an opaque one.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="meanErrorPerPixel"></a> <font size="-1">meanError-</font>
|
<center><a name="meanErrorPerPixel"></a> <font size="-1">meanError-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">PerPixel</font></center>
|
<font size="-1">PerPixel</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double</font></td>
|
<td><font size="-1">double</font></td>
|
||||||
|
@ -2490,16 +2489,16 @@ to true and the image has just been quantized.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center; vertical-align: middle;"><font
|
<td style="text-align: center; vertical-align: middle;"><font
|
||||||
size="-1"><a name="modulusDepth"></a>modulusDepth<br>
|
size="-1"><a name="modulusDepth"></a>modulusDepth<br />
|
||||||
</font></td>
|
</font></td>
|
||||||
<td style="text-align: left; vertical-align: middle;"><small>size_t
|
<td style="text-align: left; vertical-align: middle;"><small>size_t
|
||||||
<br>
|
<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="text-align: left; vertical-align: middle;"><small><font
|
<td style="text-align: left; vertical-align: middle;"><small><font
|
||||||
size="-1"><small>void<br>
|
size="-1"><small>void<br />
|
||||||
</small></font></small></td>
|
</small></font></small></td>
|
||||||
<td style="text-align: left; vertical-align: middle;"><small>size_t
|
<td style="text-align: left; vertical-align: middle;"><small>size_t
|
||||||
depth_<br>
|
depth_<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="text-align: left; vertical-align: middle;"><small>Image
|
<td style="text-align: left; vertical-align: middle;"><small>Image
|
||||||
modulus depth (minimum number of bits required to support
|
modulus depth (minimum number of bits required to support
|
||||||
|
@ -2508,7 +2507,7 @@ depth may be decreased by supplying a value which is less than the
|
||||||
current value, updating the pixels (reducing accuracy) to the new
|
current value, updating the pixels (reducing accuracy) to the new
|
||||||
depth.
|
depth.
|
||||||
The pixel modulus depth can not be increased over the current value
|
The pixel modulus depth can not be increased over the current value
|
||||||
using this method.<br>
|
using this method.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2523,7 +2522,7 @@ using this method.<br>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="montageGeometry"></a> <font size="-1">montage-</font>
|
<center><a name="montageGeometry"></a> <font size="-1">montage-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Geometry</font></center>
|
<font size="-1">Geometry</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> </font></td>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> </font></td>
|
||||||
|
@ -2535,7 +2534,7 @@ Only valid for montage images.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="normalizedMaxError"></a> <font size="-1">normalized-</font>
|
<center><a name="normalizedMaxError"></a> <font size="-1">normalized-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">MaxError</font></center>
|
<font size="-1">MaxError</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double</font></td>
|
<td><font size="-1">double</font></td>
|
||||||
|
@ -2548,7 +2547,7 @@ is set to true and the image has just been quantized.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="normalizedMeanError"></a> <font size="-1">normalized-</font>
|
<center><a name="normalizedMeanError"></a> <font size="-1">normalized-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">MeanError</font></center>
|
<font size="-1">MeanError</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">double</font></td>
|
<td><font size="-1">double</font></td>
|
||||||
|
@ -2560,18 +2559,18 @@ is set to true and the image has just been quantized.</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center; vertical-align: middle;"><small><a
|
<td style="text-align: center; vertical-align: middle;"><small><a
|
||||||
name="orientation"></a>orientation<br>
|
name="orientation"></a>orientation<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td style="vertical-align: middle;"><small><a
|
<td style="vertical-align: middle;"><small><a
|
||||||
href="http://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a></small></td>
|
href="https://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a></small></td>
|
||||||
<td style="vertical-align: top;"><small>void</small><br>
|
<td style="vertical-align: top;"><small>void</small><br />
|
||||||
</td>
|
</td>
|
||||||
<td style="vertical-align: middle;"><small><a
|
<td style="vertical-align: middle;"><small><a
|
||||||
href="http://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a>
|
href="http://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a>
|
||||||
orientation_</small></td>
|
orientation_</small></td>
|
||||||
<td style="vertical-align: top;"><small>Image orientation.
|
<td style="vertical-align: top;"><small>Image orientation.
|
||||||
Supported by some file formats such as DPX and TIFF. Useful for
|
Supported by some file formats such as DPX and TIFF. Useful for
|
||||||
turning the right way up.<br>
|
turning the right way up.<br />
|
||||||
</small></td>
|
</small></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2582,7 +2581,7 @@ turning the right way up.<br>
|
||||||
<td><font size="-1">void</font></td>
|
<td><font size="-1">void</font></td>
|
||||||
<td bgcolor="#666666"><font size="-1"> </font></td>
|
<td bgcolor="#666666"><font size="-1"> </font></td>
|
||||||
<td><font size="-1">The number of runlength-encoded packets in</font>
|
<td><font size="-1">The number of runlength-encoded packets in</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">the image</font></td>
|
<font size="-1">the image</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2625,19 +2624,19 @@ image (such as for a scene in an animation)</font></p>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<div align="center"><a name="profile"></a> <small>profile</small><br>
|
<div align="center"><a name="profile"></a> <small>profile</small><br />
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top"><a href="http://www.imagemagick.org/Magick++/Blob.html"><small> Blob</small><small><br>
|
<td valign="top"><a href="https://www.imagemagick.org/Magick++/Blob.html"><small> Blob</small><small><br />
|
||||||
</small></a> </td>
|
</small></a> </td>
|
||||||
<td valign="top"><small>const std::string name_</small><small><br>
|
<td valign="top"><small>const std::string name_</small><small><br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td valign="top"><small>const std::string name_, const Blob
|
<td valign="top"><small>const std::string name_, const Blob
|
||||||
&colorProfile_</small><small><br>
|
&colorProfile_</small><small><br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td valign="top"><small>Get/set/remove </small><small> a named
|
<td valign="top"><small>Get/set/remove </small><small> a named
|
||||||
profile</small><small>. Valid names include </small><small>"*",
|
profile</small><small>. Valid names include </small><small>"*",
|
||||||
"8BIM", "ICM", "IPTC", or a user/format-defined profile name. </small><br>
|
"8BIM", "ICM", "IPTC", or a user/format-defined profile name. </small><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -2652,7 +2651,7 @@ profile</small><small>. Valid names include </small><small>"*",
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="quantizeColors"></a> <font size="-1">quantize-</font>
|
<center><a name="quantizeColors"></a> <font size="-1">quantize-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Colors</font></center>
|
<font size="-1">Colors</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">size_t</font></td>
|
<td><font size="-1">size_t</font></td>
|
||||||
|
@ -2666,7 +2665,7 @@ option will have any duplicate or unused colors removed.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="quantizeColorSpace"></a> <font size="-1">quantize-</font>
|
<center><a name="quantizeColorSpace"></a> <font size="-1">quantize-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">ColorSpace</font></center>
|
<font size="-1">ColorSpace</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
|
||||||
|
@ -2683,7 +2682,7 @@ results when color reducing an image.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="quantizeDither"></a> <font size="-1">quantize-</font>
|
<center><a name="quantizeDither"></a> <font size="-1">quantize-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Dither</font></center>
|
<font size="-1">Dither</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">bool</font></td>
|
<td><font size="-1">bool</font></td>
|
||||||
|
@ -2702,7 +2701,7 @@ be set for this option to take effect.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="quantizeTreeDepth"></a> <font size="-1">quantize-</font>
|
<center><a name="quantizeTreeDepth"></a> <font size="-1">quantize-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">TreeDepth</font></center>
|
<font size="-1">TreeDepth</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1">size_t </font></td>
|
<td><font size="-1">size_t </font></td>
|
||||||
|
@ -2716,7 +2715,7 @@ may be used to manually adjust the tree depth.</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="renderingIntent"></a> <font size="-1">rendering-</font>
|
<center><a name="renderingIntent"></a> <font size="-1">rendering-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Intent</font></center>
|
<font size="-1">Intent</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#RenderingIntent">RenderingIntent</a>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#RenderingIntent">RenderingIntent</a>
|
||||||
|
@ -2729,7 +2728,7 @@ render_</font></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<center><a name="resolutionUnits"></a> <font size="-1">resolution-</font>
|
<center><a name="resolutionUnits"></a> <font size="-1">resolution-</font>
|
||||||
<br>
|
<br />
|
||||||
<font size="-1">Units</font></center>
|
<font size="-1">Units</font></center>
|
||||||
</td>
|
</td>
|
||||||
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ResolutionType">ResolutionType</a>
|
<td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ResolutionType">ResolutionType</a>
|
||||||
|
@ -2908,14 +2907,14 @@ stroke (outlines).</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="middle">
|
<td valign="middle">
|
||||||
<div align="center"><a name="textEncoding"></a> <small>textEncoding</small><br>
|
<div align="center"><a name="textEncoding"></a> <small>textEncoding</small><br />
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle"><small>string</small><small><br>
|
<td valign="middle"><small>string</small><small><br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td valign="middle"><small>void</small><small><br>
|
<td valign="middle"><small>void</small><small><br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td valign="middle"><small>const std::string &encoding_</small><small><br>
|
<td valign="middle"><small>const std::string &encoding_</small><small><br />
|
||||||
</small></td>
|
</small></td>
|
||||||
<td valign="top"><small>Specify the code set to use for text
|
<td valign="top"><small>Specify the code set to use for text
|
||||||
annotations. The only character encoding which may be specified at
|
annotations. The only character encoding which may be specified at
|
||||||
|
@ -2923,7 +2922,7 @@ this time is "UTF-8" for representing </small><small><a
|
||||||
href="http://www.unicode.org/"> Unicode </a> </small><small>as a
|
href="http://www.unicode.org/"> Unicode </a> </small><small>as a
|
||||||
sequence of bytes. Specify an empty string to use the default ASCII
|
sequence of bytes. Specify an empty string to use the default ASCII
|
||||||
encoding. Successful text annotation using Unicode may require fonts
|
encoding. Successful text annotation using Unicode may require fonts
|
||||||
designed to support Unicode.</small><br>
|
designed to support Unicode.</small><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -3040,7 +3039,7 @@ modified, the Image's <a href="Image++.html#modifyImage">modifyImage()</a> metho
|
||||||
should be invoked to reduce the reference count on the underlying image
|
should be invoked to reduce the reference count on the underlying image
|
||||||
to one. If this is not done, then it is possible for a previous
|
to one. If this is not done, then it is possible for a previous
|
||||||
generation of the image to be modified due to the use of reference
|
generation of the image to be modified due to the use of reference
|
||||||
counting when copying or constructing an Image.<br>
|
counting when copying or constructing an Image.<br />
|
||||||
</p>
|
</p>
|
||||||
<p>Depending on the capabilities of the operating system, and the
|
<p>Depending on the capabilities of the operating system, and the
|
||||||
relationship of the window to the image, the pixel cache may be a copy
|
relationship of the window to the image, the pixel cache may be a copy
|
||||||
|
@ -3054,7 +3053,7 @@ supports copying the pixels in the cache to a foreign pixel
|
||||||
representation according to the format specified by <i>QuantumTypes</i>.</p>
|
representation according to the format specified by <i>QuantumTypes</i>.</p>
|
||||||
<p>The pixel region is effectively a small image in which the pixels
|
<p>The pixel region is effectively a small image in which the pixels
|
||||||
may be accessed, addressed, and updated, as shown in the following
|
may be accessed, addressed, and updated, as shown in the following
|
||||||
example:
|
example:</p>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
<p><img class="icon" src="../../api/Cache.png" name="Graphic1" width="254" border="0" /></p>
|
<p><img class="icon" src="../../api/Cache.png" name="Graphic1" width="254" border="0" /></p>
|
||||||
Image image("cow.png");
|
Image image("cow.png");
|
||||||
|
@ -3075,8 +3074,7 @@ image.syncPixels();
|
||||||
// Save updated image to file.
|
// Save updated image to file.
|
||||||
image.write("horse.png");
|
image.write("horse.png");
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
<p>The image cache supports the following methods: <br />
|
||||||
<p>The image cache supports the following methods: <br>
|
|
||||||
|
|
||||||
<ul><table border="1" width="100%">
|
<ul><table border="1" width="100%">
|
||||||
<caption>Image Cache Methods</caption> <tbody>
|
<caption>Image Cache Methods</caption> <tbody>
|
||||||
|
@ -3215,7 +3213,6 @@ the region set by a preceding getPixels or getConstPixels call.</font></td>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</main><!-- /.container -->
|
</main><!-- /.container -->
|
||||||
<footer class="magick-footer">
|
<footer class="magick-footer">
|
||||||
<p><a href="../security-policy.html">Security</a> •
|
<p><a href="../security-policy.html">Security</a> •
|
||||||
|
@ -3238,8 +3235,8 @@ the region set by a preceding getPixels or getConstPixels call.</font></td>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick-js.html" crossorigin="anonymous"></script>
|
<script src="assets/magick.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 9th June 2020 00:44 -->
|
<!-- Magick Cache 9th June 2020 00:44 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -114,8 +114,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 16:09 -->
|
<!-- Magick Cache 25th July 2020 16:09 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -268,8 +268,7 @@ MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 21:55 -->
|
<!-- Magick Cache 27th July 2020 21:55 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -409,8 +409,7 @@ MagickBooleanType SetImageType(Image *image,const ImageType type)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 22:43 -->
|
<!-- Magick Cache 25th July 2020 22:43 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -423,8 +423,7 @@ MagickBooleanType InjectImageBlob(const ImageInfo *image_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 13:51 -->
|
<!-- Magick Cache 30th July 2020 13:51 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -676,8 +676,7 @@ MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *cache_view,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:34 -->
|
<!-- Magick Cache 30th July 2020 17:34 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -567,8 +567,7 @@ MagickBooleanType SyncAuthenticPixels(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:34 -->
|
<!-- Magick Cache 30th July 2020 17:34 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -248,8 +248,7 @@ MagickBooleanType SetImageAlphaChannel(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 09:13 -->
|
<!-- Magick Cache 30th July 2020 09:13 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -347,8 +347,7 @@ MagickBooleanType EncipherImage(Image *image,const char *passphrase,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 07:22 -->
|
<!-- Magick Cache 28th July 2020 07:22 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -413,8 +413,7 @@ MagickBooleanType QueryMagickColorname(const Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 05:19 -->
|
<!-- Magick Cache 27th July 2020 05:19 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -166,8 +166,7 @@ MagickBooleanType CycleColormapImage(Image *image,const ssize_t displace)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 20:07 -->
|
<!-- Magick Cache 27th July 2020 20:07 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -256,8 +256,7 @@ MagickBooleanType TransformImageColorspace(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 26th July 2020 22:29 -->
|
<!-- Magick Cache 26th July 2020 22:29 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -153,8 +153,7 @@ MagickBooleanType CompareImageCommand(ImageInfo *image_info,int argc,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -153,8 +153,7 @@ MagickBooleanType CompositeImageCommand(ImageInfo *image_info,int argc,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 31st July 2020 19:53 -->
|
<!-- Magick Cache 31st July 2020 19:53 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -327,8 +327,7 @@ MagickBooleanType WriteImages(const ImageInfo *image_info,Image *images,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 08:11 -->
|
<!-- Magick Cache 28th July 2020 08:11 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -207,8 +207,7 @@ MagickBooleanType RaiseImage(const Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 08:47 -->
|
<!-- Magick Cache 27th July 2020 08:47 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1728,8 +1728,7 @@ MagickBooleanType UpdatePixelViewIterator(PixelView *source,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -114,8 +114,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -281,8 +281,7 @@ Image *SparseColorImage(const Image *image,const ChannelType channel,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 07:39 -->
|
<!-- Magick Cache 27th July 2020 07:39 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -454,8 +454,7 @@ void GetAffineMatrix(AffineMatrix *affine_matrix)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 05:35 -->
|
<!-- Magick Cache 30th July 2020 05:35 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -3857,8 +3857,7 @@ MagickBooleanType PushDrawingWand(DrawingWand *wand)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -816,8 +816,7 @@ const double gain,const double threshold,ExceptionInfo *exception)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 05:47 -->
|
<!-- Magick Cache 27th July 2020 05:47 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -832,8 +832,7 @@ MagickBooleanType SigmoidalContrastImageChannel(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 31st July 2020 03:29 -->
|
<!-- Magick Cache 31st July 2020 03:29 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -504,8 +504,7 @@ MagickBooleanType ThrowException(ExceptionInfo *exception,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 22:44 -->
|
<!-- Magick Cache 25th July 2020 22:44 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -267,8 +267,7 @@ Image *MeanShiftImage(const Image *image,const size_t width,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -212,8 +212,7 @@ Image *InverseFourierTransformImage(const Image *magnitude_image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -151,8 +151,7 @@ Image *FxImageChannel(const Image *image,const ChannelType channel,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 03:18 -->
|
<!-- Magick Cache 25th July 2020 03:18 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -273,8 +273,7 @@ Image *UniqueImageColors(const Image *image,ExceptionInfo *exception)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -688,8 +688,7 @@ MagickBooleanType UpdateImageViewIterator(ImageView *source,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 26th July 2020 18:43 -->
|
<!-- Magick Cache 26th July 2020 18:43 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1182,8 +1182,7 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 22:12 -->
|
<!-- Magick Cache 27th July 2020 22:12 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -462,8 +462,7 @@ Image *MergeImageLayers(const Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 18:09 -->
|
<!-- Magick Cache 27th July 2020 18:09 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -773,8 +773,7 @@ Image *SplitImageList(Image *images)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 16:08 -->
|
<!-- Magick Cache 25th July 2020 16:08 -->
|
|
@ -67,7 +67,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-md-0" action="../../../../../https://imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -167,8 +167,7 @@ containers of image frames.</td>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../../www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1728,8 +1728,7 @@ MagickBooleanType UpdatePixelViewIterator(PixelView *source,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 22:56 -->
|
<!-- Magick Cache 25th July 2020 22:56 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -8197,8 +8197,7 @@ MagickBooleanType MagickWriteImagesFile(MagickWand *wand,FILE *file)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 06:34 -->
|
<!-- Magick Cache 25th July 2020 06:34 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1953,8 +1953,7 @@ MagickBooleanType MagickSetType(MagickWand *wand,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 29th July 2020 20:01 -->
|
<!-- Magick Cache 29th July 2020 20:01 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -698,8 +698,7 @@ MagickBooleanType IsMagickWandInstantiated(void)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 22:55 -->
|
<!-- Magick Cache 25th July 2020 22:55 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -197,8 +197,7 @@ int SetMagickPrecision(const int precision)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 09:24 -->
|
<!-- Magick Cache 28th July 2020 09:24 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -534,8 +534,7 @@ SetMagickMemoryMethods(AcquireMemoryHandler acquire_memory_handler,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 24th July 2020 19:59 -->
|
<!-- Magick Cache 24th July 2020 19:59 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -265,8 +265,7 @@ MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 24th July 2020 23:26 -->
|
<!-- Magick Cache 24th July 2020 23:26 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -537,8 +537,7 @@ MagickBooleanType UnregisterModule(const ModuleInfo *module_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 29th July 2020 18:21 -->
|
<!-- Magick Cache 29th July 2020 18:21 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -158,8 +158,7 @@ MagickBooleanType MagickCommandGenesis(ImageInfo *image_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -227,8 +227,7 @@ MagickProgressMonitor SetImageInfoProgressMonitor(ImageInfo *image_info,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -114,8 +114,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 06:29 -->
|
<!-- Magick Cache 27th July 2020 06:29 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -321,7 +321,7 @@ void ScaleGeometryKernelInfo(KernelInfo *kernel,
|
||||||
"-set option:convolve:scale {geometry}" setting.
|
"-set option:convolve:scale {geometry}" setting.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ScaleKernelInfo">ScaleKernelInfo</a></h2>
|
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ScaleKernelInfo">ScaleKernelInfo</a></h2>
|
||||||
|
|
||||||
|
@ -368,14 +368,14 @@ void ScaleKernelInfo(KernelInfo *kernel, const double scaling_factor,
|
||||||
zero. If the kernel is normalized regardless of any flags.
|
zero. If the kernel is normalized regardless of any flags.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>o normalize_flags: </dd>
|
<dd>o normalize_flags: </dd>
|
||||||
|
|
||||||
<pre class="text">
|
<pre class="text">
|
||||||
specifically: NormalizeValue, CorrelateNormalizeValue,
|
specifically: NormalizeValue, CorrelateNormalizeValue,
|
||||||
and/or PercentValue
|
and/or PercentValue
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ShowKernelInfo">ShowKernelInfo</a></h2>
|
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ShowKernelInfo">ShowKernelInfo</a></h2>
|
||||||
|
|
||||||
|
@ -427,7 +427,7 @@ void UnityAdditionKernelInfo(KernelInfo *kernel, const double scale )
|
||||||
the given kernel.
|
the given kernel.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></dd>
|
<dd></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ZeroKernelNans">ZeroKernelNans</a></h2>
|
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ZeroKernelNans">ZeroKernelNans</a></h2>
|
||||||
|
|
||||||
|
@ -477,8 +477,7 @@ void ZeroKernelNans (KernelInfo *kernel)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 31st July 2020 19:28 -->
|
<!-- Magick Cache 31st July 2020 19:28 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -317,8 +317,7 @@ MagickBooleanType TransparentPaintImage(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 09:32 -->
|
<!-- Magick Cache 28th July 2020 09:32 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -537,8 +537,7 @@ MagickBooleanType PixelSyncIterator(PixelIterator *iterator)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 17:15 -->
|
<!-- Magick Cache 30th July 2020 17:15 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1654,8 +1654,7 @@ void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 09:18 -->
|
<!-- Magick Cache 30th July 2020 09:18 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -379,8 +379,7 @@ MagickBooleanType SyncImageProfiles(Image *image)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 16:05 -->
|
<!-- Magick Cache 30th July 2020 16:05 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -412,8 +412,7 @@ MagickBooleanType SetImageProperty(Image *image,const char *property,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 30th July 2020 12:24 -->
|
<!-- Magick Cache 30th July 2020 12:24 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -487,8 +487,7 @@ MagickBooleanType SetGrayscaleImage(Image *image)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 13:51 -->
|
<!-- Magick Cache 27th July 2020 13:51 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -285,8 +285,7 @@ MagickBooleanType SetImageRegistry(const RegistryType type,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 20:53 -->
|
<!-- Magick Cache 28th July 2020 20:53 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -480,8 +480,7 @@ Image *ThumbnailImage(const Image *image,const size_t columns,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 16:09 -->
|
<!-- Magick Cache 25th July 2020 16:09 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -302,8 +302,7 @@ MagickBooleanType SetMagickResourceLimit(const ResourceType type,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 29th July 2020 18:24 -->
|
<!-- Magick Cache 29th July 2020 18:24 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -143,8 +143,7 @@ MagickBooleanType SegmentImage(Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 22:43 -->
|
<!-- Magick Cache 25th July 2020 22:43 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -220,8 +220,7 @@ Image *ShearRotateImage(const Image *image,const double degrees,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 31st July 2020 00:00 -->
|
<!-- Magick Cache 31st July 2020 00:00 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -136,8 +136,7 @@ MagickBooleanType SignatureImage(Image *image)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 21:04 -->
|
<!-- Magick Cache 27th July 2020 21:04 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -535,8 +535,7 @@ Image *StatisticImageChannel(const Image *image,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/www/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 28th July 2020 06:11 -->
|
<!-- Magick Cache 28th July 2020 06:11 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -153,8 +153,7 @@ MagickBooleanType StreamImageCommand(ImageInfo *image_info,int argc,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 17:16 -->
|
<!-- Magick Cache 25th July 2020 17:16 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -594,8 +594,7 @@ Image *TrimImage(const Image *image,ExceptionInfo *exception)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 29th July 2020 23:04 -->
|
<!-- Magick Cache 29th July 2020 23:04 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="../../../../../https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -302,8 +302,7 @@ void ListMagickVersion(FILE *file)
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="../assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 27th July 2020 20:41 -->
|
<!-- Magick Cache 27th July 2020 20:41 -->
|
|
@ -66,8 +66,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://legacy.imagemagick.org/www/search.html">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -620,8 +620,7 @@ MagickBooleanType UpdateWandViewIterator(WandView *source,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script src="https://legacy.imagemagick.org/assets/magick.js" crossorigin="anonymous"></script>
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- Magick Cache 25th July 2020 17:18 -->
|
<!-- Magick Cache 25th July 2020 17:18 -->
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1442,6 +1442,8 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 12th June 2020 18:55 -->
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,494 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||||
|
<title>Install from Binary Distribution @ 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://imagemagick.org" />
|
||||||
|
<meta name="generator" content="PHP" />
|
||||||
|
<meta name="keywords" content="install, from, binary, distribution, 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://imagemagick.org/www/binary-releases.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" />
|
||||||
|
</head>
|
||||||
|
<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="wand" 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="">
|
||||||
|
<ul class="navbar-nav mr-auto">
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="../index.html">Home <span class="sr-only">(current)</span></a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="download.html">Download</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="command-line-tools.html">Tools</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="command-line-processing.html">Command-line</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="resources.html">Resources</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item ">
|
||||||
|
<a class="nav-link" href="develop.html">Develop</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.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>
|
||||||
|
</nav>
|
||||||
|
<div class="container">
|
||||||
|
<script async="async" src="https://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-client="ca-pub-3129977114552745"
|
||||||
|
data-ad-slot="6345125851"
|
||||||
|
data-ad-format="auto"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<main class="container">
|
||||||
|
<div class="magick-template">
|
||||||
|
<div class="magick-header">
|
||||||
|
<p class="text-center"><a href="binary-releases.html#unix">Unix Binary Release</a> • <a href="binary-releases.html#macosx">Mac OS X Binary Release</a> • <a href="binary-releases.html#iOS">iOS Binary Release</a> • <a href="binary-releases.html#windows">Windows Binary Release</a></p>
|
||||||
|
|
||||||
|
<p class="lead magick-description">You can install ImageMagick from <a href="install-source.html">source</a>. However, if you don't have a proper development environment or if you're anxious to get started, download a ready-to-run <a href="binary-releases.html#unix">Unix</a> or <a href="binary-releases.html#windows">Windows</a> executable. Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.</p>
|
||||||
|
|
||||||
|
<h2 class="magick-header"><a id="unix"></a>Unix Binary Release</h2>
|
||||||
|
|
||||||
|
<p>These are the Unix variations that we support. If your system is not on the list, try installing from <a href="install-source.html">source</a>. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.</p>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-condensed table-striped">
|
||||||
|
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
|
||||||
|
<tr>
|
||||||
|
<th>Version</th>
|
||||||
|
<th>HTTP</th>
|
||||||
|
<th>FTP</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45.x86_64.rpm</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.9.9-45.x86_64.rpm">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.9.9-45.x86_64.rpm">download</a></td>
|
||||||
|
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-libs-6.9.9-45.x86_64.rpm</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-6.9.9-45.x86_64.rpm">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-6.9.9-45.x86_64.rpm">download</a></td>
|
||||||
|
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick RPM's</td>
|
||||||
|
<td><a href="https://imagemagick.org/download/linux/CentOS">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS">download</a></td>
|
||||||
|
<td>Development, Perl, C++, and documentation RPM's.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-i386-pc-solaris2.11.tar.gz</td>
|
||||||
|
<td><a href="https://imagemagick.org/download/binaries/ImageMagick-i386-pc-solaris2.11.tar.gz">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i386-pc-solaris2.11.tar.gz">download</a></td>
|
||||||
|
<td>Solaris Sparc 2.11</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-i686-pc-cygwin.tar.gz</td>
|
||||||
|
<td><a href="https://imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
|
||||||
|
<td>Cygwin</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-i686-pc-mingw32.tar.gz</td>
|
||||||
|
<td><a href="https://imagemagick.org/download/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
|
||||||
|
<td>MinGW</td>
|
||||||
|
</tr>
|
||||||
|
</table></div>
|
||||||
|
|
||||||
|
<p>Verify its <a href="https://imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
|
||||||
|
|
||||||
|
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -Uvh ImageMagick-6.9.9-45.x86_64.rpm</span></pre>
|
||||||
|
<p>You'll need to install the requisite libraries:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -Uvh ImageMagick-libs-6.9.9-45.x86_64.rpm</span></pre>
|
||||||
|
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
cd $HOME
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Next, extract the contents of the package. For example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
tar xvzf ImageMagick.tar.gz
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.9.9"</span></pre>
|
||||||
|
<p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
export PATH="$MAGICK_HOME/bin:$PATH
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
<p>On Linux and Solaris machines add <code>$MAGICK_HOME/lib</code> to the <code>LD_LIBRARY_PATH</code> environment variable:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib
|
||||||
|
export LD_LIBRARY_PATH
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
convert logo: logo.gif
|
||||||
|
identify logo.gif
|
||||||
|
display logo.gif
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Congratulations, you have a working ImageMagick distribution under Unix or Linux and you are ready to use ImageMagick to <a href="https://imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
|
||||||
|
|
||||||
|
<h2 class="magick-header"><a id="macosx"></a>Mac OS X Binary Release</h2>
|
||||||
|
|
||||||
|
<p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment (some users prefer <a href="http://brew.sh">Homebrew</a>). Download MacPorts and type:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
sudo port install ImageMagick
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>The <code>port</code> command downloads ImageMagick and many of its delegate libraries (e.g. JPEG, PNG, Freetype, etc.) and configures, builds, and installs ImageMagick automagically. Alternatively, you can download the ImageMagick Mac OS X distribution we provide:</p>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-condensed table-striped">
|
||||||
|
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
|
||||||
|
<tr>
|
||||||
|
<th>Version</th>
|
||||||
|
<th>HTTP</th>
|
||||||
|
<th>FTP</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-x86_64-apple-darwin15.6.0.tar.gz</td>
|
||||||
|
<td><a href="https://imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin15.6.0.tar.gz">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin15.6.0.tar.gz">download</a></td>
|
||||||
|
<td>Mac OS X El Capitan</td>
|
||||||
|
</tr>
|
||||||
|
</table></div>
|
||||||
|
|
||||||
|
<p>Verify its <a href="https://imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
|
||||||
|
|
||||||
|
<p>Create (or choose) a directory to install the package into and change to that directory, for example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
cd $HOME
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Next, extract the contents of the package. For example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
tar xvzf ImageMagick-x86_64-apple-darwin15.2.0.tar.gz
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.9.9"</span></pre>
|
||||||
|
<p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
export PATH="$MAGICK_HOME/bin:$PATH"
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
<p>Set the <code>DYLD_LIBRARY_PATH</code> environment variable:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/"
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
convert logo: logo.gif
|
||||||
|
identify logo.gif
|
||||||
|
display logo.gif
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p><b>Note</b>, the <a href="display.html">display</a> program requires the X11 server available on your Mac OS X installation DVD. Once that is installed, you will also need to <code>export DISPLAY=:0</code>.</p>
|
||||||
|
|
||||||
|
<p>The best way to deal with all the exports is to put them at the end of your .profile file</p>
|
||||||
|
|
||||||
|
<p>Congratulations, you have a working ImageMagick distribution under Mac OS X and you are ready to use ImageMagick to <a href="https://imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
|
||||||
|
|
||||||
|
<h2 class="magick-header"><a id="iOS"></a>iOS Binary Release</h2>
|
||||||
|
|
||||||
|
<p><a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">~Claudio</a> provides iOS builds of ImageMagick.</p>
|
||||||
|
|
||||||
|
<h4>Download iOS Distribution</h4>
|
||||||
|
|
||||||
|
<p>You can download the iOS distribution directly from ImageMagick's <a href="https://imagemagick.org/download/iOS">repository</a>.</p>
|
||||||
|
|
||||||
|
<p>There are always 2 packages for the compiled ImageMagick:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>iOSMagick-VERSION-libs.zip</li>
|
||||||
|
<li>iOSMagick-VERSION.zip</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>The first one includes headers and compiled libraries that have been used to compile ImageMagick. Most users would need this one.</p>
|
||||||
|
|
||||||
|
<h4>ImageMagick compiling script for iOS OS and iOS Simulator</h4>
|
||||||
|
|
||||||
|
<p>To run the script:</p>
|
||||||
|
<pre>
|
||||||
|
./imagemagick_compile.sh <var>VERSION</var>
|
||||||
|
</pre>
|
||||||
|
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 6.9.9-45, svn, ...)</p>
|
||||||
|
|
||||||
|
<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
|
||||||
|
<ul>
|
||||||
|
<li>png</li>
|
||||||
|
<li>jpeg</li>
|
||||||
|
<li>tiff</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Upon successful compilation a folder called <code>IMPORT_ME</code> is created on your <code>~/Desktop</code>. You can import it into your XCode project.</p>
|
||||||
|
|
||||||
|
<h5>XCode project settings</h5>
|
||||||
|
|
||||||
|
<p>After including everything into XCode please also make sure to have these settings (Build tab of the project information):</p>
|
||||||
|
<ul>
|
||||||
|
<li>Other Linker Flags: -lMagickCore-Q16 -lMagickWand-Q16 -ljpeg -lpng -lbz2 -lz</li>
|
||||||
|
<li>Header Search Paths: $(SRCROOT) - make it Recursive</li>
|
||||||
|
<li>Library Search Paths: $(SRCROOT) - make it Recursive</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>On the lower left click on the small-wheel and select: Add User-Defined Setting</p>
|
||||||
|
<ul>
|
||||||
|
<li>Key: OTHER_CFLAGS</li>
|
||||||
|
<li>Value: -Dmacintosh=1</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h5>Sample project</h5>
|
||||||
|
|
||||||
|
<p>A <a href="http://www.cloudgoessocial.net/im_iphone/IM_Test.zip">sample project </a> is available for download. It is not updated too often, but it does give an idea of all the settings and some ways to play around with ImageMagick in an iOS application.</p>
|
||||||
|
|
||||||
|
<h2 class="magick-header"><a id="windows"></a>Windows Binary Release</h2>
|
||||||
|
|
||||||
|
<p>ImageMagick runs on Windows 10 (x86 & x64), Windows 8 (x86 & x64), Windows 7 (x86 & x64), Windows Server 2012, Windows XP (x86) with Service Pack 3, Windows Vista (x86 & x64) with Service Pack 2, Windows Server 2003 (x86 & x64) with Service Pack 2 (verify MSXML6 is present), Windows Server 2003 R2 (x86 & x64), Windows Server 2008 (x86 & x64) with Service Pack 2, and Windows Server 2008 R2 (x64).</p>
|
||||||
|
|
||||||
|
<p>The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
|
||||||
|
|
||||||
|
<p>The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with <var>Q8</var> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <var>Q16</var> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with <var>dll</var> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. Unless you have a Windows 32-bit OS, we recommend this version of ImageMagick for 64-bit Windows:</p>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-condensed table-striped">
|
||||||
|
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
|
||||||
|
<tr>
|
||||||
|
<th>Version</th>
|
||||||
|
<th>HTTP</th>
|
||||||
|
<th>FTP</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-x64-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-x64-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-x64-dll.exe">download</a></td>
|
||||||
|
<td>Win64 dynamic at 16 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
</table></div>
|
||||||
|
|
||||||
|
<p>Or choose from these alternate Windows binary distributions:</p>
|
||||||
|
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-condensed table-striped">
|
||||||
|
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
|
||||||
|
<tr>
|
||||||
|
<th>Version</th>
|
||||||
|
<th>HTTP</th>
|
||||||
|
<th>FTP</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-x64-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-x64-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-x64-static.exe">download</a></td>
|
||||||
|
<td>Win64 static at 16 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q8-x64-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q8-x64-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q8-x64-dll.exe">download</a></td>
|
||||||
|
<td>Win64 dynamic at 8 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q8-x64-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q8-x64-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q8-x64-static.exe">download</a></td>
|
||||||
|
<td>Win64 static at 8 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-HDRI-x64-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x64-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x64-dll.exe">download</a></td>
|
||||||
|
<td>Win64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-HDRI-x64-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x64-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x64-static.exe">download</a></td>
|
||||||
|
<td>Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-x86-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-x86-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-x86-dll.exe">download</a></td>
|
||||||
|
<td>Win32 dynamic at 16 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-x86-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-x86-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-x86-static.exe">download</a></td>
|
||||||
|
<td>Win32 static at 16 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q8-x86-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q8-x86-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q8-x86-dll.exe">download</a></td>
|
||||||
|
<td>Win32 dynamic at 8 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q8-x86-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q8-x86-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q8-x86-static.exe">download</a></td>
|
||||||
|
<td>Win32 static at 8 bits-per-pixel component</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-HDRI-x86-dll.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x86-dll.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x86-dll.exe">download</a></td>
|
||||||
|
<td>Win32 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-Q16-HDRI-x86-static.exe</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x86-static.exe">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-Q16-HDRI-x86-static.exe">download</a></td>
|
||||||
|
<td>Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-portable-Q16-x86.zip</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-portable-Q16-x86.zip">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-portable-Q16-x86.zip">download</a></td>
|
||||||
|
<td>Portable Win32 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ImageMagick-6.9.9-45-portable-Q16-x64.zip</td>
|
||||||
|
<td><a href= "https://imagemagick.org/download/binaries/ImageMagick-6.9.9-45-portable-Q16-x64.zip">download</a></td>
|
||||||
|
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.9.9-45-portable-Q16-x64.zip">download</a></td>
|
||||||
|
<td>Portable Win64 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||||
|
</tr>
|
||||||
|
</table></div>
|
||||||
|
|
||||||
|
<p>Verify its <a href="https://imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
|
||||||
|
|
||||||
|
<p>To verify ImageMagick is working properly, type the following in an Command Prompt window:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
convert logo: logo.gif
|
||||||
|
identify logo.gif
|
||||||
|
imdisplay logo.gif
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>If you have any problems, you likely need <code>vcomp120.dll</code>. To install it, download <a href="https://www.microsoft.com/en-us/download/details.aspx?id=40784">Visual C++ 2013 Redistributable Package</a>.</p>
|
||||||
|
|
||||||
|
<p>Note, use a double quote (<code>"</code>) rather than a single quote (<code>'</code>) for the ImageMagick command line under Windows:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
convert "e:/myimages/image.png" "e:/myimages/image.jpg"
|
||||||
|
</pre>
|
||||||
|
<p>Use two double quotes for VBScript scripts:</p>
|
||||||
|
<pre>
|
||||||
|
Set objShell = wscript.createobject("wscript.shell")
|
||||||
|
objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to <a href="https://imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main><!-- /.container -->
|
||||||
|
<footer class="magick-footer">
|
||||||
|
<p><a href="security-policy.html">Security</a> •
|
||||||
|
<a href="architecture.html">Architecture</a> •
|
||||||
|
<a href="links.html">Related</a> •
|
||||||
|
<a href="sitemap.html">Sitemap</a>
|
||||||
|
|
||||||
|
<a href="binary-releases.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> •
|
||||||
|
<a href="../www/../www/../www/../https://legacy.imagemagick.org/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/https://www.imagemagick.org/script/contact.php">Contact Us</a>
|
||||||
|
<br/>
|
||||||
|
<small>© 1999-2020 ImageMagick Studio LLC</small></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Javascript assets -->
|
||||||
|
<script src="assets/magick.js" crossorigin="anonymous" />
|
||||||
|
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -418,13 +418,14 @@
|
||||||
<dt>2020-01-07 6.9.10-85 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2020-01-07 6.9.10-85 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Support Fx do() iterator.</li>
|
<li> Support Fx do() iterator.</li>
|
||||||
<li> `magick -size 100x100 xc:black black.pnm` no longer creates a white image (reference https://github.com/ImageMagick/ImageMagick/issues/1817).</li>
|
<li> `magick -size 100x100 xc:black black.pnm` no longer creates a white image (reference https://github.com/ImageMagick/ImageMagick/issues/1817).</li>
|
||||||
<li> setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference<dt> https://imagemagick.org/discourse-server//viewtopic.html?f=3&t=37379).</dt>
|
<li> setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference https://imagemagick.org/discourse-server/viewtopic.html?f=3&t=37379).</li>
|
||||||
<li> Permit compositing in the CMYK colorspace (reference https://imagemagick.org/discourse-server//viewtopic.html?f=3&t=37368).</li>
|
<li> Permit compositing in the CMYK colorspace (reference https://imagemagick.org/discourse-server/viewtopic.html?f=3&t=37368).</li>
|
||||||
<dt>2020-01-04 6.9.10-84 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2020-01-04 6.9.10-84 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.10-84, GIT revision 15212:a45335c:20200104.</li>
|
<li> Release ImageMagick version 6.9.10-84, GIT revision 15212:a45335c:20200104.</li>
|
||||||
<dt>2020-01-01 6.9.10-84 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2020-01-01 6.9.10-84 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Support extended Fx assignment operators (e.g. *=, /=, ++, --, etc.)</li>
|
<li> Support extended Fx assignment operators (e.g. *=, /=, ++, --, etc.)</li>
|
||||||
<li> Support Fx for() iterator.<dt> * Optimize Fx performance.</dt>
|
<li> Support Fx for() iterator. </li>
|
||||||
|
<li> * Optimize Fx performance.</li>
|
||||||
<li> * Ensure circle.rb renders the same for IMv6 and IMv7 (reference https://github.com/rmagick/rmagick/issues/905).</li>
|
<li> * Ensure circle.rb renders the same for IMv6 and IMv7 (reference https://github.com/rmagick/rmagick/issues/905).</li>
|
||||||
<dt>2019-12-30 6.9.10-83 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2019-12-30 6.9.10-83 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.10-83, GIT revision 15184:9f64323:20191230.</li>
|
<li> Release ImageMagick version 6.9.10-83, GIT revision 15184:9f64323:20191230.</li>
|
||||||
|
@ -492,7 +493,8 @@
|
||||||
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.10-70, GIT revision 14970:4200095:20191027.</li>
|
<li> Release ImageMagick version 6.9.10-70, GIT revision 14970:4200095:20191027.</li>
|
||||||
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
<li> Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
|
||||||
|
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.10-70, GIT revision 14970:4200095:20191027.</li>
|
<li> Release ImageMagick version 6.9.10-70, GIT revision 14970:4200095:20191027.</li>
|
||||||
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2019-10-27 6.9.10-70 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
|
<li> Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).</li>
|
||||||
|
@ -794,7 +796,7 @@
|
||||||
<li> Release ImageMagick version 6.9.10-1, GIT revision 13595:dafb03062:20180616.</li>
|
<li> Release ImageMagick version 6.9.10-1, GIT revision 13595:dafb03062:20180616.</li>
|
||||||
<dt>2018-06-16 6.9.10-1 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2018-06-16 6.9.10-1 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).</li>
|
<li> Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).</li>
|
||||||
<li> Fixed an issue with stroke and label: (reference</li>
|
<li> Fixed an issue with stroke and label</li>
|
||||||
<dt>2018-06-12 6.9.10-0 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2018-06-12 6.9.10-0 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.10-0, GIT revision 13585:82d7dbe0b:20180612.</li>
|
<li> Release ImageMagick version 6.9.10-0, GIT revision 13585:82d7dbe0b:20180612.</li>
|
||||||
<dt>2018-06-11 6.9.10-0 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2018-06-11 6.9.10-0 Cristy <quetzlzacatenango@image...></dt>
|
||||||
|
@ -1064,7 +1066,7 @@
|
||||||
<dt>2017-05-26 6.9.8-7 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2017-05-26 6.9.8-7 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.8-7, GIT revision 11598:07d1dee:20170526.</li>
|
<li> Release ImageMagick version 6.9.8-7, GIT revision 11598:07d1dee:20170526.</li>
|
||||||
<dt>2017-05-23 6.9.8-7 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2017-05-23 6.9.8-7 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Improper allocation of memory for IM instances without threads (reference<dt> https://github.com/ImageMagick/ImageMagick/issues/497).</dt>
|
<li> Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497).</li>
|
||||||
<li> Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500).</li>
|
<li> Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500).</li>
|
||||||
<dt>2017-05-19 6.9.8-6 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2017-05-19 6.9.8-6 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.8-6, GIT revision 11590:7ce2d38:20170519.</li>
|
<li> Release ImageMagick version 6.9.8-6, GIT revision 11590:7ce2d38:20170519.</li>
|
||||||
|
@ -1224,10 +1226,10 @@
|
||||||
<dt>2016-08-27 6.9.5-8 Dirk Lemstra <dirk@lem.....org></dt>
|
<dt>2016-08-27 6.9.5-8 Dirk Lemstra <dirk@lem.....org></dt>
|
||||||
<li> Added define 'psd:additional-info' to preserve the additional information in a PSD file.</li>
|
<li> Added define 'psd:additional-info' to preserve the additional information in a PSD file.</li>
|
||||||
<dt>2016-08-15 6.9.5-8 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2016-08-15 6.9.5-8 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Prevent buffer overflow in BMP & SGI coders (bug report from<dt> pwchen&rayzhong of tencent).</dt>
|
<li> Prevent buffer overflow in BMP & SGI coders (bug report from pwchen&rayzhong of tencent).</li>
|
||||||
<li> Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252).</li>
|
<li> Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252).</li>
|
||||||
<li> Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and<dt> CALS coders (bug report from Donghai Zhu).</dt>
|
<li> Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and CALS coders (bug report from Donghai Zhu).</li>
|
||||||
<li><dt>2016-08-14 6.9.5-7 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2016-08-14 6.9.5-7 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Release ImageMagick version 6.9.5-7, GIT revision 10993:7d2fd25:20160814.</li>
|
<li> Release ImageMagick version 6.9.5-7, GIT revision 10993:7d2fd25:20160814.</li>
|
||||||
<dt>2016-08-14 6.9.5-7 Cristy <quetzlzacatenango@image...></dt>
|
<dt>2016-08-14 6.9.5-7 Cristy <quetzlzacatenango@image...></dt>
|
||||||
<li> Eliminate compiler warning.</li>
|
<li> Eliminate compiler warning.</li>
|
||||||
|
@ -5138,6 +5140,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -174,6 +174,7 @@ Examples <a href="https://legacy.imagemagick.org/Usage/transform/#encipher"
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 18:34 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -126,7 +126,7 @@ convert myimage_channels_*.png -combine myimage2.png</code></pre>
|
||||||
|
|
||||||
<p>In the above example, the separated channels are non-linear and the default for <code>-combine</code> is to assume non-linear channels. So the result is the same as the input.</p>
|
<p>In the above example, the separated channels are non-linear and the default for <code>-combine</code> is to assume non-linear channels. So the result is the same as the input.</p>
|
||||||
|
|
||||||
If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
|
<p>If one desires to separate to linear grayscale channels, recombine them later back to non-linear color, perhaps after some processing, then use the same concept as above for maintaining linear grayscale:</p>
|
||||||
|
|
||||||
<pre class="highlight"><code>convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png
|
<pre class="highlight"><code>convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png
|
||||||
convert myimage_channels_*.png -set colorspace RGB -combine -colorspace sRGB myimage2.png</code></pre>
|
convert myimage_channels_*.png -set colorspace RGB -combine -colorspace sRGB myimage2.png</code></pre>
|
||||||
|
@ -169,6 +169,8 @@ convert myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 18:20 -->
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -4982,6 +4982,7 @@ H</code>, and <code>Display-P3</code>.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -891,9 +891,9 @@ abbreviated as a concatenation of the letters '<code>R</code>', '<code>G</code>'
|
||||||
'<code>2</code>' equals <code>Blue</code> or <code>Yellow</code> <br />
|
'<code>2</code>' equals <code>Blue</code> or <code>Yellow</code> <br />
|
||||||
'<code>3</code>' equals <code>Black</code> <br />
|
'<code>3</code>' equals <code>Black</code> <br />
|
||||||
'<code>4</code>' equals <code>Alpha</code> or <code>Opacity</code> <br />
|
'<code>4</code>' equals <code>Alpha</code> or <code>Opacity</code> <br />
|
||||||
'<code>5</code>' equals <code>Index</code></p>
|
'<code>5</code>' equals <code>Index</code><br />
|
||||||
</ul>
|
</ul>
|
||||||
|
</p>
|
||||||
<p>For example, to only select the <code>Red</code> and <code>Blue</code> channels
|
<p>For example, to only select the <code>Red</code> and <code>Blue</code> channels
|
||||||
you can use any of the following:</p>
|
you can use any of the following:</p>
|
||||||
<ul><pre class="highlight">
|
<ul><pre class="highlight">
|
||||||
|
@ -1856,7 +1856,725 @@ is case-dependent.</p>
|
||||||
|
|
||||||
<p>Such settings are global in scope, and affect all images and operations. </p>
|
<p>Such settings are global in scope, and affect all images and operations. </p>
|
||||||
|
|
||||||
<p>See <a href="defines.html">ImageMagick Defines</a> for a list of recognized defines. For example:</p>
|
<p>The following definitions are just some of the artifacts that are
|
||||||
|
available:</p>
|
||||||
|
|
||||||
|
<table class="table table-sm table-striped">
|
||||||
|
<tr>
|
||||||
|
<td>auto-threshold:verbose</td>
|
||||||
|
<td>return derived threshold as the <kbd>auto-threshold:threshold</kbd> image property.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>bmp3:alpha=<var>true|false</var></td>
|
||||||
|
<td>include any alpha channel when writing in the BMP image format.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>bmp:format=<var>value</var></td>
|
||||||
|
<td> valid values are <var>bmp2</var>, <var>bmp3</var>,
|
||||||
|
and <var>bmp4</var>. This option can be useful when the
|
||||||
|
method of prepending "BMP2:" to the output filename is inconvenient or
|
||||||
|
is not available, such as when using the <a href="mogrify.html">mogrify</a> utility.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>bmp:subtype=<var>RGB555|RGB565|ARGB4444|ARGB1555</var></td>
|
||||||
|
<td>BMP channel depth subtypes. Only support in BMP (BMP4). BMP3 and BMP2 do not
|
||||||
|
contain header fields to support these options.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>colorspace:auto-grayscale=<var>on|off</var></td>
|
||||||
|
<td>prevent automatic conversion to grayscale inside coders that support
|
||||||
|
grayscale. This should be accompanied by -type truecolor. PNG and TIF do
|
||||||
|
not need this define. With PNG, just use PNG24:image. With TIF, just use
|
||||||
|
-type truecolor. JPG and PSD will need this define.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>complex:snr=<var>value</var></td>
|
||||||
|
<td>Set the divide SNR constant<a href="command-line-options.html#complex">-complex</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>compose:args=<var>arguments</var></td>
|
||||||
|
<td>Sets certain compose argument values when using convert ... -compose ...
|
||||||
|
-composite. See <a href="https://imagemagick.org/www/compose.html"
|
||||||
|
>Image Composition</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>compose:clamp=<var>on|off</var></td>
|
||||||
|
<td>set each pixel whose value is below zero to zero and any the pixel whose value is above the quantum range to the quantum range (e.g. 65535) otherwise the pixel value remains unchanged. Define supported in ImageMagick 6.9.1-3 and above.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>compose:outside-overlay=<var>true|false</var></td>
|
||||||
|
<td>Some <a href="command-line-options.html#compose" >-compose</a> methods can modify the 'destination' image outside the overlay area. It is disabled by default.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>connected-components:area-threshold=<var>value</var></td>
|
||||||
|
<td>Merges any region with area smaller than <var>value</var> into its surrounding region or largest neighbor.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>connected-components:keep=<var>list-of-ids</var></td>
|
||||||
|
<td>Comma and/or hyphenated list of id values to keep in the output. Supported in Imagemagick 6.9.3-0.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>connected-components:mean-color=<var>true</var></td>
|
||||||
|
<td>Changes the output image from id values to mean color values. Supported in Imagemagick 6.9.2-8.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>connected-components:remove=<var>list-of-ids</var></td>
|
||||||
|
<td>Comma and/or hyphenated list of id values to remove from the output. Supported in Imagemagick 6.9.2-9.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>connected-components:verbose=<var>true</var></td>
|
||||||
|
<td>Lists id, bounding box, centroid, area, mean color for each region.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>convolve:scale=<var>{kernel_scale}[!^] [,{origin_addition}] [%]</var></td>
|
||||||
|
<td>Defines the kernel scaling. The special flag ! automatically scales to
|
||||||
|
full dynamic range. The ! flag can be used in combination with a factor or
|
||||||
|
percent. The factor or percent is then applied after the automatic scaling.
|
||||||
|
An example is 50%!. This produces a result 50% darker than full dynamic
|
||||||
|
range scaling. The ^ flag assures the kernel is 'zero-summing', for
|
||||||
|
example when some values are positive and some are negative as in edge
|
||||||
|
detection kernels. The origin addition adds that value to the center
|
||||||
|
pixel of the kernel. This produces an effect that is like adding the image
|
||||||
|
that many times to the result of the filtered image. The typical value
|
||||||
|
is 1 so that the original image is added to the result of the convolution.
|
||||||
|
The default is 0.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>convolve:showKernel=<var>1</var></td>
|
||||||
|
<td>Outputs (to 'standard error') all the information about a specified <a
|
||||||
|
href="command-line-options.html#morphology" >-morphology convolve</a> kernel.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dcm:display-range=<var>reset</var></td>
|
||||||
|
<td>Sets the display range to the minimum and maximum pixel values for the
|
||||||
|
DCM image format.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dds:cluster-fit=<var>true|false</var></td>
|
||||||
|
<td>Enables the dds cluster-fit.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dds:compression=<var>dxt1|dxt5|none</var></td>
|
||||||
|
<td>Sets the dds compression.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dds:mipmaps=<var>value</var></td>
|
||||||
|
<td>Sets the dds number of mipmaps.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dds:weight-by-alpha=<var>true|false</var></td>
|
||||||
|
<td>Enables the dds alpha weighting.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>deskew:auto-crop=<var>true</var></td>
|
||||||
|
<td>auto crop the image after deskewing.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>delegate:bimodal=<var>true</var></td>
|
||||||
|
<td>Specifies direct conversion from Postscript to PDF.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>distort:scale=<var>value</var></td>
|
||||||
|
<td>Sets the output scaling factor for use with <a href="command-line-options.html#distort"
|
||||||
|
>-distort</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>distort:viewport=<var>WxH+X+Y</var></td>
|
||||||
|
<td>Sets the viewport for use with <a href="command-line-options.html#distort">-distort</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dither:diffusion-amount=<var>X%</var></td>
|
||||||
|
<td>Sets the amount of diffusion to use with Floyd-Steinberg diffusion</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>dot:layout-engine=<var>value</var></td>
|
||||||
|
<td>Specifies the layout engine for the DOT image format (e.g.
|
||||||
|
<code>neato</code>).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>exr:color-type=<var>value</var></td>
|
||||||
|
<td>Specifies the color type for the EXR format: RGB, RGBA, YC, YCA, Y, YA, R, G, B, A).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>filter:option=<var>value</var></td>
|
||||||
|
<td>Set a filter option for use with <a href="command-line-options.html#resize">-resize</a>.
|
||||||
|
See <a href="command-line-options.html#filter">-filter</a> for details.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>fourier:normalize=<var>inverse</var></td>
|
||||||
|
<td>Sets the location for the FFT/IFT normalization as use by
|
||||||
|
<a href="command-line-options.html#fft">+-fft</a> and <a href="command-line-options.html#ift">+-ift</a>. The default is
|
||||||
|
<var>forward</var>.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>h:format=<var>value</var></td>
|
||||||
|
<td>Set the image encoding format use when writing a C-style header.
|
||||||
|
<var>format</var> can be any output format supported by ImageMagick
|
||||||
|
except for <var>h</var> and <var>magick</var>. If this
|
||||||
|
option is omitted, the default is <var>GIF</var> for PseudoClass
|
||||||
|
images and <var>PNM</var> for DirectClass images.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>hough-lines:accumulator=true</td>
|
||||||
|
<td>Returns the accumulator image in addition to the lines image</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>icon:auto-resize</td>
|
||||||
|
<td>Automatically stores multiple sizes when writing an ico image
|
||||||
|
(requires a 256x256 input image).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>identify:locate=<var>minimum|maximum</var></td>
|
||||||
|
<td>Locates the coordinates of one or more image minimum or maximum</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>identify:limit=<var>number</var></td>
|
||||||
|
<td>Locates the coordinates for the number of minima or maxima specified</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:layer-number=<var>value</var></td>
|
||||||
|
<td>Sets the maximum number of quality layers to decode. Same for JPT, JC2,
|
||||||
|
and J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:number-resolutions=<var>value</var></td>
|
||||||
|
<td>Sets the number of resolutions to encode.Same for JPT, JC2, and J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:progression-order=<var>value</var></td>
|
||||||
|
<td>choose from LRCP, RLCP, RPCL, PCRL or CPRL. Same for JPT, JC2, and
|
||||||
|
J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:quality=<var>value,value...</var></td>
|
||||||
|
<td>Sets the quality layer PSNR, given in dB. The order is from left to
|
||||||
|
right in ascending order. The default is a single lossless quality layer.
|
||||||
|
Same for JPT, JC2, and J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:rate=<var>value</var></td>
|
||||||
|
<td>Specify the compression factor to use while writing JPEG-2000 files. The compression factor is the reciprocal of the compression ratio. The valid
|
||||||
|
range is 0.0 to 1.0, with 1.0 indicating lossless compression. If defined,
|
||||||
|
this value overrides the -quality setting. A quality setting of 75
|
||||||
|
results in a rate value of 0.06641. Same for JPT, JC2, and J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jp2:reduce-factor=<var>value</var></td>
|
||||||
|
<td>Sets the number of highest resolution levels to be discarded.Same for
|
||||||
|
JPT, JC2, and J2K</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:block-smoothing=<var>on|off</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:colors=<var>value</var></td>
|
||||||
|
<td>Set the desired number of colors and let the JPEG encoder do the
|
||||||
|
quantizing.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:dct-method=<var>value</var></td>
|
||||||
|
<td>Choose from <code>default</code>, <code>fastest</code>,
|
||||||
|
<code>float</code>, <code>ifast</code>, and <code>islow</code>.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:extent=<var>value</var></td>
|
||||||
|
<td>Restrict the maximum JPEG file size, for example <code>-define
|
||||||
|
jpeg:extent=400KB</code>. The JPEG encoder will search for the highest
|
||||||
|
compression quality level that results in an output file that does not
|
||||||
|
exceed the value. The <code>-quality</code> option also will be respected
|
||||||
|
starting with version 6.9.2-5. Between 6.9.1-0 and 6.9.2-4, add -quality
|
||||||
|
100 in order for the jpeg:extent to work properly. Prior to 6.9.1-0, the
|
||||||
|
-quality setting was ignored.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:fancy-upsampling=<var>on|off</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:optimize-coding=<var>on|off</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:q-table=<var>table</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:sampling-factor=<var>sampling-factor-string</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>jpeg:size=<var>geometry</var></td>
|
||||||
|
<td>Set the size hint of a JPEG image, for
|
||||||
|
example, <code>-define jpeg:size=128x128</code>.
|
||||||
|
It is most useful for increasing performance and reducing the memory
|
||||||
|
requirements when reducing the size of a large JPEG image.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>json:features</td>
|
||||||
|
<td>includes features in verbose information</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>json:limit</td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>json:locate</td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>json:moments</td>
|
||||||
|
<td>includes image moments in verbose information</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>magick:format=<var>value</var></td>
|
||||||
|
<td>Set the image encoding format use when writing a C-style header.
|
||||||
|
This is the same as "h:format=format" described above.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>mng:need-cacheoff</td>
|
||||||
|
<td>turn playback caching off for streaming MNG.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>morphology:compose=<var>compose-method</var></td>
|
||||||
|
<td>Specifies how to merge results generated by multiple<a
|
||||||
|
href="command-line-options.html#morphology" >-morphology</a> kernel. The default is none. One
|
||||||
|
typical value is 'lighten' as used, for example, with the sobel edge
|
||||||
|
kernels. </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>morphology:showKernel=<var>1</var></td>
|
||||||
|
<td>Outputs (to 'standard error') all the information about a generated <a
|
||||||
|
href="command-line-options.html#morphology" >-morphology</a> kernel.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pcl:fit-to-page=<var>true</var></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:fit-page=<var>geometry</var></td>
|
||||||
|
<td> geometry specifies the scaling dimensions for resizing when the PDF is
|
||||||
|
being read. The geometry is either WxH{%} or page size. No offsets are
|
||||||
|
allowed. (introduced in IM 6.8.8-8)</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:fit-to-page=<var>true</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:use-cropbox=<var>true</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:use-trimbox=<var>true</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:stop-on-error=<var>true</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>pdf:pdf:page-direction=<var>right-to-left</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:bit-depth=<var>value</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:color-type=<var>value</var></td>
|
||||||
|
<td>desired bit-depth and color-type for PNG output. You can force the PNG encoder to use a different bit-depth and color-type than it would have
|
||||||
|
normally selected, but only if this does not cause any loss of image
|
||||||
|
quality. Any attempt to reduce image quality is treated as an error and no
|
||||||
|
PNG file is written. E.g., if you have a 1-bit black-and-white image, you
|
||||||
|
can use these "defines" to cause it to be written as an 8-bit grayscale,
|
||||||
|
indexed, or even a 64-bit RGBA. But if you have a 16-million color image,
|
||||||
|
you cannot force it to be written as a grayscale or indexed PNG. If you
|
||||||
|
wish to do this, you must use the appropriate <a href="command-line-options.html#depth">-depth</a>,
|
||||||
|
<a href="command-line-options.html#colors">-colors</a>, or <a href="command-line-options.html#type">-type</a> directives to
|
||||||
|
reduce the image quality prior to using the PNG encoder. Note that in
|
||||||
|
indexed PNG files, "bit-depth" refers to the number of bits per index,
|
||||||
|
which can be 1, 2, 4, or 8. In such files, the color samples always have
|
||||||
|
8-bit depth.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:compression-filter=<var>value</var></td>
|
||||||
|
<td> valid values are 0 through 9. 0-4 are the corresponding PNG filters,
|
||||||
|
5 means adaptive filtering except for images with a colormap, 6 means
|
||||||
|
adaptive filtering for all images, 7 means MNG "loco" compression, 8 means
|
||||||
|
Z_RLE strategy with adaptive filtering, and 9 means Z_RLE strategy with no
|
||||||
|
filtering.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:compression-level=<var>value</var></td>
|
||||||
|
<td> valid values are 0 through 9, with 0 providing the least but fastest
|
||||||
|
compression and 9 usually providing the best and always the slowest.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:compression-strategy=<var>value</var></td>
|
||||||
|
<td> valid values are 0 through 4, meaning default, filtered, huffman_only,
|
||||||
|
rle, and fixed ZLIB compression strategy. If you are using an old zlib
|
||||||
|
that does not support Z_RLE (before 1.2.0) or Z_FIXED (before 1.2.2.2),
|
||||||
|
values 3 and 4, respectively, will use the zlib default strategy
|
||||||
|
instead.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:format=<var>value</var></td>
|
||||||
|
<td> valid values are <var>png8</var>, <var>png24</var>,
|
||||||
|
<var>png32</var>, <var>png48</var>,
|
||||||
|
<var>png64</var>, and <var>png00</var>.
|
||||||
|
This property can be useful for specifying
|
||||||
|
the specific PNG format to be used, when the usual method of prepending the
|
||||||
|
format name to the output filename is inconvenient, such as when writing
|
||||||
|
a PNG-encoded ICO file or when using <a href="mogrify.html">mogrify</a>.
|
||||||
|
Value = <var>png8</var> reduces the number of colors to 256,
|
||||||
|
only one of which may be fully transparent, if necessary. The other
|
||||||
|
values do not force any reduction of quality; it is an error to request
|
||||||
|
a format that cannot represent the image data without loss (except that
|
||||||
|
it is allowed to reduce the bit-depth from 16 to 8 for all formats).
|
||||||
|
Value = <var>png24</var> and <var>png48</var>
|
||||||
|
allow transparency, only if a single color is fully transparent and that
|
||||||
|
color does not also appear in an opaque pixel; such transparency is
|
||||||
|
written in a PNG <code>tRNS</code> chunk.
|
||||||
|
Value = <var>png00</var> causes the image to inherit its
|
||||||
|
color-type and bit-depth from the input image, if the input was also
|
||||||
|
a PNG.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:exclude-chunk=<var>value</var></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:include-chunk=<var>value</var></td>
|
||||||
|
<td>ancillary chunks to be excluded from or included in PNG output.
|
||||||
|
|
||||||
|
<p>The <var>value</var> can be the name of a PNG chunk-type such
|
||||||
|
as <var>bKGD</var>, a comma-separated list of chunk-names
|
||||||
|
(which can include the word <var>date</var>, the word
|
||||||
|
<var>all</var>, or the word <var>none</var>).
|
||||||
|
Although PNG chunk-names are case-dependent, you can use all lowercase
|
||||||
|
names if you prefer.</p>
|
||||||
|
|
||||||
|
<p>The "include-chunk" and "exclude-chunk" lists only affect the behavior
|
||||||
|
of the PNG encoder and have no effect on the PNG decoder.</p>
|
||||||
|
|
||||||
|
<p>As a special case, if the <code>sRGB</code> chunk is excluded and
|
||||||
|
the <code>gAMA</code> chunk is included, the <code>gAMA</code> chunk will
|
||||||
|
only be written if gamma is not 1/2.2, since most decoders assume
|
||||||
|
sRGB and gamma=1/2.2 when no colorspace information is included in
|
||||||
|
the PNG file. Because the list is processed from left to right, you
|
||||||
|
can achieve this with a single define:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><code>-define png:include-chunk=none,gAMA
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>As a special case, if the <code>sRGB</code> chunk is not excluded and
|
||||||
|
the PNG encoder recognizes that the image contains the sRGB ICC profile,
|
||||||
|
the PNG encoder will write the <code>sRGB</code> chunk instead of the
|
||||||
|
entire ICC profile. To force the PNG encoder to write the sRGB
|
||||||
|
profile as an <code>iCCP</code> chunk in the output PNG instead of the
|
||||||
|
<code>sRGB</code> chunk, exclude the <code>sRGB</code> chunk.</p>
|
||||||
|
|
||||||
|
<p>The critical PNG chunks <code>IHDR</code>, <code>PLTE</code>,
|
||||||
|
<code>IDAT</code>, and <code>IEND</code> cannot be excluded. Any such
|
||||||
|
entries appearing in the list will be ignored.</p>
|
||||||
|
|
||||||
|
<p>If the ancillary PNG <code>tRNS</code> chunk is excluded and the
|
||||||
|
image has transparency, the PNG colortype is forced to be 4 or 6
|
||||||
|
(GRAY_ALPHA or RGBA). If the image is not transparent, then the
|
||||||
|
<code>tRNS</code> chunk isn't written anyhow, and there is no effect
|
||||||
|
on the PNG colortype of the output image.</p>
|
||||||
|
|
||||||
|
<p>The <a href="command-line-options.html#strip">-strip</a> option does the equivalent of the
|
||||||
|
following for PNG output:</p>
|
||||||
|
|
||||||
|
<pre class="highlight"><code>-define png:exclude-chunk=EXIF,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<p>The default behavior is to include all known PNG ancillary chunks
|
||||||
|
plus ImageMagick's private <code>vpAg</code> ("virtual page") chunk,
|
||||||
|
and to exclude all PNG chunks that are unknown to ImageMagick,
|
||||||
|
regardless of their PNG "copy-safe" status as described in the
|
||||||
|
PNG specification.</p>
|
||||||
|
|
||||||
|
<p>Any chunk names that are not known to ImageMagick are ignored
|
||||||
|
if they appear in either the "include-chunk" or "exclude-chunk" list.
|
||||||
|
The ancillary chunks currently known to ImageMagick are
|
||||||
|
<code>bKGD</code>, <code>cHRM</code>, <code>gAMA</code>, <code>iCCP</code>,
|
||||||
|
<code>oFFs</code>, <code>pHYs</code>, <code>sRGB</code>, <code>tEXt</code>,
|
||||||
|
<code>tRNS</code>, <code>vpAg</code>, and <code>zTXt</code>.</p>
|
||||||
|
|
||||||
|
<p>You can also put <code>date</code> in the list to include or exclude
|
||||||
|
the "Date:create" and "Date:modify" text chunks that ImageMagick normally
|
||||||
|
inserts in the output PNG.</p></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:ignore-crc[=<var>true</var>]</td>
|
||||||
|
<td>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"</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:preserve-colormap[=<var>true</var>]</td>
|
||||||
|
<td>Use the existing image->colormap. Normally the PNG encoder will
|
||||||
|
try to optimize the palette, eliminating unused entries and putting
|
||||||
|
the transparent colors first. If this flag is set, that behavior
|
||||||
|
is suppressed.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:preserve-iCCP[=<var>true</var>]</td>
|
||||||
|
<td>By default, the PNG decoder and encoder examine any ICC profile
|
||||||
|
that is present, either from an <code>iCCP</code> chunk in the PNG
|
||||||
|
input or supplied via an option, and if the profile is recognized
|
||||||
|
to be the sRGB profile, converts it to the <code>sRGB</code> chunk.
|
||||||
|
You can use <code>-define png:preserve-iCCP</code> to prevent
|
||||||
|
this from happening; in such cases the <code>iCCP</code> chunk
|
||||||
|
will be read or written and no <code>sRGB</code> chunk will be
|
||||||
|
written. There are some ICC profiles that claim to be sRGB but
|
||||||
|
have various errors that cause them to be rejected by libpng16; such
|
||||||
|
profiles are recognized anyhow and converted to the <code>sRGB</code>
|
||||||
|
chunk, but are rejected if the <code>-define png:preserve-iCCP</code>
|
||||||
|
is present. Note that not all "sRGB" ICC profiles are recognized
|
||||||
|
yet; we will add them to the list as we encounter them.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>png:swap-bytes[=<var>true</var>]</td>
|
||||||
|
<td>The PNG specification requires that any multi-byte integers be stored in network byte order (MSB-LSB endian). This option allows you to
|
||||||
|
fix any invalid PNG files that have 16-bit samples stored incorrectly
|
||||||
|
in little-endian order (LSB-MSB). The "-define png:swap-bytes" option
|
||||||
|
must appear before the input filename on the commandline. The swapping
|
||||||
|
is done during the libpng decoding operation.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>profile:skip=<var>name1,name2,...</var></td>
|
||||||
|
<td>Skip the named profile[s] when reading the image. Use skip="*" to
|
||||||
|
skip all named profiles in the image. Many named profiles exist,
|
||||||
|
including ICC, EXIF, APP1, IPTC, XMP, and others.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>ps:imagemask</td>
|
||||||
|
<td>If the ps:imagemask flag is defined, the PS3 and EPS3 coders will
|
||||||
|
create Postscript files that render bilevel images with the Postscript
|
||||||
|
imagemask operator instead of the image operator.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>psd:additional-info=all|selective</td>
|
||||||
|
<td>This option should only be used when converting from a PSD file to another PSD file. This should be placed after the image is read. The two options are 'all' and 'selective'. The 'selective' option will preserve all additional information that is not related to the geometry of the image. The 'all' option should only be used when the geometry of the image has not been changed. This option is helpful when transferring non-simple layers, such as adjustment layers from the input PSD file to the output PSD file. If this option is not used, the additional information will not be preserved. This define is available as of Imagemagick version 6.9.5-8.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>psd:alpha-unblend=off</td>
|
||||||
|
<td>Disables new automatic un-blending of transparency with the base image
|
||||||
|
for the flattened layer 0 before adding the alpha channel to the output
|
||||||
|
image. This define must be placed before the input psd image. (Available
|
||||||
|
as of IM 6.9.2.5). The automatic un-blending is new to IM 6.9.2.5 and
|
||||||
|
prevents the transparency from being applied twice in the output
|
||||||
|
image. This option should be set before reading the image.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>psd:preserve-opacity-mask=true</td>
|
||||||
|
<td>This option should only be used when converting from a PSD file to another PSD file. It will preserve the opacity mask of a layer and add it back to the layer when the image is saved. Setting this to 'true' will enable this feature. This define is available as of Imagemagick version 6.9.5-10.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>preserve-timestamp=<var>{True, False}</var></td>
|
||||||
|
<td>Preserve file timestamp (<code>mogrify</code> only).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>q-table=<var>quantization-table.xml</var></td>
|
||||||
|
<td>Custom JPEG quantization tables.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>quantum:format=<var>type</var></td>
|
||||||
|
<td>Set the type to <code>floating-point</code> to specify a floating-point
|
||||||
|
format for raw files (e.g. GRAY:) or for MIFF and TIFF images in HDRI mode
|
||||||
|
to preserve negative values. If <a href="command-line-options.html#depth">-depth</a> 16 is
|
||||||
|
included, the result is a single precision floating point format.
|
||||||
|
If <a href="command-line-options.html#depth">-depth</a> 32 is included, the result is
|
||||||
|
double precision floating point format. For signed pixel data, use <code>-define quantum:format=signed</code>.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>quantum:polarity=<var>photometric-interpretation</var></td>
|
||||||
|
<td>Set the photometric-interpretation of an image (typically for TIFF
|
||||||
|
image file format) to either <code>min-is-black</code> (default) or
|
||||||
|
<code>min-is-white</code>.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>sample:offset=<var>geometry</var></td>
|
||||||
|
<td>Location of the sampling point within the sub-region being sampled,
|
||||||
|
expressed as percentages (see <a href="command-line-options.html#sample" >-sample</a>).</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>showKernel=<var>1</var></td>
|
||||||
|
<td>Outputs (to 'standard error') all the information about a generated <a
|
||||||
|
href="command-line-options.html#morphology" >-morphology</a> kernel.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>stream:buffer-size=<var>value</var></td>
|
||||||
|
<td>Set the stream buffer size. Select 0 for unbuffered I/O.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:alpha=<var>associated|unassociated|unspecified</var></td>
|
||||||
|
<td>Specify the alpha extra samples as associated, unassociated or
|
||||||
|
unspecified </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:endian=<var>msb|lsb</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:exif-properties=<var>true</var></td>
|
||||||
|
<td>Enables reading the EXIF properties.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:fill-order=<var>msb|lsb</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:ignore-layers=<var>true</var></td>
|
||||||
|
<td>Ignores the photoshop layers.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:ignore-tags=<var>comma-separate-list-of-tag-IDs</var></td>
|
||||||
|
<td>Allows one or more tag ID values to be ignored.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:predictor=<var>[1, 2 or 3]</var></td>
|
||||||
|
<td>A mathematical operator that is applied to the image data before an encoding scheme is applied. The general idea is that subsequent pixels of an image resemble each other. Thus, substracting the information from a pixel that is already contained in previous one is likely to reduce its information density considerably and aid subsequent compression. 1 = No prediction scheme used before coding. 2 = Horizontal differencing. 3 = Floating point horizontal differencing.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:rows-per-strip=<var>value</var></td>
|
||||||
|
<td>Sets the number of rows per strip</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>tiff:tile-geometry=<var>WxH</var></td>
|
||||||
|
<td>Sets the tile size for pyramid tiffs. Requires the suffix
|
||||||
|
PTIF: before the outputname</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>type:features=<var>string</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>type:hinting=<var>off</var></td>
|
||||||
|
<td> </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>txt:compliance=<var>css</var></td>
|
||||||
|
<td>The first argument of a hsl() color is integer, not percentage</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>x:screen=<var>true</var></td>
|
||||||
|
<td>Obtains the image from the root window </td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>x:silent=<var>true</var></td>
|
||||||
|
<td>Turns off the beep when importing an image </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p>For example, to create a postscript file that will render only the black
|
||||||
|
pixels of a bilevel image, use:</p>
|
||||||
|
|
||||||
<pre class="highlight"><code>convert bilevel.tif -define ps:imagemask eps3:stencil.ps
|
<pre class="highlight"><code>convert bilevel.tif -define ps:imagemask eps3:stencil.ps
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
@ -2721,7 +3439,7 @@ magick!</code> for an image titled <code>bird.miff</code>. </p>
|
||||||
to annotate an image with text.</p>
|
to annotate an image with text.</p>
|
||||||
|
|
||||||
<p>The <code>rotate</code> primitive rotates subsequent shape primitives and
|
<p>The <code>rotate</code> primitive rotates subsequent shape primitives and
|
||||||
text primitives about the origin of the main image.:/p>
|
text primitives about the origin of the main image.</p>
|
||||||
|
|
||||||
<pre class="highlight"><code>-draw "rotate 45 text 10,10 'Works like magick!'"</code></pre>
|
<pre class="highlight"><code>-draw "rotate 45 text 10,10 'Works like magick!'"</code></pre>
|
||||||
|
|
||||||
|
@ -7361,7 +8079,7 @@ href="command-line-options.html#stretch">-stretch</a>, and <a href="command-line
|
||||||
<h3><a class="anchor" id="white-balance"></a>-white-balance</h3>
|
<h3><a class="anchor" id="white-balance"></a>-white-balance</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>Applies white balancing to an image according to a grayworld assumption in the LAB colorspace.</p>
|
<p>Applies white balancing to an image according to a grayworld assumption in the LAB colorspace.</p>
|
||||||
<p>Use <kbd>-define white-balance:vibrance=<em>value{%}</em></kdb> to change the color vibrance of the a & b channels.</p>
|
<p>Use <kbd>-define white-balance:vibrance=<em>value{%}</em></kbd> to change the color vibrance of the a & b channels.</p>
|
||||||
|
|
||||||
<div style="margin: auto;">
|
<div style="margin: auto;">
|
||||||
<h3><a class="anchor" id="white-point"></a>-white-point <var>x,y</var></h3>
|
<h3><a class="anchor" id="white-point"></a>-white-point <var>x,y</var></h3>
|
||||||
|
@ -7454,6 +8172,8 @@ but with strict boolean masking. </p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 18:36 -->
|
||||||
|
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
<main class="container">
|
<main class="container">
|
||||||
<div class="magick-template">
|
<div class="magick-template">
|
||||||
<div class="magick-header">
|
<div class="magick-header">
|
||||||
<h1 class="text-center">Anatomy of the Command-line</h1
|
<h1 class="text-center">Anatomy of the Command-line</h1>
|
||||||
<p class="text-center"><a href="command-line-processing.html#anatomy">The Anatomy of the Command-line</a> • <a href="command-line-processing.html#input">Input Filename</a> • <a href="command-line-processing.html#option">Command-line Options</a> • <a href="command-line-processing.html#output">Output Filename</a></p>
|
<p class="text-center"><a href="command-line-processing.html#anatomy">The Anatomy of the Command-line</a> • <a href="command-line-processing.html#input">Input Filename</a> • <a href="command-line-processing.html#option">Command-line Options</a> • <a href="command-line-processing.html#output">Output Filename</a></p>
|
||||||
|
|
||||||
<p class="lead magick-description">The ImageMagick command-line <a href="command-line-tools.html">tools</a> can be as simple as this:</p>
|
<p class="lead magick-description">The ImageMagick command-line <a href="command-line-tools.html">tools</a> can be as simple as this:</p>
|
||||||
|
@ -649,6 +649,7 @@ image-2.jpg</pre>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 16:55 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -136,6 +136,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -438,7 +438,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||||
<td><a href="command-line-options.html#write-mask">-read-mask <var>filename</var></a></td>
|
<td><a href="command-line-options.html#write-mask">-read-mask <var>filename</var></a></td>
|
||||||
<td>associate a write mask with the image</td>
|
<td>associate a write mask with the image</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@ -467,6 +467,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -682,6 +682,7 @@ href="command-line-options.html#list">-list compose</a>.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -561,6 +561,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 18:22 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1169,6 +1169,7 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 19:38 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -155,6 +155,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
<!-- Magick Cache 1st January 2021 18:17 -->
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form class="form-inline my-2 my-md-0" action="https://imagemagick.org/script/search.php">
|
<form class="form-inline my-2 my-lg-0" action="https://legacy.imagemagick.org/script/search.php">
|
||||||
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
<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>
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" name="sa">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -171,6 +171,6 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Javascript assets -->
|
<!-- Javascript assets -->
|
||||||
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous">
|
<script>window.jQuery || document.write('<script src="assets/jquery.slim.min.js"><\/script>')</script><script src="assets/bootstrap.bundle.min.js" crossorigin="anonymous" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue