]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 26 Aug 2017 19:03:35 +0000 (15:03 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 26 Aug 2017 19:03:35 +0000 (15:03 -0400)
70 files changed:
config/Magick++.dox.in
config/MagickCore.dox.in
config/MagickWand.dox.in
index.html
www/ImageMagickObject.html
www/advanced-unix-installation.html
www/advanced-windows-installation.html
www/animate.html
www/api.html
www/api/Image++.html
www/api/memory.html
www/api/property.html
www/architecture.html
www/binary-releases.html
www/changelog.html
www/cipher.html
www/color-management.html
www/color.html
www/command-line-options.html
www/command-line-processing.html
www/command-line-tools.html
www/compare.html
www/compose.html
www/composite.html
www/conjure.html
www/connected-components.html
www/convert.html
www/develop.html
www/display.html
www/distribute-pixel-cache.html
www/download.html
www/escape.html
www/examples.html
www/exception.html
www/export.html
www/formats.html
www/fx.html
www/gradient.html
www/high-dynamic-range.html
www/history.html
www/identify.html
www/import.html
www/index.html
www/install-source.html
www/jp2.html
www/license.html
www/links.html
www/magick++.html
www/magick-core.html
www/magick-script.html
www/magick-vector-graphics.html
www/magick-wand.html
www/magick.html
www/miff.html
www/mirror.html
www/mogrify.html
www/montage.html
www/motion-picture.html
www/opencl.html
www/openmp.html
www/perl-magick.html
www/porting.html
www/quantize.html
www/resources.html
www/security-policy.html
www/sitemap.html
www/stream.html
www/subversion.html
www/support.html
www/webp.html

index 0b935d98d87eeccdc21b8361139ce774d18eb67f..ef01d2e53e587bdf26d34a0814700351598acbf1 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project.
@@ -20,8 +20,8 @@
 # This tag specifies the encoding used for all characters in the config file
 # that follow. The default is UTF-8 which is also the encoding used for all text
 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
 # The default value is: UTF-8.
 
 DOXYFILE_ENCODING      = UTF-8
@@ -327,7 +327,7 @@ BUILTIN_STL_SUPPORT    = NO
 CPP_CLI_SUPPORT        = NO
 
 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
 # will parse them like normal C++ but will assume all classes use public instead
 # of private inheritance when no explicit protection keyword is present.
 # The default value is: NO.
@@ -698,7 +698,7 @@ LAYOUT_FILE            =
 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
 # the reference definitions. This must be a list of .bib files. The .bib
 # extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
 # For LaTeX the style of the bibliography can be controlled using
 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
 # search path. See also \cite for info how to create references.
@@ -785,7 +785,7 @@ INPUT                  = @srcdir@/../Magick++
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
 # possible encodings.
 # The default value is: UTF-8.
 
@@ -992,7 +992,7 @@ SOURCE_TOOLTIPS        = YES
 # If the USE_HTAGS tag is set to YES then the references to source code will
 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
 # source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
 # 4.8.6 or higher.
 #
 # To use it do the following:
@@ -1137,7 +1137,7 @@ HTML_EXTRA_FILES       =
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the style sheet and background images according to
 # this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
 # purple, and 360 is red again.
 # Minimum value: 0, maximum value: 359, default value: 220.
@@ -1196,12 +1196,12 @@ HTML_INDEX_NUM_ENTRIES = 100
 
 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
 # generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
 # Makefile in the HTML output directory. Running make will produce the docset in
 # that directory and running make install will install the docset in
 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
 # for more information.
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1317,7 +1317,7 @@ QCH_FILE               =
 
 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
 # Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
 # The default value is: org.doxygen.Project.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1325,8 +1325,7 @@ QHP_NAMESPACE          = org.doxygen.Project
 
 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
 # Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
 # The default value is: doc.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1334,23 +1333,21 @@ QHP_VIRTUAL_FOLDER     = doc
 
 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
 # filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_NAME   =
 
 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
 # custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_ATTRS  =
 
 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
 # project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_SECT_FILTER_ATTRS  =
@@ -1455,7 +1452,7 @@ FORMULA_FONTSIZE       = 10
 FORMULA_TRANSPARENT    = YES
 
 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
 # installed or if you want to formulas look prettier in the HTML output. When
 # enabled you may also need to install MathJax separately and configure the path
@@ -1482,7 +1479,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
 # Content Delivery Network so you can quickly see the result without installing
 # MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
 # The default value is: http://cdn.mathjax.org/mathjax/latest.
 # This tag requires that the tag USE_MATHJAX is set to YES.
 
@@ -1544,7 +1541,7 @@ SERVER_BASED_SEARCH    = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
 #
 # See the section "External Indexing and Searching" for details.
 # The default value is: NO.
@@ -1557,7 +1554,7 @@ EXTERNAL_SEARCH        = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
 # Searching" for details.
 # This tag requires that the tag SEARCHENGINE is set to YES.
 
@@ -1744,7 +1741,7 @@ LATEX_SOURCE_CODE      = NO
 
 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
 # bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
 # The default value is: plain.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
@@ -1927,9 +1924,9 @@ DOCBOOK_PROGRAMLISTING = NO
 #---------------------------------------------------------------------------
 
 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
 # The default value is: NO.
 
 GENERATE_AUTOGEN_DEF   = NO
@@ -2351,6 +2348,11 @@ DIAFILE_DIRS           =
 
 PLANTUML_JAR_PATH      =
 
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE      =
+
 # When using plantuml, the specified paths are searched for files specified by
 # the !include statement in a plantuml block.
 
index 9ffa5e22d80a13d6caba37ecf200500ba728eb2a..650471548fa39758af89abb98bfe3f0b3e4db989 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project.
@@ -20,8 +20,8 @@
 # This tag specifies the encoding used for all characters in the config file
 # that follow. The default is UTF-8 which is also the encoding used for all text
 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
 # The default value is: UTF-8.
 
 DOXYFILE_ENCODING      = UTF-8
@@ -327,7 +327,7 @@ BUILTIN_STL_SUPPORT    = NO
 CPP_CLI_SUPPORT        = NO
 
 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
 # will parse them like normal C++ but will assume all classes use public instead
 # of private inheritance when no explicit protection keyword is present.
 # The default value is: NO.
@@ -698,7 +698,7 @@ LAYOUT_FILE            =
 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
 # the reference definitions. This must be a list of .bib files. The .bib
 # extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
 # For LaTeX the style of the bibliography can be controlled using
 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
 # search path. See also \cite for info how to create references.
@@ -785,7 +785,7 @@ INPUT                  = @srcdir@/../MagickCore
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
 # possible encodings.
 # The default value is: UTF-8.
 
@@ -991,7 +991,7 @@ SOURCE_TOOLTIPS        = YES
 # If the USE_HTAGS tag is set to YES then the references to source code will
 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
 # source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
 # 4.8.6 or higher.
 #
 # To use it do the following:
@@ -1136,7 +1136,7 @@ HTML_EXTRA_FILES       =
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the style sheet and background images according to
 # this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
 # purple, and 360 is red again.
 # Minimum value: 0, maximum value: 359, default value: 220.
@@ -1195,12 +1195,12 @@ HTML_INDEX_NUM_ENTRIES = 100
 
 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
 # generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
 # Makefile in the HTML output directory. Running make will produce the docset in
 # that directory and running make install will install the docset in
 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
 # for more information.
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1316,7 +1316,7 @@ QCH_FILE               =
 
 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
 # Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
 # The default value is: org.doxygen.Project.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1324,8 +1324,7 @@ QHP_NAMESPACE          = org.doxygen.Project
 
 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
 # Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
 # The default value is: doc.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1333,23 +1332,21 @@ QHP_VIRTUAL_FOLDER     = doc
 
 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
 # filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_NAME   =
 
 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
 # custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_ATTRS  =
 
 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
 # project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_SECT_FILTER_ATTRS  =
@@ -1454,7 +1451,7 @@ FORMULA_FONTSIZE       = 10
 FORMULA_TRANSPARENT    = YES
 
 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
 # installed or if you want to formulas look prettier in the HTML output. When
 # enabled you may also need to install MathJax separately and configure the path
@@ -1481,7 +1478,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
 # Content Delivery Network so you can quickly see the result without installing
 # MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
 # The default value is: http://cdn.mathjax.org/mathjax/latest.
 # This tag requires that the tag USE_MATHJAX is set to YES.
 
@@ -1543,7 +1540,7 @@ SERVER_BASED_SEARCH    = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
 #
 # See the section "External Indexing and Searching" for details.
 # The default value is: NO.
@@ -1556,7 +1553,7 @@ EXTERNAL_SEARCH        = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
 # Searching" for details.
 # This tag requires that the tag SEARCHENGINE is set to YES.
 
@@ -1743,7 +1740,7 @@ LATEX_SOURCE_CODE      = NO
 
 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
 # bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
 # The default value is: plain.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
@@ -1926,9 +1923,9 @@ DOCBOOK_PROGRAMLISTING = NO
 #---------------------------------------------------------------------------
 
 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
 # The default value is: NO.
 
 GENERATE_AUTOGEN_DEF   = NO
@@ -2350,6 +2347,11 @@ DIAFILE_DIRS           =
 
 PLANTUML_JAR_PATH      =
 
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE      =
+
 # When using plantuml, the specified paths are searched for files specified by
 # the !include statement in a plantuml block.
 
index 73b3aaaae51c41a20564c65e78c2667564b164c8..bd4d3feea971644293d6b88279c8b05c53cab79f 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
 
 # This file describes the settings to be used by the documentation system
 # doxygen (www.doxygen.org) for a project.
@@ -20,8 +20,8 @@
 # This tag specifies the encoding used for all characters in the config file
 # that follow. The default is UTF-8 which is also the encoding used for all text
 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
-# for the list of possible encodings.
+# built into libc) for the transcoding. See
+# https://www.gnu.org/software/libiconv/ for the list of possible encodings.
 # The default value is: UTF-8.
 
 DOXYFILE_ENCODING      = UTF-8
@@ -327,7 +327,7 @@ BUILTIN_STL_SUPPORT    = NO
 CPP_CLI_SUPPORT        = NO
 
 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
 # will parse them like normal C++ but will assume all classes use public instead
 # of private inheritance when no explicit protection keyword is present.
 # The default value is: NO.
@@ -698,7 +698,7 @@ LAYOUT_FILE            =
 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
 # the reference definitions. This must be a list of .bib files. The .bib
 # extension is automatically appended if omitted. This requires the bibtex tool
-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
+# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
 # For LaTeX the style of the bibliography can be controlled using
 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
 # search path. See also \cite for info how to create references.
@@ -785,7 +785,7 @@ INPUT                  = @srcdir@/../MagickWand
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv/) for the list of
 # possible encodings.
 # The default value is: UTF-8.
 
@@ -991,7 +991,7 @@ SOURCE_TOOLTIPS        = YES
 # If the USE_HTAGS tag is set to YES then the references to source code will
 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
 # source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
 # 4.8.6 or higher.
 #
 # To use it do the following:
@@ -1136,7 +1136,7 @@ HTML_EXTRA_FILES       =
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the style sheet and background images according to
 # this color. Hue is specified as an angle on a colorwheel, see
-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
+# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
 # purple, and 360 is red again.
 # Minimum value: 0, maximum value: 359, default value: 220.
@@ -1195,12 +1195,12 @@ HTML_INDEX_NUM_ENTRIES = 100
 
 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
 # generated that can be used as input for Apple's Xcode 3 integrated development
-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
+# environment (see: https://developer.apple.com/tools/xcode/), introduced with
 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
 # Makefile in the HTML output directory. Running make will produce the docset in
 # that directory and running make install will install the docset in
 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
+# startup. See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
 # for more information.
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1316,7 +1316,7 @@ QCH_FILE               =
 
 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
 # Project output. For more information please see Qt Help Project / Namespace
-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
+# (see: http://doc.qt.io/qt-4.8/qthelpproject.html#namespace).
 # The default value is: org.doxygen.Project.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1324,8 +1324,7 @@ QHP_NAMESPACE          = org.doxygen.Project
 
 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
 # Help Project output. For more information please see Qt Help Project / Virtual
-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
-# folders).
+# Folders (see: http://doc.qt.io/qt-4.8/qthelpproject.html#virtual-folders).
 # The default value is: doc.
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
@@ -1333,23 +1332,21 @@ QHP_VIRTUAL_FOLDER     = doc
 
 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
 # filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_NAME   =
 
 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
 # custom filter to add. For more information please see Qt Help Project / Custom
-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
-# filters).
+# Filters (see: http://doc.qt.io/qt-4.8/qthelpproject.html#custom-filters).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_CUST_FILTER_ATTRS  =
 
 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
 # project's filter section matches. Qt Help Project / Filter Attributes (see:
-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
+# http://doc.qt.io/qt-4.8/qthelpproject.html#filter-attributes).
 # This tag requires that the tag GENERATE_QHP is set to YES.
 
 QHP_SECT_FILTER_ATTRS  =
@@ -1454,7 +1451,7 @@ FORMULA_FONTSIZE       = 10
 FORMULA_TRANSPARENT    = YES
 
 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
-# http://www.mathjax.org) which uses client side Javascript for the rendering
+# https://www.mathjax.org) which uses client side Javascript for the rendering
 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
 # installed or if you want to formulas look prettier in the HTML output. When
 # enabled you may also need to install MathJax separately and configure the path
@@ -1481,7 +1478,7 @@ MATHJAX_FORMAT         = HTML-CSS
 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
 # Content Delivery Network so you can quickly see the result without installing
 # MathJax. However, it is strongly recommended to install a local copy of
-# MathJax from http://www.mathjax.org before deployment.
+# MathJax from https://www.mathjax.org before deployment.
 # The default value is: http://cdn.mathjax.org/mathjax/latest.
 # This tag requires that the tag USE_MATHJAX is set to YES.
 
@@ -1543,7 +1540,7 @@ SERVER_BASED_SEARCH    = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/).
+# Xapian (see: https://xapian.org/).
 #
 # See the section "External Indexing and Searching" for details.
 # The default value is: NO.
@@ -1556,7 +1553,7 @@ EXTERNAL_SEARCH        = NO
 #
 # Doxygen ships with an example indexer (doxyindexer) and search engine
 # (doxysearch.cgi) which are based on the open source search engine library
-# Xapian (see: http://xapian.org/). See the section "External Indexing and
+# Xapian (see: https://xapian.org/). See the section "External Indexing and
 # Searching" for details.
 # This tag requires that the tag SEARCHENGINE is set to YES.
 
@@ -1743,7 +1740,7 @@ LATEX_SOURCE_CODE      = NO
 
 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
 # bibliography, e.g. plainnat, or ieeetr. See
-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
+# https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
 # The default value is: plain.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
@@ -1926,9 +1923,9 @@ DOCBOOK_PROGRAMLISTING = NO
 #---------------------------------------------------------------------------
 
 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
-# structure of the code including all documentation. Note that this feature is
-# still experimental and incomplete at the moment.
+# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
+# the structure of the code including all documentation. Note that this feature
+# is still experimental and incomplete at the moment.
 # The default value is: NO.
 
 GENERATE_AUTOGEN_DEF   = NO
@@ -2350,6 +2347,11 @@ DIAFILE_DIRS           =
 
 PLANTUML_JAR_PATH      =
 
+# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
+# configuration file for plantuml.
+
+PLANTUML_CFG_FILE      =
+
 # When using plantuml, the specified paths are searched for files specified by
 # the !include statement in a plantuml block.
 
index e78763970184650d008c8814b2658ea88413e795..8686a32db2bbb4ac4de58ca073318e1e1a4d97f4 100644 (file)
@@ -234,4 +234,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
   <script src="js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index 8c754fe7fed48285038b415c0435bf7ce0444acf..bb1fe09b0f7098163f37f9390ed67a58acb161ff 100644 (file)
@@ -125,4 +125,4 @@ regsvr32 /u /s ImageMagickObject.dll
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:50 -->
\ No newline at end of file
index a3b054f7d900ea6b92af7ff4cd2abf985cfe6c3f..a82bec62ba58d88a0af42d3efef0982230491251 100644 (file)
@@ -631,4 +631,4 @@ identify -list format
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:26 -->
\ No newline at end of file
index ad4018b5d674761e3f94a3c93573dd3569fcbf68..8a656f161fddd3205180b974b4163653d3c58c24 100644 (file)
@@ -396,4 +396,4 @@ _MAGICKMOD_
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:39 -->
\ No newline at end of file
index f91ef5c59358c0bac9b3ce8b01f1b054c86fe6f9..c01eafa390e81e8fb892cc0fd57d5af899ae8907 100644 (file)
@@ -527,4 +527,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
index 6e4b3855e2293ba9de0856947d4e47feddb6760f..e2566aee925f679cd0c6e84d26cf712cf26afa32 100644 (file)
@@ -45,7 +45,7 @@
       <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
       <a class="magick-nav-item " href="resources.html">Resources</a>
       <a class="magick-nav-item active" href="api.html">Develop</a>
-      <a class="magick-nav-item " href="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/search.php">Search</a>
+      <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
       <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
 </p>
     <p><a href="api.html#">Back to top</a> â€¢
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> â€¢
-    <a href="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></p>
+    <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>©  1999-2016 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
index 59a2d5e53e9fb3e446c6d8dd7763349557160a64..907117e04fc4e49e3dc65b11496f35f44387473b 100644 (file)
@@ -56,7 +56,7 @@
 <p class="navigation-index">[<a href="Image++.html#BLOBs">BLOBs</a> &#8226; <a href="Image++.html#Constructors">Constructors</a> &#8226; <a href="Image++.html#Image%20Manipulation%20Methods">Image Manipulation Methods</a> &#8226; <a href="Image++.html#Image%20Attributes">Image Attributes</a> &#8226; <a href="Image++.html#Raw%20Image%20Pixel%20Access">Low-Level Image Pixel Access</a>]</p>
 <div class="doc-section">
 <p>Image is the primary object in Magick++ and represents
-a single image frame (see <a href="http://www.imagemagick.org/Magick++/ImageDesign.html">design</a> ). The
+a single image frame (see <a href="../Magick++/ImageDesign.html">design</a> ). The
 <a href="http://www.imagemagick.org/Magick++/STL.html">STL interface</a> <b>must</b> be used to operate on
 image sequences or images (e.g. of format GIF, TIFF, MIFF, Postscript,
 &amp; MNG) which are comprised of multiple image frames. Individual
index 3fdb25d1c3ca981eeecb45335e3990e252512c1d..b4ee40551d2c27bcb2b8a85a915a00e75ea88cec 100644 (file)
@@ -131,7 +131,7 @@ void *AcquireQuantumMemory(const size_t count,const size_t quantum)
 </dl>
 <h2><a href="http://www.imagemagick.org/api/MagickCore/memory_8c.html" id="AcquireVirtualMemory">AcquireVirtualMemory</a></h2>
 
-<p>AcquireVirtualMemory() allocates a pointer to a block of memory at least size bytes suitably aligned for any use.</p>
+<p>AcquireVirtualMemory() allocates a pointer to a block of memory at least size bytes suitably aligned for any use. In addition to heap, it also supports memory-mapped and file-based memory-mapped memory requests.</p>
 
 <p>The format of the AcquireVirtualMemory method is:</p>
 
index 0c64495e4d5a6ff6b601f0ab571f8179bd466718..69328197ec6b7b6ac7b3ac7c742d0861d9561aef 100644 (file)
@@ -84,7 +84,7 @@ MagickBooleanType CloneImageProperties(Image *image,
 </dl>
 <h2><a href="http://www.imagemagick.org/api/MagickCore/property_8c.html" id="DefineImageProperty">DefineImageProperty</a></h2>
 
-<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty()</p>
+<p>DefineImageProperty() associates an assignment string of the form "key=value" with an artifact or options. It is equivelent to SetImageProperty().</p>
 
 <p>The format of the DefineImageProperty method is:</p>
 
index ca762e754c1ef9b6b6079cfecfef029153c1000b..5993b32e021af21fead5e70bc27f92daa30cd8d9 100644 (file)
@@ -1484,4 +1484,4 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
index d3ebf4b93c85ee22d6afe57108d2c1309697a91d..6e15431d4ed5627be4cacfc190a7a663c55eeeab 100644 (file)
@@ -45,7 +45,7 @@
       <a class="magick-nav-item " href="command-line-processing.html">Command-line</a>
       <a class="magick-nav-item " href="resources.html">Resources</a>
       <a class="magick-nav-item " href="api.html">Develop</a>
-      <a class="magick-nav-item " href="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/search.php">Search</a>
+      <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
       <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
     </nav>
   </div>
@@ -447,7 +447,7 @@ objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")
 </p>
     <p><a href="binary-releases.html#">Back to top</a> â€¢
     <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a> â€¢
-    <a href="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></p>
+    <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
         <p><small>©  1999-2016 ImageMagick Studio LLC</small></p>
   </footer>
 </div><!-- /.container -->
index 7198fd0e1443c127f8a6fd6a1388e0fb5bc70f76..602c7b5f548d9eefa2340fcc53acccc298f8ad68 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:05 -->
\ No newline at end of file
index 0df3ef85c942b580ec7abb1aad8dd98262c3fc35..19eb10ba7a5727b24ccddbefc15d4b2fef4de7f0 100644 (file)
@@ -135,4 +135,4 @@ Examples <a href="https://www.imagemagick.org/Usage/transform/#encipher"
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:35 -->
\ No newline at end of file
index 007de915460060c2a8ba99b5562606c35f6687de..56b54eb0e582f1d882adb6c6be71d4fb7fd197bc 100644 (file)
@@ -127,4 +127,4 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
index 53c0bc8da87c66e4903f6f2af4cc4e2eab93aeed..0b7312dc578ba586d023e65b4d5283325fe95930 100644 (file)
@@ -4924,4 +4924,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:02 -->
\ No newline at end of file
index 87f4747238f3010bf087f212a2b45fc11f6e6186..9356c26bbf64f2d556478d59d554eab4b4898621 100644 (file)
@@ -8109,4 +8109,4 @@ but with strict boolean masking. </p>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
index 174c1f832930f5a3fcaa572efc2e788e7fab3279..6c1f51798265235f82d8fc8e43fbfa9aa3d49c01 100644 (file)
@@ -603,4 +603,4 @@ image-2.jpg</pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
index d8cf90a6b1713dc30018a0bb69a097ec807cce44..c7b5990df00542b1e3b75db0e7b2c4fc6e560232 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index 35d30feff17f78b8cef61cffa4247754a537f7b3..d3c1401b73e2f64108cc1b632ef72f4c1d28586e 100644 (file)
@@ -415,4 +415,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
index d8c304bf0ab75a0bee5f344dc2e8409d5741c468..675e1d3ff09c9c31c1a823009f44d74deac03570 100644 (file)
@@ -639,3 +639,4 @@ href="https://www.imagemagick.org/script/command-line-options.html#list">-list c
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
+<!-- Magick Cache 24th August 2017 21:17 -->
\ No newline at end of file
index 62cb0c8bcaf4930a847c9d2ff0ed0abb42f8501d..48d40169832570fc8761353a7659df69988f78ec 100644 (file)
@@ -521,4 +521,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
index 5b4d197764b9ea1508870ada92506d235b417b2b..d8fb4571fe0c6c76a1cb5fea88b421ffc98db0c0 100644 (file)
@@ -1133,4 +1133,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
index aa68f599cb1d750543708831823487e713dff265..6cb0ad71a9cd48cff5704cac2b4c791ef58fa834 100644 (file)
@@ -111,4 +111,4 @@ Objects (id: bounding-box centroid area mean-color):
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:22 -->
\ No newline at end of file
index f85142a73b28cc2abb460c88de4bab7033415eb7..f18bde9486c2fb93c5ad8eae385f047101715134 100644 (file)
@@ -1322,4 +1322,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index c706ab3c70fdc1349eb510ca187b1c4d1724703a..12d5a23271994c93662db474d062ae6e65993aae 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
index d9b1f919b0e5f7800ecfbb2be5a5115dceab8f13..47ef9867a71915d36dbc15cb6aae560e5aad24c0 100644 (file)
@@ -563,4 +563,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:31 -->
\ No newline at end of file
index c94cdd534886e9de623df535b55cf7eed9fa87eb..4965c1f5135a942140bb3fe203dc225426f4e502 100644 (file)
@@ -84,4 +84,4 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:56 -->
\ No newline at end of file
index 32d9283ecd59026892ee13a3d23578df9234588a..6fef573c7e6ccbb6463b5780dfcac426f2b2f9a9 100644 (file)
@@ -430,4 +430,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</cod
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:08 -->
\ No newline at end of file
index 04f51990b049e9a59ac8fd86fa9e8f07583dbac3..120b07552fbbec8cb5449074a9019074d4531fc6 100644 (file)
@@ -882,4 +882,4 @@ Post ObjectData Descriptor Record
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
index fe30d8fa5050cf30dc76aeda3b41001310dc22a3..a55bee5221b65a241a100f2dd84793d2ebdea761 100644 (file)
@@ -75,4 +75,4 @@
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:55 -->
\ No newline at end of file
index 608b5082627cb00a5d258886e03a11a2b52299ab..3fcfbeb9d1c2564a6cf6107804e35f4d9b86b41c 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:25 -->
\ No newline at end of file
index 273adf4992ca63e848460df81d748402e4887db6..9c8c1731e54f273fa81cef15a0ca481c7d9606af 100644 (file)
@@ -75,4 +75,4 @@
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
index 9b5e7440f2695ed4bd8a063c7c9004469a9089a3..e07e4a24410ec3297ebf6759bee00fa1439d4e59 100644 (file)
@@ -1976,4 +1976,4 @@ convert \( -size 15x15 canvas:black canvas:white -append \) \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
index 2abc71a3c0ef1ff44535843df199ade60829b318..d8809dea256446f09c2f1bcbe4729779a747c6ec 100644 (file)
@@ -415,4 +415,4 @@ convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:44 -->
\ No newline at end of file
index 8b9459a3e3733811724ccb3cdc4fa29636651295..d0e8f7febab25b3d8a21a23996bb8275654fc567 100644 (file)
@@ -236,4 +236,4 @@ convert -size 256x256 -define gradient:radii=128,64 -define gradient:angle=45 ra
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:17 -->
\ No newline at end of file
index 667dbcb666c114c5d1ee10a9a1d478981c6dd767..d4b0898f87e6fa41ef20a4315652183eb714d59b 100644 (file)
@@ -102,4 +102,4 @@ Features: HDRI
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index bbafb9857bf796ae898bb02f3fdafb7f5436d47f..991b5f837ffdb95f808806cd44cc117e2de75f6a 100644 (file)
@@ -92,4 +92,4 @@ I swear by my life and my love of it that I will never live for the sake of anot
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:57 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:59 -->
\ No newline at end of file
index fc58a5c11e0daa43dc32d4f6b1ae48f9b1b2ae78..42c3eac8b57c61399ca3a56c53bc96a00cc0e861 100644 (file)
@@ -424,4 +424,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
index 545da0110af7f3636311d982930fb8f0c43734dd..565dc99a6b6933f261ac0af71c1bf733d8c12ae3 100644 (file)
@@ -422,4 +422,4 @@ magick import -window root screen.ps
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:12 -->
\ No newline at end of file
index 166f350a06eb87c8936f25826028e4ae16026933..9f08f965322ac3b6dc449a8f00ab3df461dab7d2 100644 (file)
@@ -234,4 +234,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index 64f960f3740ce0305746509500f6c26a12ad5ee8..e279e86a6169370a44ab5f1ae2a2ba7ba407cbda 100644 (file)
@@ -157,4 +157,4 @@ validate
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:42 -->
\ No newline at end of file
index 2d502930a2231aba28f7c606f5e53201ae8df510..eb81b791b35c6fea88c0ec6c6914110b84ddfad4 100644 (file)
@@ -159,4 +159,4 @@ convert wizard.png -resize 4096x2160! -depth 12 wizard.jp2
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:36 -->
\ No newline at end of file
index d75e8423507f017b728e5aa8f9ca49ba5bd5f8f1..d9bba721b5ccd566ec1f0f254fbb9dc06ddf96a3 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:06 -->
\ No newline at end of file
index ed7f7e2b6b7ef726c1536603f49c397732ca2cc5..0b6af2eb2628c41290fa284dfe9e8c793ea50dc4 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:53 -->
\ No newline at end of file
index 942bb46aea0cb5eae2d6626291ef7ad5ae4a9587..235d5d4ac92d174ef95795dcf32697795c187ddf 100644 (file)
@@ -182,4 +182,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
index 2e9f867e60bb642463891c63710fc0442b907120..ee639d87e6734272276506f12104d1ff7ce8f7e2 100644 (file)
@@ -326,4 +326,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:24 -->
\ No newline at end of file
index 6e4fb1f023e0a12315dde6979a91cd92b81f42f7..23e3c5bfa406e19dafbbfc560dd680871caac0c5 100644 (file)
@@ -1277,4 +1277,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
index 493a839f778293b5d56f2171d1f65c5aac517c99..193811e53569fcd6eb670c93c0cd734b8ff50dd4 100644 (file)
@@ -876,4 +876,4 @@ round</code></pre></td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:30 -->
\ No newline at end of file
index 436235f22087d948e565d2bc17380fe2bf24d580..182b998feb82a4f80cf6b906fe218111d0010e68 100644 (file)
@@ -378,4 +378,4 @@ int main(int argc,char **argv)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:04 -->
\ No newline at end of file
index db84e7da559bedc07541132503871faddd5ffa3c..74e5bda5da5fb3a9a51e5f4800bad54ba780d8d7 100644 (file)
@@ -1319,4 +1319,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:26 -->
\ No newline at end of file
index 12e85873756c9e0920855a6edd70f2773b8d32f2..83ad9be1faa4e1519c5d9f6827fa214bc0e69408 100644 (file)
@@ -240,4 +240,4 @@ or fewer colors in the image, each byte of image data contains an index value. I
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 00:55 -->
\ No newline at end of file
index 5cdac9f6e90d63f30d19ae1623c620bdb750afd4..a4fcf90ef64903ba50b7d6fc5c62094c27396ab1 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:10 -->
\ No newline at end of file
index d6010e9d7cba4c9df67959fde0976d275b06b235..308804d5ade77d9c7e4c8b8292babbc0ba130d47 100644 (file)
@@ -1297,4 +1297,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:07 -->
\ No newline at end of file
index 8de1c29b668c7810e575c19cf713085ccc0fbf8d..28763ad9996662c305bd1a151ce681b211953ae2 100644 (file)
@@ -633,4 +633,4 @@ transparent, extract, background, or shape the alpha channel</td>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:11 -->
\ No newline at end of file
index aeb2df539fcf95b6cd30c4af7ab6cbfd2184e76d..796bbbe4b98f6b04974db2b6e1a2edbf29b89d35 100644 (file)
@@ -189,4 +189,4 @@ convert bluebells.dpx -define dpx:television.time.code=10:00:02:15 bluebells-001
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:52 -->
\ No newline at end of file
index 028521a0c9d467b434ea367cda31b57368a6524c..98c2a410e1ddcb64eee58d476b4b519a14825d91 100644 (file)
@@ -109,4 +109,4 @@ InitImageMagickOpenCL(MAGICK_OPENCL_DEVICE_SELECT_USER, (void*)(myDevices+2), NU
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:55 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 22:03 -->
\ No newline at end of file
index ea8bc5a3d7b70b6fc0652597c16d5a67eb4fe883..5a1431ecbe10af63ad52e90120194035ada2bda2 100644 (file)
@@ -92,4 +92,4 @@ Performance[8]: 40i 4.831ips 0.872e 15.680u 0:02.070</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:49 -->
\ No newline at end of file
index fe430df19dd231a39c7d132fe459bae90e2e47b7..b8c9129f5d70f0932fbecce85b714100c6dd0d3c 100644 (file)
@@ -2604,4 +2604,4 @@ Image::Magick-&gt;QuantumDepth
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:21 -->
\ No newline at end of file
index f0e6f8f5a0afa685e242a7d52f35217e3226a61d..6215394620a7a1cabdc0a24af4827e555439bea5 100644 (file)
@@ -629,4 +629,4 @@ example "+annotate", "+resize", "+clut", and "+draw" .</p>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:53 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:46 -->
\ No newline at end of file
index 75b6cc8971cd7936cb5ff2457b71cb8c130ada7e..c09880297c998d380d9254fed3fb260660ac7ce3 100644 (file)
@@ -197,3 +197,4 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
+<!-- Magick Cache 25th August 2017 00:12 -->
\ No newline at end of file
index 7b42a04ce3fb76e437a150f0a6c29ca013112aab..f0452bd2ee477e57789259a7416aa7ed66b07cfe 100644 (file)
@@ -358,4 +358,4 @@ $MAGICK_FONT_PATH</code></pre>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:52 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:14 -->
\ No newline at end of file
index 66d4cf8b7ddf75bffd423950737d85156fe1419c..eef12c1ae5e1e99c1aad8c3071627085341da0ff 100644 (file)
@@ -198,4 +198,4 @@ Path: [built-in]
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:58 -->
\ No newline at end of file
index 257d19edc66d41aef461b7dca0a5d3d03c5eb4df..3432a2f54fda56264add925ac6bdade0c6dd5b71 100644 (file)
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:20 -->
\ No newline at end of file
index bcce20ef956cc325c8af19623deadc87814a8c37..11064150b6852a32ba743a1b05597ea580e4b826 100644 (file)
@@ -267,4 +267,4 @@ magick stream -map i -storage-type double 'image.tif[100x100+30+40]' gray.raw
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 20:13 -->
\ No newline at end of file
index 265186e94ef717a41c7bee6c40bd6a0cfbace32c..890961b6614af7013ad6fab9db8cf30d9467ac4a 100644 (file)
@@ -91,4 +91,4 @@ svn update
   <script src="https://www.imagemagick.org/js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:58 -->
\ No newline at end of file
+<!-- Magick Cache 25th August 2017 02:14 -->
\ No newline at end of file
index cd4187fc734c18398d1d8197d760bbc4cbf4a933..f8651ae8e8a8c498c574889fdd1161ccfcf2d0bb 100644 (file)
@@ -149,4 +149,4 @@ USA
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:54 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:09 -->
\ No newline at end of file
index 537868a84b17d95efd407f9c3c7291a518333097..7976c5c85720d284815faa8ba7f0f883989602a7 100644 (file)
@@ -177,4 +177,4 @@ convert wizard.png -quality 50 -define webp:lossless=true wizard.webp
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 22nd August 2017 09:56 -->
\ No newline at end of file
+<!-- Magick Cache 24th August 2017 21:31 -->
\ No newline at end of file