Sun Dec 2 10:20:20 2018 UTC ()
ImageMagick: update to 7.0.8.14.

2018-10-23  7.0.8-14 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-14, GIT revision 14943:1a0da3dd0:20181023

2018-10-21  7.0.8-13 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-13, GIT revision 14936:d3ec5abe2:20181021.

2018-10-04  7.0.8-13 Dirk Lemstra <dirk@lem.....org>
  * Adding coder headers with magic.xml will no longer be supported.
  * Adding coder aliases with coder.xml will no longer be supported.

2018-09-16  7.0.8-12 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-12, GIT revision 14843:cb5cf1959:20180923

2018-09-15  7.0.8-12 Dirk Lemstra <dirk@lem.....org>
  * Added support for arithmetic coding to the jpeg encoder:
    -define jpeg:arithmetic-coding=true.

2018-09-08  7.0.8-12 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).


(wiz)
diff -r1.251 -r1.252 pkgsrc/graphics/ImageMagick/Makefile
diff -r1.176 -r1.177 pkgsrc/graphics/ImageMagick/Makefile.common
diff -r1.103 -r1.104 pkgsrc/graphics/ImageMagick/PLIST
diff -r1.193 -r1.194 pkgsrc/graphics/ImageMagick/distinfo

cvs diff -r1.251 -r1.252 pkgsrc/graphics/ImageMagick/Makefile (switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile 2018/11/14 22:21:34 1.251
+++ pkgsrc/graphics/ImageMagick/Makefile 2018/12/02 10:20:20 1.252
@@ -1,104 +1,101 @@ @@ -1,104 +1,101 @@
1# $NetBSD: Makefile,v 1.251 2018/11/14 22:21:34 kleink Exp $ 1# $NetBSD: Makefile,v 1.252 2018/12/02 10:20:20 wiz Exp $
2 2
3PKGREVISION= 2 
4.include "Makefile.common" 3.include "Makefile.common"
5 4
6PKGNAME= ImageMagick-${DISTVERSION} 5PKGNAME= ImageMagick-${DISTVERSION}
7 6
8MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
9COMMENT= Package for display and interactive manipulation of images 8COMMENT= Package for display and interactive manipulation of images
10 9
11CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' 10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
12 11
13USE_LANGUAGES= c c++ c99 12USE_LANGUAGES= c c++ c99
14USE_TOOLS+= gmake pkg-config:run 13USE_TOOLS+= gmake pkg-config:run
15CONFIGURE_ARGS+= --disable-assert 14CONFIGURE_ARGS+= --disable-assert
16CONFIGURE_ARGS+= --with-fontconfig 15CONFIGURE_ARGS+= --with-fontconfig
17CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include 16CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
18CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib 17CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
19CONFIGURE_ARGS+= --with-xml=yes 18CONFIGURE_ARGS+= --with-xml=yes
20CONFIGURE_ARGS+= --without-perl 19CONFIGURE_ARGS+= --without-perl
21CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} 20CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
22# This one used to be optional, but it depends on ghostscript even if it's 21# This one used to be optional, but it depends on ghostscript even if it's
23# disabled so having a way to disable it seems pointless. 22# disabled so having a way to disable it seems pointless.
24CONFIGURE_ARGS+= --with-gslib 23CONFIGURE_ARGS+= --with-gslib
25# http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475 24# http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475
26CONFIGURE_ARGS.NetBSD+= --disable-openmp 25CONFIGURE_ARGS.NetBSD+= --disable-openmp
27PKGCONFIG_OVERRIDE+= MagickWand/MagickWand.pc.in 26PKGCONFIG_OVERRIDE+= MagickWand/MagickWand.pc.in
28PKGCONFIG_OVERRIDE+= MagickCore/MagickCore.pc.in 27PKGCONFIG_OVERRIDE+= MagickCore/MagickCore.pc.in
29PKGCONFIG_OVERRIDE+= MagickCore/ImageMagick.pc.in 28PKGCONFIG_OVERRIDE+= MagickCore/ImageMagick.pc.in
30PKGCONFIG_OVERRIDE+= Magick++/lib/Magick++.pc.in 29PKGCONFIG_OVERRIDE+= Magick++/lib/Magick++.pc.in
31 30
32GCC_REQD+= 2.95.3 31GCC_REQD+= 2.95.3
33 32
34TEST_TARGET= check 33TEST_TARGET= check
35 34
36.include "options.mk" 35.include "options.mk"
37 36
38.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) 37.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
39GCC_REQD+= 3.0 38GCC_REQD+= 3.0
40.endif 39.endif
41 40
42# Avoid compiler bug on "mipsel" (cobalt?) 41# Avoid compiler bug on "mipsel" (cobalt?)
43.if ${MACHINE_ARCH} == "mipsel" 42.if ${MACHINE_ARCH} == "mipsel"
44CFLAGS+= -O 43CFLAGS+= -O
45.endif 44.endif
46 45
47PKG_SYSCONFSUBDIR= ImageMagick-${IM_MAJOR_LIB_VER} 46PKG_SYSCONFSUBDIR= ImageMagick-${IM_MAJOR_LIB_VER}
48EGDIR= ${PREFIX}/share/examples/ImageMagick 47EGDIR= ${PREFIX}/share/examples/ImageMagick
49CONF_FILES= ${EGDIR}/coder.xml ${PKG_SYSCONFDIR}/coder.xml 
50CONF_FILES+= ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml 48CONF_FILES+= ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml
51CONF_FILES+= ${EGDIR}/delegates.xml ${PKG_SYSCONFDIR}/delegates.xml 49CONF_FILES+= ${EGDIR}/delegates.xml ${PKG_SYSCONFDIR}/delegates.xml
52CONF_FILES+= ${EGDIR}/log.xml ${PKG_SYSCONFDIR}/log.xml 50CONF_FILES+= ${EGDIR}/log.xml ${PKG_SYSCONFDIR}/log.xml
53CONF_FILES+= ${EGDIR}/magic.xml ${PKG_SYSCONFDIR}/magic.xml 
54CONF_FILES+= ${EGDIR}/mime.xml ${PKG_SYSCONFDIR}/mime.xml 51CONF_FILES+= ${EGDIR}/mime.xml ${PKG_SYSCONFDIR}/mime.xml
55CONF_FILES+= ${EGDIR}/policy.xml ${PKG_SYSCONFDIR}/policy.xml 52CONF_FILES+= ${EGDIR}/policy.xml ${PKG_SYSCONFDIR}/policy.xml
56CONF_FILES+= ${EGDIR}/thresholds.xml ${PKG_SYSCONFDIR}/thresholds.xml 53CONF_FILES+= ${EGDIR}/thresholds.xml ${PKG_SYSCONFDIR}/thresholds.xml
57CONF_FILES+= ${EGDIR}/type-dejavu.xml ${PKG_SYSCONFDIR}/type-dejavu.xml 54CONF_FILES+= ${EGDIR}/type-dejavu.xml ${PKG_SYSCONFDIR}/type-dejavu.xml
58CONF_FILES+= ${EGDIR}/type-ghostscript.xml ${PKG_SYSCONFDIR}/type-ghostscript.xml 55CONF_FILES+= ${EGDIR}/type-ghostscript.xml ${PKG_SYSCONFDIR}/type-ghostscript.xml
59CONF_FILES+= ${EGDIR}/type-windows.xml ${PKG_SYSCONFDIR}/type-windows.xml 56CONF_FILES+= ${EGDIR}/type-windows.xml ${PKG_SYSCONFDIR}/type-windows.xml
60CONF_FILES+= ${EGDIR}/type.xml ${PKG_SYSCONFDIR}/type.xml 57CONF_FILES+= ${EGDIR}/type.xml ${PKG_SYSCONFDIR}/type.xml
61 58
62SUBST_CLASSES+= fix-cfg 59SUBST_CLASSES+= fix-cfg
63SUBST_STAGE.fix-cfg= pre-configure 60SUBST_STAGE.fix-cfg= pre-configure
64SUBST_MESSAGE.fix-cfg= Fixing configure.xml. 61SUBST_MESSAGE.fix-cfg= Fixing configure.xml.
65SUBST_FILES.fix-cfg= config/configure.xml.in 62SUBST_FILES.fix-cfg= config/configure.xml.in
66SUBST_VARS.fix-cfg= CONFIGURE_ARGS 63SUBST_VARS.fix-cfg= CONFIGURE_ARGS
67 64
68SUBST_CLASSES+= fix-etc 65SUBST_CLASSES+= fix-etc
69SUBST_STAGE.fix-etc= pre-configure 66SUBST_STAGE.fix-etc= pre-configure
70SUBST_MESSAGE.fix-etc= Handle configuration files. 67SUBST_MESSAGE.fix-etc= Handle configuration files.
71SUBST_FILES.fix-etc= Makefile.in 68SUBST_FILES.fix-etc= Makefile.in
72SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick,' 69SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick,'
73 70
74SUBST_CLASSES+= fix-tools 71SUBST_CLASSES+= fix-tools
75SUBST_STAGE.fix-tools= pre-install 72SUBST_STAGE.fix-tools= pre-install
76SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths. 73SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths.
77SUBST_FILES.fix-tools= config/delegates.xml 74SUBST_FILES.fix-tools= config/delegates.xml
78SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g' 75SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g'
79 76
80SUBST_CLASSES+= fix-pc 77SUBST_CLASSES+= fix-pc
81SUBST_STAGE.fix-pc= pre-configure 78SUBST_STAGE.fix-pc= pre-configure
82SUBST_MESSAGE.fix-pc= Unwrapping pkg-config path in installed helper tools. 79SUBST_MESSAGE.fix-pc= Unwrapping pkg-config path in installed helper tools.
83SUBST_FILES.fix-pc+= Magick++/bin/Magick++-config.in 80SUBST_FILES.fix-pc+= Magick++/bin/Magick++-config.in
84SUBST_FILES.fix-pc+= MagickCore/MagickCore-config.in 81SUBST_FILES.fix-pc+= MagickCore/MagickCore-config.in
85SUBST_FILES.fix-pc+= MagickWand/MagickWand-config.in 82SUBST_FILES.fix-pc+= MagickWand/MagickWand-config.in
86SUBST_SED.fix-pc= -e 's,@PKG_CONFIG@,pkg-config,g' 83SUBST_SED.fix-pc= -e 's,@PKG_CONFIG@,pkg-config,g'
87 84
88# failed to convert strong functions and variables: Invalid type identifier 85# failed to convert strong functions and variables: Invalid type identifier
89CTF_FILES_SKIP+= lib/libMagickCore-7.Q16HDRI.so.4.0.0 86CTF_FILES_SKIP+= lib/libMagickCore-7.Q16HDRI.so.4.0.0
90CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.4.0.0 87CTF_FILES_SKIP+= lib/libMagickWand-7.Q16HDRI.so.4.0.0
91 88
92.include "../../archivers/bzip2/buildlink3.mk" 89.include "../../archivers/bzip2/buildlink3.mk"
93.include "../../archivers/xz/buildlink3.mk" 90.include "../../archivers/xz/buildlink3.mk"
94.include "../../devel/libltdl/buildlink3.mk" 91.include "../../devel/libltdl/buildlink3.mk"
95.include "../../fonts/fontconfig/buildlink3.mk" 92.include "../../fonts/fontconfig/buildlink3.mk"
96.include "../../graphics/freetype2/buildlink3.mk" 93.include "../../graphics/freetype2/buildlink3.mk"
97.include "../../graphics/lcms2/buildlink3.mk" 94.include "../../graphics/lcms2/buildlink3.mk"
98.include "../../graphics/libwebp/buildlink3.mk" 95.include "../../graphics/libwebp/buildlink3.mk"
99.include "../../graphics/png/buildlink3.mk" 96.include "../../graphics/png/buildlink3.mk"
100.include "../../graphics/tiff/buildlink3.mk" 97.include "../../graphics/tiff/buildlink3.mk"
101.include "../../math/fftw/buildlink3.mk" 98.include "../../math/fftw/buildlink3.mk"
102.include "../../print/ghostscript/buildlink3.mk" 99.include "../../print/ghostscript/buildlink3.mk"
103.include "../../textproc/libxml2/buildlink3.mk" 100.include "../../textproc/libxml2/buildlink3.mk"
104.include "../../mk/bsd.pkg.mk" 101.include "../../mk/bsd.pkg.mk"

cvs diff -r1.176 -r1.177 pkgsrc/graphics/ImageMagick/Makefile.common (switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2018/09/03 10:37:10 1.176
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2018/12/02 10:20:20 1.177
@@ -1,48 +1,48 @@ @@ -1,48 +1,48 @@
1# $NetBSD: Makefile.common,v 1.176 2018/09/03 10:37:10 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.177 2018/12/02 10:20:20 wiz Exp $
2# 2#
3# When updating this package, please upload the distfile 3# When updating this package, please upload the distfile
4# since they disappear immediately when new releases happen, 4# since they disappear immediately when new releases happen,
5# which is quite often. 5# which is quite often.
6# 6#
7# used by graphics/p5-PerlMagick/Makefile 7# used by graphics/p5-PerlMagick/Makefile
8 8
9IM_MAJOR_VER= 7.0.8 9IM_MAJOR_VER= 7.0.8
10IM_MINOR_VER= 11 10IM_MINOR_VER= 14
11IM_MAJOR_LIB_VER= 7 11IM_MAJOR_LIB_VER= 7
12 12
13.if (${IM_MINOR_VER} != NONE) 13.if (${IM_MINOR_VER} != NONE)
14DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 14DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
15.else 15.else
16DISTSUFFIX= ${IM_MAJOR_VER} 16DISTSUFFIX= ${IM_MAJOR_VER}
17.endif 17.endif
18 18
19DISTNAME= ImageMagick-${DISTSUFFIX} 19DISTNAME= ImageMagick-${DISTSUFFIX}
20DISTVERSION= ${DISTSUFFIX:S/-/./} 20DISTVERSION= ${DISTSUFFIX:S/-/./}
21 21
22# 22#
23# Please always run `upload-distfiles' after every update! 23# Please always run `upload-distfiles' after every update!
24# (upstream usually get rid of old version and only the latest stable versions 24# (upstream usually get rid of old version and only the latest stable versions
25# are available in the mirrors) 25# are available in the mirrors)
26# 26#
27CATEGORIES= graphics 27CATEGORIES= graphics
28MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ 28MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/
29MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/ 29MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/
30MASTER_SITES+= https://www.imagemagick.org/download/ 30MASTER_SITES+= https://www.imagemagick.org/download/
31EXTRACT_SUFX= .tar.xz 31EXTRACT_SUFX= .tar.xz
32 32
33HOMEPAGE= https://www.imagemagick.org/ 33HOMEPAGE= https://www.imagemagick.org/
34LICENSE= gnu-gpl-v3 34LICENSE= gnu-gpl-v3
35 35
36WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX} 36WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
37 37
38USE_LIBTOOL= yes 38USE_LIBTOOL= yes
39GNU_CONFIGURE= yes 39GNU_CONFIGURE= yes
40# For things for which we do not specify an explicit dependency above, disable 40# For things for which we do not specify an explicit dependency above, disable
41# so that we don't cause implicit "hidden" dependencies. 41# so that we don't cause implicit "hidden" dependencies.
42CONFIGURE_ARGS+= --without-dps 42CONFIGURE_ARGS+= --without-dps
43CONFIGURE_ARGS+= --without-fpx 43CONFIGURE_ARGS+= --without-fpx
44CONFIGURE_ARGS+= --without-gvc 44CONFIGURE_ARGS+= --without-gvc
45CONFIGURE_ARGS+= --without-jbig 45CONFIGURE_ARGS+= --without-jbig
46CONFIGURE_ARGS+= --without-lqr 46CONFIGURE_ARGS+= --without-lqr
47CONFIGURE_ARGS+= --without-modules 47CONFIGURE_ARGS+= --without-modules
48CONFIGURE_ARGS+= --disable-opencl 48CONFIGURE_ARGS+= --disable-opencl

cvs diff -r1.103 -r1.104 pkgsrc/graphics/ImageMagick/PLIST (switch to unified diff)

--- pkgsrc/graphics/ImageMagick/PLIST 2018/06/17 09:03:01 1.103
+++ pkgsrc/graphics/ImageMagick/PLIST 2018/12/02 10:20:20 1.104
@@ -1,1272 +1,1269 @@ @@ -1,1272 +1,1269 @@
1@comment $NetBSD: PLIST,v 1.103 2018/06/17 09:03:01 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.104 2018/12/02 10:20:20 wiz Exp $
2bin/Magick++-config 2bin/Magick++-config
3bin/MagickCore-config 3bin/MagickCore-config
4bin/MagickWand-config 4bin/MagickWand-config
5bin/animate 5bin/animate
6bin/compare 6bin/compare
7bin/composite 7bin/composite
8bin/conjure 8bin/conjure
9bin/convert 9bin/convert
10bin/display 10bin/display
11bin/identify 11bin/identify
12bin/import 12bin/import
13bin/magick 13bin/magick
14bin/magick-script 14bin/magick-script
15bin/mogrify 15bin/mogrify
16bin/montage 16bin/montage
17bin/stream 17bin/stream
18include/ImageMagick-7/Magick++.h 18include/ImageMagick-7/Magick++.h
19include/ImageMagick-7/Magick++/Blob.h 19include/ImageMagick-7/Magick++/Blob.h
20include/ImageMagick-7/Magick++/CoderInfo.h 20include/ImageMagick-7/Magick++/CoderInfo.h
21include/ImageMagick-7/Magick++/Color.h 21include/ImageMagick-7/Magick++/Color.h
22include/ImageMagick-7/Magick++/Drawable.h 22include/ImageMagick-7/Magick++/Drawable.h
23include/ImageMagick-7/Magick++/Exception.h 23include/ImageMagick-7/Magick++/Exception.h
24include/ImageMagick-7/Magick++/Functions.h 24include/ImageMagick-7/Magick++/Functions.h
25include/ImageMagick-7/Magick++/Geometry.h 25include/ImageMagick-7/Magick++/Geometry.h
26include/ImageMagick-7/Magick++/Image.h 26include/ImageMagick-7/Magick++/Image.h
27include/ImageMagick-7/Magick++/Include.h 27include/ImageMagick-7/Magick++/Include.h
28include/ImageMagick-7/Magick++/Montage.h 28include/ImageMagick-7/Magick++/Montage.h
29include/ImageMagick-7/Magick++/Pixels.h 29include/ImageMagick-7/Magick++/Pixels.h
30include/ImageMagick-7/Magick++/ResourceLimits.h 30include/ImageMagick-7/Magick++/ResourceLimits.h
31include/ImageMagick-7/Magick++/STL.h 31include/ImageMagick-7/Magick++/STL.h
32include/ImageMagick-7/Magick++/SecurityPolicy.h 32include/ImageMagick-7/Magick++/SecurityPolicy.h
33include/ImageMagick-7/Magick++/Statistic.h 33include/ImageMagick-7/Magick++/Statistic.h
34include/ImageMagick-7/Magick++/TypeMetric.h 34include/ImageMagick-7/Magick++/TypeMetric.h
35include/ImageMagick-7/MagickCore/MagickCore.h 35include/ImageMagick-7/MagickCore/MagickCore.h
36include/ImageMagick-7/MagickCore/animate.h 36include/ImageMagick-7/MagickCore/animate.h
37include/ImageMagick-7/MagickCore/annotate.h 37include/ImageMagick-7/MagickCore/annotate.h
38include/ImageMagick-7/MagickCore/artifact.h 38include/ImageMagick-7/MagickCore/artifact.h
39include/ImageMagick-7/MagickCore/attribute.h 39include/ImageMagick-7/MagickCore/attribute.h
40include/ImageMagick-7/MagickCore/blob.h 40include/ImageMagick-7/MagickCore/blob.h
41include/ImageMagick-7/MagickCore/cache-view.h 41include/ImageMagick-7/MagickCore/cache-view.h
42include/ImageMagick-7/MagickCore/cache.h 42include/ImageMagick-7/MagickCore/cache.h
43include/ImageMagick-7/MagickCore/channel.h 43include/ImageMagick-7/MagickCore/channel.h
44include/ImageMagick-7/MagickCore/cipher.h 44include/ImageMagick-7/MagickCore/cipher.h
45include/ImageMagick-7/MagickCore/client.h 45include/ImageMagick-7/MagickCore/client.h
46include/ImageMagick-7/MagickCore/coder.h 46include/ImageMagick-7/MagickCore/coder.h
47include/ImageMagick-7/MagickCore/color.h 47include/ImageMagick-7/MagickCore/color.h
48include/ImageMagick-7/MagickCore/colormap.h 48include/ImageMagick-7/MagickCore/colormap.h
49include/ImageMagick-7/MagickCore/colorspace.h 49include/ImageMagick-7/MagickCore/colorspace.h
50include/ImageMagick-7/MagickCore/compare.h 50include/ImageMagick-7/MagickCore/compare.h
51include/ImageMagick-7/MagickCore/composite.h 51include/ImageMagick-7/MagickCore/composite.h
52include/ImageMagick-7/MagickCore/compress.h 52include/ImageMagick-7/MagickCore/compress.h
53include/ImageMagick-7/MagickCore/configure.h 53include/ImageMagick-7/MagickCore/configure.h
54include/ImageMagick-7/MagickCore/constitute.h 54include/ImageMagick-7/MagickCore/constitute.h
55include/ImageMagick-7/MagickCore/decorate.h 55include/ImageMagick-7/MagickCore/decorate.h
56include/ImageMagick-7/MagickCore/delegate.h 56include/ImageMagick-7/MagickCore/delegate.h
57include/ImageMagick-7/MagickCore/deprecate.h 57include/ImageMagick-7/MagickCore/deprecate.h
58include/ImageMagick-7/MagickCore/display.h 58include/ImageMagick-7/MagickCore/display.h
59include/ImageMagick-7/MagickCore/distort.h 59include/ImageMagick-7/MagickCore/distort.h
60include/ImageMagick-7/MagickCore/distribute-cache.h 60include/ImageMagick-7/MagickCore/distribute-cache.h
61include/ImageMagick-7/MagickCore/draw.h 61include/ImageMagick-7/MagickCore/draw.h
62include/ImageMagick-7/MagickCore/effect.h 62include/ImageMagick-7/MagickCore/effect.h
63include/ImageMagick-7/MagickCore/enhance.h 63include/ImageMagick-7/MagickCore/enhance.h
64include/ImageMagick-7/MagickCore/exception.h 64include/ImageMagick-7/MagickCore/exception.h
65include/ImageMagick-7/MagickCore/feature.h 65include/ImageMagick-7/MagickCore/feature.h
66include/ImageMagick-7/MagickCore/fourier.h 66include/ImageMagick-7/MagickCore/fourier.h
67include/ImageMagick-7/MagickCore/fx.h 67include/ImageMagick-7/MagickCore/fx.h
68include/ImageMagick-7/MagickCore/gem.h 68include/ImageMagick-7/MagickCore/gem.h
69include/ImageMagick-7/MagickCore/geometry.h 69include/ImageMagick-7/MagickCore/geometry.h
70include/ImageMagick-7/MagickCore/histogram.h 70include/ImageMagick-7/MagickCore/histogram.h
71include/ImageMagick-7/MagickCore/identify.h 71include/ImageMagick-7/MagickCore/identify.h
72include/ImageMagick-7/MagickCore/image-view.h 72include/ImageMagick-7/MagickCore/image-view.h
73include/ImageMagick-7/MagickCore/image.h 73include/ImageMagick-7/MagickCore/image.h
74include/ImageMagick-7/MagickCore/layer.h 74include/ImageMagick-7/MagickCore/layer.h
75include/ImageMagick-7/MagickCore/linked-list.h 75include/ImageMagick-7/MagickCore/linked-list.h
76include/ImageMagick-7/MagickCore/list.h 76include/ImageMagick-7/MagickCore/list.h
77include/ImageMagick-7/MagickCore/locale_.h 77include/ImageMagick-7/MagickCore/locale_.h
78include/ImageMagick-7/MagickCore/log.h 78include/ImageMagick-7/MagickCore/log.h
79include/ImageMagick-7/MagickCore/magic.h 79include/ImageMagick-7/MagickCore/magic.h
80include/ImageMagick-7/MagickCore/magick-baseconfig.h 80include/ImageMagick-7/MagickCore/magick-baseconfig.h
81include/ImageMagick-7/MagickCore/magick-config.h 81include/ImageMagick-7/MagickCore/magick-config.h
82include/ImageMagick-7/MagickCore/magick-type.h 82include/ImageMagick-7/MagickCore/magick-type.h
83include/ImageMagick-7/MagickCore/magick.h 83include/ImageMagick-7/MagickCore/magick.h
84include/ImageMagick-7/MagickCore/matrix.h 84include/ImageMagick-7/MagickCore/matrix.h
85include/ImageMagick-7/MagickCore/memory_.h 85include/ImageMagick-7/MagickCore/memory_.h
86include/ImageMagick-7/MagickCore/method-attribute.h 86include/ImageMagick-7/MagickCore/method-attribute.h
87include/ImageMagick-7/MagickCore/methods.h 87include/ImageMagick-7/MagickCore/methods.h
88include/ImageMagick-7/MagickCore/mime.h 88include/ImageMagick-7/MagickCore/mime.h
89include/ImageMagick-7/MagickCore/module.h 89include/ImageMagick-7/MagickCore/module.h
90include/ImageMagick-7/MagickCore/monitor.h 90include/ImageMagick-7/MagickCore/monitor.h
91include/ImageMagick-7/MagickCore/montage.h 91include/ImageMagick-7/MagickCore/montage.h
92include/ImageMagick-7/MagickCore/morphology.h 92include/ImageMagick-7/MagickCore/morphology.h
93include/ImageMagick-7/MagickCore/nt-base.h 93include/ImageMagick-7/MagickCore/nt-base.h
94include/ImageMagick-7/MagickCore/opencl.h 94include/ImageMagick-7/MagickCore/opencl.h
95include/ImageMagick-7/MagickCore/option.h 95include/ImageMagick-7/MagickCore/option.h
96include/ImageMagick-7/MagickCore/paint.h 96include/ImageMagick-7/MagickCore/paint.h
97include/ImageMagick-7/MagickCore/pixel-accessor.h 97include/ImageMagick-7/MagickCore/pixel-accessor.h
98include/ImageMagick-7/MagickCore/pixel.h 98include/ImageMagick-7/MagickCore/pixel.h
99include/ImageMagick-7/MagickCore/policy.h 99include/ImageMagick-7/MagickCore/policy.h
100include/ImageMagick-7/MagickCore/prepress.h 100include/ImageMagick-7/MagickCore/prepress.h
101include/ImageMagick-7/MagickCore/profile.h 101include/ImageMagick-7/MagickCore/profile.h
102include/ImageMagick-7/MagickCore/property.h 102include/ImageMagick-7/MagickCore/property.h
103include/ImageMagick-7/MagickCore/quantize.h 103include/ImageMagick-7/MagickCore/quantize.h
104include/ImageMagick-7/MagickCore/quantum.h 104include/ImageMagick-7/MagickCore/quantum.h
105include/ImageMagick-7/MagickCore/random_.h 105include/ImageMagick-7/MagickCore/random_.h
106include/ImageMagick-7/MagickCore/registry.h 106include/ImageMagick-7/MagickCore/registry.h
107include/ImageMagick-7/MagickCore/resample.h 107include/ImageMagick-7/MagickCore/resample.h
108include/ImageMagick-7/MagickCore/resize.h 108include/ImageMagick-7/MagickCore/resize.h
109include/ImageMagick-7/MagickCore/resource_.h 109include/ImageMagick-7/MagickCore/resource_.h
110include/ImageMagick-7/MagickCore/segment.h 110include/ImageMagick-7/MagickCore/segment.h
111include/ImageMagick-7/MagickCore/semaphore.h 111include/ImageMagick-7/MagickCore/semaphore.h
112include/ImageMagick-7/MagickCore/shear.h 112include/ImageMagick-7/MagickCore/shear.h
113include/ImageMagick-7/MagickCore/signature.h 113include/ImageMagick-7/MagickCore/signature.h
114include/ImageMagick-7/MagickCore/splay-tree.h 114include/ImageMagick-7/MagickCore/splay-tree.h
115include/ImageMagick-7/MagickCore/static.h 115include/ImageMagick-7/MagickCore/static.h
116include/ImageMagick-7/MagickCore/statistic.h 116include/ImageMagick-7/MagickCore/statistic.h
117include/ImageMagick-7/MagickCore/stream.h 117include/ImageMagick-7/MagickCore/stream.h
118include/ImageMagick-7/MagickCore/string_.h 118include/ImageMagick-7/MagickCore/string_.h
119include/ImageMagick-7/MagickCore/studio.h 119include/ImageMagick-7/MagickCore/studio.h
120include/ImageMagick-7/MagickCore/threshold.h 120include/ImageMagick-7/MagickCore/threshold.h
121include/ImageMagick-7/MagickCore/timer.h 121include/ImageMagick-7/MagickCore/timer.h
122include/ImageMagick-7/MagickCore/token.h 122include/ImageMagick-7/MagickCore/token.h
123include/ImageMagick-7/MagickCore/transform.h 123include/ImageMagick-7/MagickCore/transform.h
124include/ImageMagick-7/MagickCore/type.h 124include/ImageMagick-7/MagickCore/type.h
125include/ImageMagick-7/MagickCore/utility.h 125include/ImageMagick-7/MagickCore/utility.h
126include/ImageMagick-7/MagickCore/version.h 126include/ImageMagick-7/MagickCore/version.h
127include/ImageMagick-7/MagickCore/vision.h 127include/ImageMagick-7/MagickCore/vision.h
128include/ImageMagick-7/MagickCore/widget.h 128include/ImageMagick-7/MagickCore/widget.h
129include/ImageMagick-7/MagickCore/xml-tree.h 129include/ImageMagick-7/MagickCore/xml-tree.h
130include/ImageMagick-7/MagickCore/xwindow.h 130include/ImageMagick-7/MagickCore/xwindow.h
131include/ImageMagick-7/MagickWand/MagickWand.h 131include/ImageMagick-7/MagickWand/MagickWand.h
132include/ImageMagick-7/MagickWand/animate.h 132include/ImageMagick-7/MagickWand/animate.h
133include/ImageMagick-7/MagickWand/compare.h 133include/ImageMagick-7/MagickWand/compare.h
134include/ImageMagick-7/MagickWand/composite.h 134include/ImageMagick-7/MagickWand/composite.h
135include/ImageMagick-7/MagickWand/conjure.h 135include/ImageMagick-7/MagickWand/conjure.h
136include/ImageMagick-7/MagickWand/convert.h 136include/ImageMagick-7/MagickWand/convert.h
137include/ImageMagick-7/MagickWand/deprecate.h 137include/ImageMagick-7/MagickWand/deprecate.h
138include/ImageMagick-7/MagickWand/display.h 138include/ImageMagick-7/MagickWand/display.h
139include/ImageMagick-7/MagickWand/drawing-wand.h 139include/ImageMagick-7/MagickWand/drawing-wand.h
140include/ImageMagick-7/MagickWand/identify.h 140include/ImageMagick-7/MagickWand/identify.h
141include/ImageMagick-7/MagickWand/import.h 141include/ImageMagick-7/MagickWand/import.h
142include/ImageMagick-7/MagickWand/magick-cli.h 142include/ImageMagick-7/MagickWand/magick-cli.h
143include/ImageMagick-7/MagickWand/magick-image.h 143include/ImageMagick-7/MagickWand/magick-image.h
144include/ImageMagick-7/MagickWand/magick-property.h 144include/ImageMagick-7/MagickWand/magick-property.h
145include/ImageMagick-7/MagickWand/method-attribute.h 145include/ImageMagick-7/MagickWand/method-attribute.h
146include/ImageMagick-7/MagickWand/mogrify.h 146include/ImageMagick-7/MagickWand/mogrify.h
147include/ImageMagick-7/MagickWand/montage.h 147include/ImageMagick-7/MagickWand/montage.h
148include/ImageMagick-7/MagickWand/operation.h 148include/ImageMagick-7/MagickWand/operation.h
149include/ImageMagick-7/MagickWand/pixel-iterator.h 149include/ImageMagick-7/MagickWand/pixel-iterator.h
150include/ImageMagick-7/MagickWand/pixel-wand.h 150include/ImageMagick-7/MagickWand/pixel-wand.h
151include/ImageMagick-7/MagickWand/stream.h 151include/ImageMagick-7/MagickWand/stream.h
152include/ImageMagick-7/MagickWand/wand-view.h 152include/ImageMagick-7/MagickWand/wand-view.h
153include/ImageMagick-7/MagickWand/wandcli.h 153include/ImageMagick-7/MagickWand/wandcli.h
154lib/ImageMagick-7.0.8/config-Q16HDRI/configure.xml 154lib/ImageMagick-7.0.8/config-Q16HDRI/configure.xml
155lib/libMagick++-7.Q16HDRI.la 155lib/libMagick++-7.Q16HDRI.la
156lib/libMagickCore-7.Q16HDRI.la 156lib/libMagickCore-7.Q16HDRI.la
157lib/libMagickWand-7.Q16HDRI.la 157lib/libMagickWand-7.Q16HDRI.la
158lib/pkgconfig/ImageMagick-7.Q16HDRI.pc 158lib/pkgconfig/ImageMagick-7.Q16HDRI.pc
159lib/pkgconfig/ImageMagick.pc 159lib/pkgconfig/ImageMagick.pc
160lib/pkgconfig/Magick++-7.Q16HDRI.pc 160lib/pkgconfig/Magick++-7.Q16HDRI.pc
161lib/pkgconfig/Magick++.pc 161lib/pkgconfig/Magick++.pc
162lib/pkgconfig/MagickCore-7.Q16HDRI.pc 162lib/pkgconfig/MagickCore-7.Q16HDRI.pc
163lib/pkgconfig/MagickCore.pc 163lib/pkgconfig/MagickCore.pc
164lib/pkgconfig/MagickWand-7.Q16HDRI.pc 164lib/pkgconfig/MagickWand-7.Q16HDRI.pc
165lib/pkgconfig/MagickWand.pc 165lib/pkgconfig/MagickWand.pc
166man/man1/ImageMagick.1 166man/man1/ImageMagick.1
167man/man1/Magick++-config.1 167man/man1/Magick++-config.1
168man/man1/MagickCore-config.1 168man/man1/MagickCore-config.1
169man/man1/MagickWand-config.1 169man/man1/MagickWand-config.1
170man/man1/animate.1 170man/man1/animate.1
171man/man1/compare.1 171man/man1/compare.1
172man/man1/composite.1 172man/man1/composite.1
173man/man1/conjure.1 173man/man1/conjure.1
174man/man1/convert.1 174man/man1/convert.1
175man/man1/display.1 175man/man1/display.1
176man/man1/identify.1 176man/man1/identify.1
177man/man1/import.1 177man/man1/import.1
178man/man1/magick-script.1 178man/man1/magick-script.1
179man/man1/magick.1 179man/man1/magick.1
180man/man1/mogrify.1 180man/man1/mogrify.1
181man/man1/montage.1 181man/man1/montage.1
182man/man1/stream.1 182man/man1/stream.1
183share/ImageMagick-7/english.xml 183share/ImageMagick-7/english.xml
184share/ImageMagick-7/francais.xml 184share/ImageMagick-7/francais.xml
185share/ImageMagick-7/locale.xml 185share/ImageMagick-7/locale.xml
186share/doc/ImageMagick-7/ChangeLog 186share/doc/ImageMagick-7/ChangeLog
187share/doc/ImageMagick-7/LICENSE 187share/doc/ImageMagick-7/LICENSE
188share/doc/ImageMagick-7/NEWS.txt 188share/doc/ImageMagick-7/NEWS.txt
189share/doc/ImageMagick-7/images/ImageMagick.ico 189share/doc/ImageMagick-7/images/ImageMagick.ico
190share/doc/ImageMagick-7/images/affine.png 190share/doc/ImageMagick-7/images/affine.png
191share/doc/ImageMagick-7/images/annotate.png 191share/doc/ImageMagick-7/images/annotate.png
192share/doc/ImageMagick-7/images/arc.png 192share/doc/ImageMagick-7/images/arc.png
193share/doc/ImageMagick-7/images/atop.gif 193share/doc/ImageMagick-7/images/atop.gif
194share/doc/ImageMagick-7/images/background.jpg 194share/doc/ImageMagick-7/images/background.jpg
195share/doc/ImageMagick-7/images/black.png 195share/doc/ImageMagick-7/images/black.png
196share/doc/ImageMagick-7/images/bluebells_clipped.jpg 196share/doc/ImageMagick-7/images/bluebells_clipped.jpg
197share/doc/ImageMagick-7/images/bluebells_darker.jpg 197share/doc/ImageMagick-7/images/bluebells_darker.jpg
198share/doc/ImageMagick-7/images/bluebells_lin.jpg 198share/doc/ImageMagick-7/images/bluebells_lin.jpg
199share/doc/ImageMagick-7/images/bluebells_log.jpg 199share/doc/ImageMagick-7/images/bluebells_log.jpg
200share/doc/ImageMagick-7/images/button.gif 200share/doc/ImageMagick-7/images/button.gif
201share/doc/ImageMagick-7/images/configure.jpg 201share/doc/ImageMagick-7/images/configure.jpg
202share/doc/ImageMagick-7/images/cylinder_shaded.png 202share/doc/ImageMagick-7/images/cylinder_shaded.png
203share/doc/ImageMagick-7/images/difference.png 203share/doc/ImageMagick-7/images/difference.png
204share/doc/ImageMagick-7/images/examples.jpg 204share/doc/ImageMagick-7/images/examples.jpg
205share/doc/ImageMagick-7/images/frame.jpg 205share/doc/ImageMagick-7/images/frame.jpg
206share/doc/ImageMagick-7/images/fuzzy-magick.png 206share/doc/ImageMagick-7/images/fuzzy-magick.png
207share/doc/ImageMagick-7/images/gaussian-blur.png 207share/doc/ImageMagick-7/images/gaussian-blur.png
208share/doc/ImageMagick-7/images/granite.png 208share/doc/ImageMagick-7/images/granite.png
209share/doc/ImageMagick-7/images/imade_art2.jpg 209share/doc/ImageMagick-7/images/imade_art2.jpg
210share/doc/ImageMagick-7/images/label.gif 210share/doc/ImageMagick-7/images/label.gif
211share/doc/ImageMagick-7/images/litecoin.png 211share/doc/ImageMagick-7/images/litecoin.png
212share/doc/ImageMagick-7/images/logo-sm-flop.png 212share/doc/ImageMagick-7/images/logo-sm-flop.png
213share/doc/ImageMagick-7/images/logo-sm-fx.png 213share/doc/ImageMagick-7/images/logo-sm-fx.png
214share/doc/ImageMagick-7/images/logo-sm.png 214share/doc/ImageMagick-7/images/logo-sm.png
215share/doc/ImageMagick-7/images/logo.jpg 215share/doc/ImageMagick-7/images/logo.jpg
216share/doc/ImageMagick-7/images/logo.png 216share/doc/ImageMagick-7/images/logo.png
217share/doc/ImageMagick-7/images/montage.jpg 217share/doc/ImageMagick-7/images/montage.jpg
218share/doc/ImageMagick-7/images/navy.png 218share/doc/ImageMagick-7/images/navy.png
219share/doc/ImageMagick-7/images/objects.gif 219share/doc/ImageMagick-7/images/objects.gif
220share/doc/ImageMagick-7/images/objects.jpg 220share/doc/ImageMagick-7/images/objects.jpg
221share/doc/ImageMagick-7/images/objects.png 221share/doc/ImageMagick-7/images/objects.png
222share/doc/ImageMagick-7/images/over.gif 222share/doc/ImageMagick-7/images/over.gif
223share/doc/ImageMagick-7/images/patterns/bricks.png 223share/doc/ImageMagick-7/images/patterns/bricks.png
224share/doc/ImageMagick-7/images/patterns/checkerboard.png 224share/doc/ImageMagick-7/images/patterns/checkerboard.png
225share/doc/ImageMagick-7/images/patterns/circles.png 225share/doc/ImageMagick-7/images/patterns/circles.png
226share/doc/ImageMagick-7/images/patterns/crosshatch.png 226share/doc/ImageMagick-7/images/patterns/crosshatch.png
227share/doc/ImageMagick-7/images/patterns/crosshatch30.png 227share/doc/ImageMagick-7/images/patterns/crosshatch30.png
228share/doc/ImageMagick-7/images/patterns/crosshatch45.png 228share/doc/ImageMagick-7/images/patterns/crosshatch45.png
229share/doc/ImageMagick-7/images/patterns/fishscales.png 229share/doc/ImageMagick-7/images/patterns/fishscales.png
230share/doc/ImageMagick-7/images/patterns/gray0.png 230share/doc/ImageMagick-7/images/patterns/gray0.png
231share/doc/ImageMagick-7/images/patterns/gray10.png 231share/doc/ImageMagick-7/images/patterns/gray10.png
232share/doc/ImageMagick-7/images/patterns/gray100.png 232share/doc/ImageMagick-7/images/patterns/gray100.png
233share/doc/ImageMagick-7/images/patterns/gray15.png 233share/doc/ImageMagick-7/images/patterns/gray15.png
234share/doc/ImageMagick-7/images/patterns/gray20.png 234share/doc/ImageMagick-7/images/patterns/gray20.png
235share/doc/ImageMagick-7/images/patterns/gray25.png 235share/doc/ImageMagick-7/images/patterns/gray25.png
236share/doc/ImageMagick-7/images/patterns/gray30.png 236share/doc/ImageMagick-7/images/patterns/gray30.png
237share/doc/ImageMagick-7/images/patterns/gray35.png 237share/doc/ImageMagick-7/images/patterns/gray35.png
238share/doc/ImageMagick-7/images/patterns/gray40.png 238share/doc/ImageMagick-7/images/patterns/gray40.png
239share/doc/ImageMagick-7/images/patterns/gray45.png 239share/doc/ImageMagick-7/images/patterns/gray45.png
240share/doc/ImageMagick-7/images/patterns/gray5.png 240share/doc/ImageMagick-7/images/patterns/gray5.png
241share/doc/ImageMagick-7/images/patterns/gray50.png 241share/doc/ImageMagick-7/images/patterns/gray50.png
242share/doc/ImageMagick-7/images/patterns/gray55.png 242share/doc/ImageMagick-7/images/patterns/gray55.png
243share/doc/ImageMagick-7/images/patterns/gray60.png 243share/doc/ImageMagick-7/images/patterns/gray60.png
244share/doc/ImageMagick-7/images/patterns/gray65.png 244share/doc/ImageMagick-7/images/patterns/gray65.png
245share/doc/ImageMagick-7/images/patterns/gray70.png 245share/doc/ImageMagick-7/images/patterns/gray70.png
246share/doc/ImageMagick-7/images/patterns/gray75.png 246share/doc/ImageMagick-7/images/patterns/gray75.png
247share/doc/ImageMagick-7/images/patterns/gray80.png 247share/doc/ImageMagick-7/images/patterns/gray80.png
248share/doc/ImageMagick-7/images/patterns/gray85.png 248share/doc/ImageMagick-7/images/patterns/gray85.png
249share/doc/ImageMagick-7/images/patterns/gray90.png 249share/doc/ImageMagick-7/images/patterns/gray90.png
250share/doc/ImageMagick-7/images/patterns/gray95.png 250share/doc/ImageMagick-7/images/patterns/gray95.png
251share/doc/ImageMagick-7/images/patterns/hexagons.png 251share/doc/ImageMagick-7/images/patterns/hexagons.png
252share/doc/ImageMagick-7/images/patterns/horizontal.png 252share/doc/ImageMagick-7/images/patterns/horizontal.png
253share/doc/ImageMagick-7/images/patterns/horizontal2.png 253share/doc/ImageMagick-7/images/patterns/horizontal2.png
254share/doc/ImageMagick-7/images/patterns/horizontal3.png 254share/doc/ImageMagick-7/images/patterns/horizontal3.png
255share/doc/ImageMagick-7/images/patterns/horizontalsaw.png 255share/doc/ImageMagick-7/images/patterns/horizontalsaw.png
256share/doc/ImageMagick-7/images/patterns/hs_bdiagonal.png 256share/doc/ImageMagick-7/images/patterns/hs_bdiagonal.png
257share/doc/ImageMagick-7/images/patterns/hs_cross.png 257share/doc/ImageMagick-7/images/patterns/hs_cross.png
258share/doc/ImageMagick-7/images/patterns/hs_diagcross.png 258share/doc/ImageMagick-7/images/patterns/hs_diagcross.png
259share/doc/ImageMagick-7/images/patterns/hs_fdiagonal.png 259share/doc/ImageMagick-7/images/patterns/hs_fdiagonal.png
260share/doc/ImageMagick-7/images/patterns/hs_horizontal.png 260share/doc/ImageMagick-7/images/patterns/hs_horizontal.png
261share/doc/ImageMagick-7/images/patterns/hs_vertical.png 261share/doc/ImageMagick-7/images/patterns/hs_vertical.png
262share/doc/ImageMagick-7/images/patterns/left30.png 262share/doc/ImageMagick-7/images/patterns/left30.png
263share/doc/ImageMagick-7/images/patterns/left45.png 263share/doc/ImageMagick-7/images/patterns/left45.png
264share/doc/ImageMagick-7/images/patterns/leftshingle.png 264share/doc/ImageMagick-7/images/patterns/leftshingle.png
265share/doc/ImageMagick-7/images/patterns/octagons.png 265share/doc/ImageMagick-7/images/patterns/octagons.png
266share/doc/ImageMagick-7/images/patterns/right30.png 266share/doc/ImageMagick-7/images/patterns/right30.png
267share/doc/ImageMagick-7/images/patterns/right45.png 267share/doc/ImageMagick-7/images/patterns/right45.png
268share/doc/ImageMagick-7/images/patterns/rightshingle.png 268share/doc/ImageMagick-7/images/patterns/rightshingle.png
269share/doc/ImageMagick-7/images/patterns/smallfishscales.png 269share/doc/ImageMagick-7/images/patterns/smallfishscales.png
270share/doc/ImageMagick-7/images/patterns/vertical.png 270share/doc/ImageMagick-7/images/patterns/vertical.png
271share/doc/ImageMagick-7/images/patterns/vertical2.png 271share/doc/ImageMagick-7/images/patterns/vertical2.png
272share/doc/ImageMagick-7/images/patterns/vertical3.png 272share/doc/ImageMagick-7/images/patterns/vertical3.png
273share/doc/ImageMagick-7/images/patterns/verticalbricks.png 273share/doc/ImageMagick-7/images/patterns/verticalbricks.png
274share/doc/ImageMagick-7/images/patterns/verticalleftshingle.png 274share/doc/ImageMagick-7/images/patterns/verticalleftshingle.png
275share/doc/ImageMagick-7/images/patterns/verticalrightshingle.png 275share/doc/ImageMagick-7/images/patterns/verticalrightshingle.png
276share/doc/ImageMagick-7/images/patterns/verticalsaw.png 276share/doc/ImageMagick-7/images/patterns/verticalsaw.png
277share/doc/ImageMagick-7/images/piechart.png 277share/doc/ImageMagick-7/images/piechart.png
278share/doc/ImageMagick-7/images/radial-gradient.png 278share/doc/ImageMagick-7/images/radial-gradient.png
279share/doc/ImageMagick-7/images/reconstruct.jpg 279share/doc/ImageMagick-7/images/reconstruct.jpg
280share/doc/ImageMagick-7/images/red-ball.png 280share/doc/ImageMagick-7/images/red-ball.png
281share/doc/ImageMagick-7/images/red-circle.png 281share/doc/ImageMagick-7/images/red-circle.png
282share/doc/ImageMagick-7/images/right.gif 282share/doc/ImageMagick-7/images/right.gif
283share/doc/ImageMagick-7/images/rose-over.png 283share/doc/ImageMagick-7/images/rose-over.png
284share/doc/ImageMagick-7/images/rose-sigmoidal.png 284share/doc/ImageMagick-7/images/rose-sigmoidal.png
285share/doc/ImageMagick-7/images/rose.jpg 285share/doc/ImageMagick-7/images/rose.jpg
286share/doc/ImageMagick-7/images/rose.png 286share/doc/ImageMagick-7/images/rose.png
287share/doc/ImageMagick-7/images/rose.pnm 287share/doc/ImageMagick-7/images/rose.pnm
288share/doc/ImageMagick-7/images/script.png 288share/doc/ImageMagick-7/images/script.png
289share/doc/ImageMagick-7/images/smile.gif 289share/doc/ImageMagick-7/images/smile.gif
290share/doc/ImageMagick-7/images/sponsor.jpg 290share/doc/ImageMagick-7/images/sponsor.jpg
291share/doc/ImageMagick-7/images/sprite.jpg 291share/doc/ImageMagick-7/images/sprite.jpg
292share/doc/ImageMagick-7/images/t-shirt.png 292share/doc/ImageMagick-7/images/t-shirt.png
293share/doc/ImageMagick-7/images/wand.ico 293share/doc/ImageMagick-7/images/wand.ico
294share/doc/ImageMagick-7/images/wand.png 294share/doc/ImageMagick-7/images/wand.png
295share/doc/ImageMagick-7/images/white-highlight.png 295share/doc/ImageMagick-7/images/white-highlight.png
296share/doc/ImageMagick-7/images/wizard.jpg 296share/doc/ImageMagick-7/images/wizard.jpg
297share/doc/ImageMagick-7/images/wizard.png 297share/doc/ImageMagick-7/images/wizard.png
298share/doc/ImageMagick-7/index.html 298share/doc/ImageMagick-7/index.html
299share/doc/ImageMagick-7/www/ImageMagickObject.html 299share/doc/ImageMagick-7/www/ImageMagickObject.html
300share/doc/ImageMagick-7/www/Magick++/Blob.html 300share/doc/ImageMagick-7/www/Magick++/Blob.html
301share/doc/ImageMagick-7/www/Magick++/Cache.fig 301share/doc/ImageMagick-7/www/Magick++/Cache.fig
302share/doc/ImageMagick-7/www/Magick++/Cache.png 302share/doc/ImageMagick-7/www/Magick++/Cache.png
303share/doc/ImageMagick-7/www/Magick++/Cache.svg 303share/doc/ImageMagick-7/www/Magick++/Cache.svg
304share/doc/ImageMagick-7/www/Magick++/ChangeLog.html 304share/doc/ImageMagick-7/www/Magick++/ChangeLog.html
305share/doc/ImageMagick-7/www/Magick++/CoderInfo.html 305share/doc/ImageMagick-7/www/Magick++/CoderInfo.html
306share/doc/ImageMagick-7/www/Magick++/Color.html 306share/doc/ImageMagick-7/www/Magick++/Color.html
307share/doc/ImageMagick-7/www/Magick++/Documentation.html 307share/doc/ImageMagick-7/www/Magick++/Documentation.html
308share/doc/ImageMagick-7/www/Magick++/Drawable.html 308share/doc/ImageMagick-7/www/Magick++/Drawable.html
309share/doc/ImageMagick-7/www/Magick++/Drawable_example_1.png 309share/doc/ImageMagick-7/www/Magick++/Drawable_example_1.png
310share/doc/ImageMagick-7/www/Magick++/Enumerations.html 310share/doc/ImageMagick-7/www/Magick++/Enumerations.html
311share/doc/ImageMagick-7/www/Magick++/Exception.html 311share/doc/ImageMagick-7/www/Magick++/Exception.html
312share/doc/ImageMagick-7/www/Magick++/FormatCharacters.html 312share/doc/ImageMagick-7/www/Magick++/FormatCharacters.html
313share/doc/ImageMagick-7/www/Magick++/Future.html 313share/doc/ImageMagick-7/www/Magick++/Future.html
314share/doc/ImageMagick-7/www/Magick++/Geometry.html 314share/doc/ImageMagick-7/www/Magick++/Geometry.html
315share/doc/ImageMagick-7/www/Magick++/Image++.html 315share/doc/ImageMagick-7/www/Magick++/Image++.html
316share/doc/ImageMagick-7/www/Magick++/Image.fig 316share/doc/ImageMagick-7/www/Magick++/Image.fig
317share/doc/ImageMagick-7/www/Magick++/Image.html 317share/doc/ImageMagick-7/www/Magick++/Image.html
318share/doc/ImageMagick-7/www/Magick++/Image.png 318share/doc/ImageMagick-7/www/Magick++/Image.png
319share/doc/ImageMagick-7/www/Magick++/ImageDesign.html 319share/doc/ImageMagick-7/www/Magick++/ImageDesign.html
320share/doc/ImageMagick-7/www/Magick++/ImageMagick.png 320share/doc/ImageMagick-7/www/Magick++/ImageMagick.png
321share/doc/ImageMagick-7/www/Magick++/Install.html 321share/doc/ImageMagick-7/www/Magick++/Install.html
322share/doc/ImageMagick-7/www/Magick++/Magick++.png 322share/doc/ImageMagick-7/www/Magick++/Magick++.png
323share/doc/ImageMagick-7/www/Magick++/Montage.html 323share/doc/ImageMagick-7/www/Magick++/Montage.html
324share/doc/ImageMagick-7/www/Magick++/NEWS.html 324share/doc/ImageMagick-7/www/Magick++/NEWS.html
325share/doc/ImageMagick-7/www/Magick++/PixelPacket.html 325share/doc/ImageMagick-7/www/Magick++/PixelPacket.html
326share/doc/ImageMagick-7/www/Magick++/Pixels.html 326share/doc/ImageMagick-7/www/Magick++/Pixels.html
327share/doc/ImageMagick-7/www/Magick++/Quantum.html 327share/doc/ImageMagick-7/www/Magick++/Quantum.html
328share/doc/ImageMagick-7/www/Magick++/README.txt 328share/doc/ImageMagick-7/www/Magick++/README.txt
329share/doc/ImageMagick-7/www/Magick++/STL.html 329share/doc/ImageMagick-7/www/Magick++/STL.html
330share/doc/ImageMagick-7/www/Magick++/TypeMetric.html 330share/doc/ImageMagick-7/www/Magick++/TypeMetric.html
331share/doc/ImageMagick-7/www/Magick++/index.html 331share/doc/ImageMagick-7/www/Magick++/index.html
332share/doc/ImageMagick-7/www/Magick++/magick.css 332share/doc/ImageMagick-7/www/Magick++/magick.css
333share/doc/ImageMagick-7/www/Magick++/montage-sample-framed.jpg 333share/doc/ImageMagick-7/www/Magick++/montage-sample-framed.jpg
334share/doc/ImageMagick-7/www/Magick++/right_triangle.png 334share/doc/ImageMagick-7/www/Magick++/right_triangle.png
335share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.fig 335share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.fig
336share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.jpg 336share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-framed.jpg
337share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.fig 337share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.fig
338share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.jpg 338share/doc/ImageMagick-7/www/Magick++/thumbnail-anatomy-plain.jpg
339share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-framed.jpg 339share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-framed.jpg
340share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-plain.jpg 340share/doc/ImageMagick-7/www/Magick++/thumbnail-sample-plain.jpg
341share/doc/ImageMagick-7/www/advanced-unix-installation.html 341share/doc/ImageMagick-7/www/advanced-unix-installation.html
342share/doc/ImageMagick-7/www/advanced-windows-installation.html 342share/doc/ImageMagick-7/www/advanced-windows-installation.html
343share/doc/ImageMagick-7/www/animate.html 343share/doc/ImageMagick-7/www/animate.html
344share/doc/ImageMagick-7/www/api.html 344share/doc/ImageMagick-7/www/api.html
345share/doc/ImageMagick-7/www/api/Image++.html 345share/doc/ImageMagick-7/www/api/Image++.html
346share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h-source.html 346share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h-source.html
347share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h.html 347share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h.html
348share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h-source.html 348share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h-source.html
349share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h.html 349share/doc/ImageMagick-7/www/api/MagickCore/MagickCore_8h.html
350share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8c.html 350share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8c.html
351share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h-source.html 351share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h-source.html
352share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h.html 352share/doc/ImageMagick-7/www/api/MagickCore/PreRvIcccm_8h.html
353share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h-source.html 353share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h-source.html
354share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h.html 354share/doc/ImageMagick-7/www/api/MagickCore/animate-private_8h.html
355share/doc/ImageMagick-7/www/api/MagickCore/animate_8c.html 355share/doc/ImageMagick-7/www/api/MagickCore/animate_8c.html
356share/doc/ImageMagick-7/www/api/MagickCore/animate_8h-source.html 356share/doc/ImageMagick-7/www/api/MagickCore/animate_8h-source.html
357share/doc/ImageMagick-7/www/api/MagickCore/animate_8h.html 357share/doc/ImageMagick-7/www/api/MagickCore/animate_8h.html
358share/doc/ImageMagick-7/www/api/MagickCore/annotate_8c.html 358share/doc/ImageMagick-7/www/api/MagickCore/annotate_8c.html
359share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h-source.html 359share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h-source.html
360share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h.html 360share/doc/ImageMagick-7/www/api/MagickCore/annotate_8h.html
361share/doc/ImageMagick-7/www/api/MagickCore/annotated.html 361share/doc/ImageMagick-7/www/api/MagickCore/annotated.html
362share/doc/ImageMagick-7/www/api/MagickCore/api_8h-source.html 362share/doc/ImageMagick-7/www/api/MagickCore/api_8h-source.html
363share/doc/ImageMagick-7/www/api/MagickCore/api_8h.html 363share/doc/ImageMagick-7/www/api/MagickCore/api_8h.html
364share/doc/ImageMagick-7/www/api/MagickCore/artifact_8c.html 364share/doc/ImageMagick-7/www/api/MagickCore/artifact_8c.html
365share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h-source.html 365share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h-source.html
366share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h.html 366share/doc/ImageMagick-7/www/api/MagickCore/artifact_8h.html
367share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h-source.html 367share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h-source.html
368share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h.html 368share/doc/ImageMagick-7/www/api/MagickCore/blob-private_8h.html
369share/doc/ImageMagick-7/www/api/MagickCore/blob_8c.html 369share/doc/ImageMagick-7/www/api/MagickCore/blob_8c.html
370share/doc/ImageMagick-7/www/api/MagickCore/blob_8h-source.html 370share/doc/ImageMagick-7/www/api/MagickCore/blob_8h-source.html
371share/doc/ImageMagick-7/www/api/MagickCore/blob_8h.html 371share/doc/ImageMagick-7/www/api/MagickCore/blob_8h.html
372share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h-source.html 372share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h-source.html
373share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h.html 373share/doc/ImageMagick-7/www/api/MagickCore/cache-private_8h.html
374share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8c.html 374share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8c.html
375share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h-source.html 375share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h-source.html
376share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h.html 376share/doc/ImageMagick-7/www/api/MagickCore/cache-view_8h.html
377share/doc/ImageMagick-7/www/api/MagickCore/cache_8c.html 377share/doc/ImageMagick-7/www/api/MagickCore/cache_8c.html
378share/doc/ImageMagick-7/www/api/MagickCore/cache_8h-source.html 378share/doc/ImageMagick-7/www/api/MagickCore/cache_8h-source.html
379share/doc/ImageMagick-7/www/api/MagickCore/cache_8h.html 379share/doc/ImageMagick-7/www/api/MagickCore/cache_8h.html
380share/doc/ImageMagick-7/www/api/MagickCore/classes.html 380share/doc/ImageMagick-7/www/api/MagickCore/classes.html
381share/doc/ImageMagick-7/www/api/MagickCore/client_8c.html 381share/doc/ImageMagick-7/www/api/MagickCore/client_8c.html
382share/doc/ImageMagick-7/www/api/MagickCore/client_8h-source.html 382share/doc/ImageMagick-7/www/api/MagickCore/client_8h-source.html
383share/doc/ImageMagick-7/www/api/MagickCore/client_8h.html 383share/doc/ImageMagick-7/www/api/MagickCore/client_8h.html
384share/doc/ImageMagick-7/www/api/MagickCore/coder_8c.html 384share/doc/ImageMagick-7/www/api/MagickCore/coder_8c.html
385share/doc/ImageMagick-7/www/api/MagickCore/coder_8h-source.html 385share/doc/ImageMagick-7/www/api/MagickCore/coder_8h-source.html
386share/doc/ImageMagick-7/www/api/MagickCore/coder_8h.html 386share/doc/ImageMagick-7/www/api/MagickCore/coder_8h.html
387share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h-source.html 387share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h-source.html
388share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h.html 388share/doc/ImageMagick-7/www/api/MagickCore/color-private_8h.html
389share/doc/ImageMagick-7/www/api/MagickCore/color_8c.html 389share/doc/ImageMagick-7/www/api/MagickCore/color_8c.html
390share/doc/ImageMagick-7/www/api/MagickCore/color_8h-source.html 390share/doc/ImageMagick-7/www/api/MagickCore/color_8h-source.html
391share/doc/ImageMagick-7/www/api/MagickCore/color_8h.html 391share/doc/ImageMagick-7/www/api/MagickCore/color_8h.html
392share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h-source.html 392share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h-source.html
393share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h.html 393share/doc/ImageMagick-7/www/api/MagickCore/colorspace-private_8h.html
394share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8c.html 394share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8c.html
395share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h-source.html 395share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h-source.html
396share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h.html 396share/doc/ImageMagick-7/www/api/MagickCore/colorspace_8h.html
397share/doc/ImageMagick-7/www/api/MagickCore/compare_8c.html 397share/doc/ImageMagick-7/www/api/MagickCore/compare_8c.html
398share/doc/ImageMagick-7/www/api/MagickCore/compare_8h-source.html 398share/doc/ImageMagick-7/www/api/MagickCore/compare_8h-source.html
399share/doc/ImageMagick-7/www/api/MagickCore/compare_8h.html 399share/doc/ImageMagick-7/www/api/MagickCore/compare_8h.html
400share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h-source.html 400share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h-source.html
401share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h.html 401share/doc/ImageMagick-7/www/api/MagickCore/composite-private_8h.html
402share/doc/ImageMagick-7/www/api/MagickCore/composite_8c.html 402share/doc/ImageMagick-7/www/api/MagickCore/composite_8c.html
403share/doc/ImageMagick-7/www/api/MagickCore/composite_8h-source.html 403share/doc/ImageMagick-7/www/api/MagickCore/composite_8h-source.html
404share/doc/ImageMagick-7/www/api/MagickCore/composite_8h.html 404share/doc/ImageMagick-7/www/api/MagickCore/composite_8h.html
405share/doc/ImageMagick-7/www/api/MagickCore/compress_8c.html 405share/doc/ImageMagick-7/www/api/MagickCore/compress_8c.html
406share/doc/ImageMagick-7/www/api/MagickCore/compress_8h-source.html 406share/doc/ImageMagick-7/www/api/MagickCore/compress_8h-source.html
407share/doc/ImageMagick-7/www/api/MagickCore/compress_8h.html 407share/doc/ImageMagick-7/www/api/MagickCore/compress_8h.html
408share/doc/ImageMagick-7/www/api/MagickCore/configure_8c.html 408share/doc/ImageMagick-7/www/api/MagickCore/configure_8c.html
409share/doc/ImageMagick-7/www/api/MagickCore/configure_8h-source.html 409share/doc/ImageMagick-7/www/api/MagickCore/configure_8h-source.html
410share/doc/ImageMagick-7/www/api/MagickCore/configure_8h.html 410share/doc/ImageMagick-7/www/api/MagickCore/configure_8h.html
411share/doc/ImageMagick-7/www/api/MagickCore/constitute_8c.html 411share/doc/ImageMagick-7/www/api/MagickCore/constitute_8c.html
412share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h-source.html 412share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h-source.html
413share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h.html 413share/doc/ImageMagick-7/www/api/MagickCore/constitute_8h.html
414share/doc/ImageMagick-7/www/api/MagickCore/decorate_8c.html 414share/doc/ImageMagick-7/www/api/MagickCore/decorate_8c.html
415share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h-source.html 415share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h-source.html
416share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h.html 416share/doc/ImageMagick-7/www/api/MagickCore/decorate_8h.html
417share/doc/ImageMagick-7/www/api/MagickCore/delegate_8c.html 417share/doc/ImageMagick-7/www/api/MagickCore/delegate_8c.html
418share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h-source.html 418share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h-source.html
419share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h.html 419share/doc/ImageMagick-7/www/api/MagickCore/delegate_8h.html
420share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8c.html 420share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8c.html
421share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h-source.html 421share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h-source.html
422share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h.html 422share/doc/ImageMagick-7/www/api/MagickCore/deprecate_8h.html
423share/doc/ImageMagick-7/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html 423share/doc/ImageMagick-7/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
424share/doc/ImageMagick-7/www/api/MagickCore/dirs.html 424share/doc/ImageMagick-7/www/api/MagickCore/dirs.html
425share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h-source.html 425share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h-source.html
426share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h.html 426share/doc/ImageMagick-7/www/api/MagickCore/display-private_8h.html
427share/doc/ImageMagick-7/www/api/MagickCore/display_8c.html 427share/doc/ImageMagick-7/www/api/MagickCore/display_8c.html
428share/doc/ImageMagick-7/www/api/MagickCore/display_8h-source.html 428share/doc/ImageMagick-7/www/api/MagickCore/display_8h-source.html
429share/doc/ImageMagick-7/www/api/MagickCore/display_8h.html 429share/doc/ImageMagick-7/www/api/MagickCore/display_8h.html
430share/doc/ImageMagick-7/www/api/MagickCore/distort_8c.html 430share/doc/ImageMagick-7/www/api/MagickCore/distort_8c.html
431share/doc/ImageMagick-7/www/api/MagickCore/distort_8h-source.html 431share/doc/ImageMagick-7/www/api/MagickCore/distort_8h-source.html
432share/doc/ImageMagick-7/www/api/MagickCore/distort_8h.html 432share/doc/ImageMagick-7/www/api/MagickCore/distort_8h.html
433share/doc/ImageMagick-7/www/api/MagickCore/doxygen.css 433share/doc/ImageMagick-7/www/api/MagickCore/doxygen.css
434share/doc/ImageMagick-7/www/api/MagickCore/doxygen.png 434share/doc/ImageMagick-7/www/api/MagickCore/doxygen.png
435share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h-source.html 435share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h-source.html
436share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h.html 436share/doc/ImageMagick-7/www/api/MagickCore/draw-private_8h.html
437share/doc/ImageMagick-7/www/api/MagickCore/draw_8c.html 437share/doc/ImageMagick-7/www/api/MagickCore/draw_8c.html
438share/doc/ImageMagick-7/www/api/MagickCore/draw_8h-source.html 438share/doc/ImageMagick-7/www/api/MagickCore/draw_8h-source.html
439share/doc/ImageMagick-7/www/api/MagickCore/draw_8h.html 439share/doc/ImageMagick-7/www/api/MagickCore/draw_8h.html
440share/doc/ImageMagick-7/www/api/MagickCore/effect_8c.html 440share/doc/ImageMagick-7/www/api/MagickCore/effect_8c.html
441share/doc/ImageMagick-7/www/api/MagickCore/effect_8h-source.html 441share/doc/ImageMagick-7/www/api/MagickCore/effect_8h-source.html
442share/doc/ImageMagick-7/www/api/MagickCore/effect_8h.html 442share/doc/ImageMagick-7/www/api/MagickCore/effect_8h.html
443share/doc/ImageMagick-7/www/api/MagickCore/enhance_8c.html 443share/doc/ImageMagick-7/www/api/MagickCore/enhance_8c.html
444share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h-source.html 444share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h-source.html
445share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h.html 445share/doc/ImageMagick-7/www/api/MagickCore/enhance_8h.html
446share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h-source.html 446share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h-source.html
447share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h.html 447share/doc/ImageMagick-7/www/api/MagickCore/exception-private_8h.html
448share/doc/ImageMagick-7/www/api/MagickCore/exception_8c.html 448share/doc/ImageMagick-7/www/api/MagickCore/exception_8c.html
449share/doc/ImageMagick-7/www/api/MagickCore/exception_8h-source.html 449share/doc/ImageMagick-7/www/api/MagickCore/exception_8h-source.html
450share/doc/ImageMagick-7/www/api/MagickCore/exception_8h.html 450share/doc/ImageMagick-7/www/api/MagickCore/exception_8h.html
451share/doc/ImageMagick-7/www/api/MagickCore/files.html 451share/doc/ImageMagick-7/www/api/MagickCore/files.html
452share/doc/ImageMagick-7/www/api/MagickCore/ftv2blank.png 452share/doc/ImageMagick-7/www/api/MagickCore/ftv2blank.png
453share/doc/ImageMagick-7/www/api/MagickCore/ftv2doc.png 453share/doc/ImageMagick-7/www/api/MagickCore/ftv2doc.png
454share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderclosed.png 454share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderclosed.png
455share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderopen.png 455share/doc/ImageMagick-7/www/api/MagickCore/ftv2folderopen.png
456share/doc/ImageMagick-7/www/api/MagickCore/ftv2lastnode.png 456share/doc/ImageMagick-7/www/api/MagickCore/ftv2lastnode.png
457share/doc/ImageMagick-7/www/api/MagickCore/ftv2link.png 457share/doc/ImageMagick-7/www/api/MagickCore/ftv2link.png
458share/doc/ImageMagick-7/www/api/MagickCore/ftv2mlastnode.png 458share/doc/ImageMagick-7/www/api/MagickCore/ftv2mlastnode.png
459share/doc/ImageMagick-7/www/api/MagickCore/ftv2mnode.png 459share/doc/ImageMagick-7/www/api/MagickCore/ftv2mnode.png
460share/doc/ImageMagick-7/www/api/MagickCore/ftv2node.png 460share/doc/ImageMagick-7/www/api/MagickCore/ftv2node.png
461share/doc/ImageMagick-7/www/api/MagickCore/ftv2plastnode.png 461share/doc/ImageMagick-7/www/api/MagickCore/ftv2plastnode.png
462share/doc/ImageMagick-7/www/api/MagickCore/ftv2pnode.png 462share/doc/ImageMagick-7/www/api/MagickCore/ftv2pnode.png
463share/doc/ImageMagick-7/www/api/MagickCore/ftv2vertline.png 463share/doc/ImageMagick-7/www/api/MagickCore/ftv2vertline.png
464share/doc/ImageMagick-7/www/api/MagickCore/functions.html 464share/doc/ImageMagick-7/www/api/MagickCore/functions.html
465share/doc/ImageMagick-7/www/api/MagickCore/functions_0x61.html 465share/doc/ImageMagick-7/www/api/MagickCore/functions_0x61.html
466share/doc/ImageMagick-7/www/api/MagickCore/functions_0x62.html 466share/doc/ImageMagick-7/www/api/MagickCore/functions_0x62.html
467share/doc/ImageMagick-7/www/api/MagickCore/functions_0x63.html 467share/doc/ImageMagick-7/www/api/MagickCore/functions_0x63.html
468share/doc/ImageMagick-7/www/api/MagickCore/functions_0x64.html 468share/doc/ImageMagick-7/www/api/MagickCore/functions_0x64.html
469share/doc/ImageMagick-7/www/api/MagickCore/functions_0x65.html 469share/doc/ImageMagick-7/www/api/MagickCore/functions_0x65.html
470share/doc/ImageMagick-7/www/api/MagickCore/functions_0x66.html 470share/doc/ImageMagick-7/www/api/MagickCore/functions_0x66.html
471share/doc/ImageMagick-7/www/api/MagickCore/functions_0x67.html 471share/doc/ImageMagick-7/www/api/MagickCore/functions_0x67.html
472share/doc/ImageMagick-7/www/api/MagickCore/functions_0x68.html 472share/doc/ImageMagick-7/www/api/MagickCore/functions_0x68.html
473share/doc/ImageMagick-7/www/api/MagickCore/functions_0x69.html 473share/doc/ImageMagick-7/www/api/MagickCore/functions_0x69.html
474share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6b.html 474share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6b.html
475share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6c.html 475share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6c.html
476share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6d.html 476share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6d.html
477share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6e.html 477share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6e.html
478share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6f.html 478share/doc/ImageMagick-7/www/api/MagickCore/functions_0x6f.html
479share/doc/ImageMagick-7/www/api/MagickCore/functions_0x70.html 479share/doc/ImageMagick-7/www/api/MagickCore/functions_0x70.html
480share/doc/ImageMagick-7/www/api/MagickCore/functions_0x71.html 480share/doc/ImageMagick-7/www/api/MagickCore/functions_0x71.html
481share/doc/ImageMagick-7/www/api/MagickCore/functions_0x72.html 481share/doc/ImageMagick-7/www/api/MagickCore/functions_0x72.html
482share/doc/ImageMagick-7/www/api/MagickCore/functions_0x73.html 482share/doc/ImageMagick-7/www/api/MagickCore/functions_0x73.html
483share/doc/ImageMagick-7/www/api/MagickCore/functions_0x74.html 483share/doc/ImageMagick-7/www/api/MagickCore/functions_0x74.html
484share/doc/ImageMagick-7/www/api/MagickCore/functions_0x75.html 484share/doc/ImageMagick-7/www/api/MagickCore/functions_0x75.html
485share/doc/ImageMagick-7/www/api/MagickCore/functions_0x76.html 485share/doc/ImageMagick-7/www/api/MagickCore/functions_0x76.html
486share/doc/ImageMagick-7/www/api/MagickCore/functions_0x77.html 486share/doc/ImageMagick-7/www/api/MagickCore/functions_0x77.html
487share/doc/ImageMagick-7/www/api/MagickCore/functions_0x78.html 487share/doc/ImageMagick-7/www/api/MagickCore/functions_0x78.html
488share/doc/ImageMagick-7/www/api/MagickCore/functions_0x79.html 488share/doc/ImageMagick-7/www/api/MagickCore/functions_0x79.html
489share/doc/ImageMagick-7/www/api/MagickCore/functions_0x7a.html 489share/doc/ImageMagick-7/www/api/MagickCore/functions_0x7a.html
490share/doc/ImageMagick-7/www/api/MagickCore/functions_func.html 490share/doc/ImageMagick-7/www/api/MagickCore/functions_func.html
491share/doc/ImageMagick-7/www/api/MagickCore/functions_vars.html 491share/doc/ImageMagick-7/www/api/MagickCore/functions_vars.html
492share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x61.html 492share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x61.html
493share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x62.html 493share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x62.html
494share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x63.html 494share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x63.html
495share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x64.html 495share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x64.html
496share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x65.html 496share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x65.html
497share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x66.html 497share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x66.html
498share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x67.html 498share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x67.html
499share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x68.html 499share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x68.html
500share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x69.html 500share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x69.html
501share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6b.html 501share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6b.html
502share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6c.html 502share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6c.html
503share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6d.html 503share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6d.html
504share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6e.html 504share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6e.html
505share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6f.html 505share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x6f.html
506share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x70.html 506share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x70.html
507share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x71.html 507share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x71.html
508share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x72.html 508share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x72.html
509share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x73.html 509share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x73.html
510share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x74.html 510share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x74.html
511share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x75.html 511share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x75.html
512share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x76.html 512share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x76.html
513share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x77.html 513share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x77.html
514share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x78.html 514share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x78.html
515share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x79.html 515share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x79.html
516share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x7a.html 516share/doc/ImageMagick-7/www/api/MagickCore/functions_vars_0x7a.html
517share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h-source.html 517share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h-source.html
518share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h.html 518share/doc/ImageMagick-7/www/api/MagickCore/fx-private_8h.html
519share/doc/ImageMagick-7/www/api/MagickCore/fx_8c.html 519share/doc/ImageMagick-7/www/api/MagickCore/fx_8c.html
520share/doc/ImageMagick-7/www/api/MagickCore/fx_8h-source.html 520share/doc/ImageMagick-7/www/api/MagickCore/fx_8h-source.html
521share/doc/ImageMagick-7/www/api/MagickCore/fx_8h.html 521share/doc/ImageMagick-7/www/api/MagickCore/fx_8h.html
522share/doc/ImageMagick-7/www/api/MagickCore/gem_8c.html 522share/doc/ImageMagick-7/www/api/MagickCore/gem_8c.html
523share/doc/ImageMagick-7/www/api/MagickCore/gem_8h-source.html 523share/doc/ImageMagick-7/www/api/MagickCore/gem_8h-source.html
524share/doc/ImageMagick-7/www/api/MagickCore/gem_8h.html 524share/doc/ImageMagick-7/www/api/MagickCore/gem_8h.html
525share/doc/ImageMagick-7/www/api/MagickCore/geometry_8c.html 525share/doc/ImageMagick-7/www/api/MagickCore/geometry_8c.html
526share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h-source.html 526share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h-source.html
527share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h.html 527share/doc/ImageMagick-7/www/api/MagickCore/geometry_8h.html
528share/doc/ImageMagick-7/www/api/MagickCore/globals.html 528share/doc/ImageMagick-7/www/api/MagickCore/globals.html
529share/doc/ImageMagick-7/www/api/MagickCore/globals_0x61.html 529share/doc/ImageMagick-7/www/api/MagickCore/globals_0x61.html
530share/doc/ImageMagick-7/www/api/MagickCore/globals_0x62.html 530share/doc/ImageMagick-7/www/api/MagickCore/globals_0x62.html
531share/doc/ImageMagick-7/www/api/MagickCore/globals_0x63.html 531share/doc/ImageMagick-7/www/api/MagickCore/globals_0x63.html
532share/doc/ImageMagick-7/www/api/MagickCore/globals_0x64.html 532share/doc/ImageMagick-7/www/api/MagickCore/globals_0x64.html
533share/doc/ImageMagick-7/www/api/MagickCore/globals_0x65.html 533share/doc/ImageMagick-7/www/api/MagickCore/globals_0x65.html
534share/doc/ImageMagick-7/www/api/MagickCore/globals_0x66.html 534share/doc/ImageMagick-7/www/api/MagickCore/globals_0x66.html
535share/doc/ImageMagick-7/www/api/MagickCore/globals_0x67.html 535share/doc/ImageMagick-7/www/api/MagickCore/globals_0x67.html
536share/doc/ImageMagick-7/www/api/MagickCore/globals_0x68.html 536share/doc/ImageMagick-7/www/api/MagickCore/globals_0x68.html
537share/doc/ImageMagick-7/www/api/MagickCore/globals_0x69.html 537share/doc/ImageMagick-7/www/api/MagickCore/globals_0x69.html
538share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6a.html 538share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6a.html
539share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6b.html 539share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6b.html
540share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6c.html 540share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6c.html
541share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6d.html 541share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6d.html
542share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6e.html 542share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6e.html
543share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6f.html 543share/doc/ImageMagick-7/www/api/MagickCore/globals_0x6f.html
544share/doc/ImageMagick-7/www/api/MagickCore/globals_0x70.html 544share/doc/ImageMagick-7/www/api/MagickCore/globals_0x70.html
545share/doc/ImageMagick-7/www/api/MagickCore/globals_0x71.html 545share/doc/ImageMagick-7/www/api/MagickCore/globals_0x71.html
546share/doc/ImageMagick-7/www/api/MagickCore/globals_0x72.html 546share/doc/ImageMagick-7/www/api/MagickCore/globals_0x72.html
547share/doc/ImageMagick-7/www/api/MagickCore/globals_0x73.html 547share/doc/ImageMagick-7/www/api/MagickCore/globals_0x73.html
548share/doc/ImageMagick-7/www/api/MagickCore/globals_0x74.html 548share/doc/ImageMagick-7/www/api/MagickCore/globals_0x74.html
549share/doc/ImageMagick-7/www/api/MagickCore/globals_0x75.html 549share/doc/ImageMagick-7/www/api/MagickCore/globals_0x75.html
550share/doc/ImageMagick-7/www/api/MagickCore/globals_0x76.html 550share/doc/ImageMagick-7/www/api/MagickCore/globals_0x76.html
551share/doc/ImageMagick-7/www/api/MagickCore/globals_0x77.html 551share/doc/ImageMagick-7/www/api/MagickCore/globals_0x77.html
552share/doc/ImageMagick-7/www/api/MagickCore/globals_0x78.html 552share/doc/ImageMagick-7/www/api/MagickCore/globals_0x78.html
553share/doc/ImageMagick-7/www/api/MagickCore/globals_0x79.html 553share/doc/ImageMagick-7/www/api/MagickCore/globals_0x79.html
554share/doc/ImageMagick-7/www/api/MagickCore/globals_0x7a.html 554share/doc/ImageMagick-7/www/api/MagickCore/globals_0x7a.html
555share/doc/ImageMagick-7/www/api/MagickCore/globals_defs.html 555share/doc/ImageMagick-7/www/api/MagickCore/globals_defs.html
556share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x61.html 556share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x61.html
557share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x62.html 557share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x62.html
558share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x63.html 558share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x63.html
559share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x64.html 559share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x64.html
560share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x65.html 560share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x65.html
561share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x66.html 561share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x66.html
562share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x67.html 562share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x67.html
563share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x68.html 563share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x68.html
564share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x69.html 564share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x69.html
565share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6b.html 565share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6b.html
566share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6c.html 566share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6c.html
567share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6d.html 567share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6d.html
568share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6e.html 568share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6e.html
569share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6f.html 569share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x6f.html
570share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x70.html 570share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x70.html
571share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x71.html 571share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x71.html
572share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x72.html 572share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x72.html
573share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x73.html 573share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x73.html
574share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x74.html 574share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x74.html
575share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x75.html 575share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x75.html
576share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x76.html 576share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x76.html
577share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x77.html 577share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x77.html
578share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x78.html 578share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x78.html
579share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x79.html 579share/doc/ImageMagick-7/www/api/MagickCore/globals_defs_0x79.html
580share/doc/ImageMagick-7/www/api/MagickCore/globals_enum.html 580share/doc/ImageMagick-7/www/api/MagickCore/globals_enum.html
581share/doc/ImageMagick-7/www/api/MagickCore/globals_eval.html 581share/doc/ImageMagick-7/www/api/MagickCore/globals_eval.html
582share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x62.html 582share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x62.html
583share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x63.html 583share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x63.html
584share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x64.html 584share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x64.html
585share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x65.html 585share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x65.html
586share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x66.html 586share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x66.html
587share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x67.html 587share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x67.html
588share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x68.html 588share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x68.html
589share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x69.html 589share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x69.html
590share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6a.html 590share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6a.html
591share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6b.html 591share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6b.html
592share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6c.html 592share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6c.html
593share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6d.html 593share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6d.html
594share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6e.html 594share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6e.html
595share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6f.html 595share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x6f.html
596share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x70.html 596share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x70.html
597share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x71.html 597share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x71.html
598share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x72.html 598share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x72.html
599share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x73.html 599share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x73.html
600share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x74.html 600share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x74.html
601share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x75.html 601share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x75.html
602share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x76.html 602share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x76.html
603share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x77.html 603share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x77.html
604share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x78.html 604share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x78.html
605share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x79.html 605share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x79.html
606share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x7a.html 606share/doc/ImageMagick-7/www/api/MagickCore/globals_eval_0x7a.html
607share/doc/ImageMagick-7/www/api/MagickCore/globals_func.html 607share/doc/ImageMagick-7/www/api/MagickCore/globals_func.html
608share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x62.html 608share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x62.html
609share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x63.html 609share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x63.html
610share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x64.html 610share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x64.html
611share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x65.html 611share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x65.html
612share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x66.html 612share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x66.html
613share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x67.html 613share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x67.html
614share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x68.html 614share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x68.html
615share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x69.html 615share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x69.html
616share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6a.html 616share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6a.html
617share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6b.html 617share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6b.html
618share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6c.html 618share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6c.html
619share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6d.html 619share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6d.html
620share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6e.html 620share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6e.html
621share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6f.html 621share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x6f.html
622share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x70.html 622share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x70.html
623share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x71.html 623share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x71.html
624share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x72.html 624share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x72.html
625share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x73.html 625share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x73.html
626share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x74.html 626share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x74.html
627share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x75.html 627share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x75.html
628share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x76.html 628share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x76.html
629share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x77.html 629share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x77.html
630share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x78.html 630share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x78.html
631share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x79.html 631share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x79.html
632share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x7a.html 632share/doc/ImageMagick-7/www/api/MagickCore/globals_func_0x7a.html
633share/doc/ImageMagick-7/www/api/MagickCore/globals_type.html 633share/doc/ImageMagick-7/www/api/MagickCore/globals_type.html
634share/doc/ImageMagick-7/www/api/MagickCore/globals_vars.html 634share/doc/ImageMagick-7/www/api/MagickCore/globals_vars.html
635share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8c.html 635share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8c.html
636share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h-source.html 636share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h-source.html
637share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h.html 637share/doc/ImageMagick-7/www/api/MagickCore/hashmap_8h.html
638share/doc/ImageMagick-7/www/api/MagickCore/identify_8c.html 638share/doc/ImageMagick-7/www/api/MagickCore/identify_8c.html
639share/doc/ImageMagick-7/www/api/MagickCore/identify_8h-source.html 639share/doc/ImageMagick-7/www/api/MagickCore/identify_8h-source.html
640share/doc/ImageMagick-7/www/api/MagickCore/identify_8h.html 640share/doc/ImageMagick-7/www/api/MagickCore/identify_8h.html
641share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h-source.html 641share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h-source.html
642share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h.html 642share/doc/ImageMagick-7/www/api/MagickCore/image-private_8h.html
643share/doc/ImageMagick-7/www/api/MagickCore/image_8c.html 643share/doc/ImageMagick-7/www/api/MagickCore/image_8c.html
644share/doc/ImageMagick-7/www/api/MagickCore/image_8h-source.html 644share/doc/ImageMagick-7/www/api/MagickCore/image_8h-source.html
645share/doc/ImageMagick-7/www/api/MagickCore/image_8h.html 645share/doc/ImageMagick-7/www/api/MagickCore/image_8h.html
646share/doc/ImageMagick-7/www/api/MagickCore/index.html 646share/doc/ImageMagick-7/www/api/MagickCore/index.html
647share/doc/ImageMagick-7/www/api/MagickCore/layer_8c.html 647share/doc/ImageMagick-7/www/api/MagickCore/layer_8c.html
648share/doc/ImageMagick-7/www/api/MagickCore/layer_8h-source.html 648share/doc/ImageMagick-7/www/api/MagickCore/layer_8h-source.html
649share/doc/ImageMagick-7/www/api/MagickCore/layer_8h.html 649share/doc/ImageMagick-7/www/api/MagickCore/layer_8h.html
650share/doc/ImageMagick-7/www/api/MagickCore/list_8c.html 650share/doc/ImageMagick-7/www/api/MagickCore/list_8c.html
651share/doc/ImageMagick-7/www/api/MagickCore/list_8h-source.html 651share/doc/ImageMagick-7/www/api/MagickCore/list_8h-source.html
652share/doc/ImageMagick-7/www/api/MagickCore/list_8h.html 652share/doc/ImageMagick-7/www/api/MagickCore/list_8h.html
653share/doc/ImageMagick-7/www/api/MagickCore/locale_8c.html 653share/doc/ImageMagick-7/www/api/MagickCore/locale_8c.html
654share/doc/ImageMagick-7/www/api/MagickCore/locale___8h-source.html 654share/doc/ImageMagick-7/www/api/MagickCore/locale___8h-source.html
655share/doc/ImageMagick-7/www/api/MagickCore/locale___8h.html 655share/doc/ImageMagick-7/www/api/MagickCore/locale___8h.html
656share/doc/ImageMagick-7/www/api/MagickCore/log_8c.html 656share/doc/ImageMagick-7/www/api/MagickCore/log_8c.html
657share/doc/ImageMagick-7/www/api/MagickCore/log_8h-source.html 657share/doc/ImageMagick-7/www/api/MagickCore/log_8h-source.html
658share/doc/ImageMagick-7/www/api/MagickCore/log_8h.html 658share/doc/ImageMagick-7/www/api/MagickCore/log_8h.html
659share/doc/ImageMagick-7/www/api/MagickCore/mac_8c.html 659share/doc/ImageMagick-7/www/api/MagickCore/mac_8c.html
660share/doc/ImageMagick-7/www/api/MagickCore/mac_8h-source.html 660share/doc/ImageMagick-7/www/api/MagickCore/mac_8h-source.html
661share/doc/ImageMagick-7/www/api/MagickCore/mac_8h.html 661share/doc/ImageMagick-7/www/api/MagickCore/mac_8h.html
662share/doc/ImageMagick-7/www/api/MagickCore/magic_8c.html 662share/doc/ImageMagick-7/www/api/MagickCore/magic_8c.html
663share/doc/ImageMagick-7/www/api/MagickCore/magic_8h-source.html 663share/doc/ImageMagick-7/www/api/MagickCore/magic_8h-source.html
664share/doc/ImageMagick-7/www/api/MagickCore/magic_8h.html 664share/doc/ImageMagick-7/www/api/MagickCore/magic_8h.html
665share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h-source.html 665share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h-source.html
666share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h.html 666share/doc/ImageMagick-7/www/api/MagickCore/magick-config_8h.html
667share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h-source.html 667share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h-source.html
668share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h.html 668share/doc/ImageMagick-7/www/api/MagickCore/magick-type_8h.html
669share/doc/ImageMagick-7/www/api/MagickCore/magick_8c.html 669share/doc/ImageMagick-7/www/api/MagickCore/magick_8c.html
670share/doc/ImageMagick-7/www/api/MagickCore/magick_8h-source.html 670share/doc/ImageMagick-7/www/api/MagickCore/magick_8h-source.html
671share/doc/ImageMagick-7/www/api/MagickCore/magick_8h.html 671share/doc/ImageMagick-7/www/api/MagickCore/magick_8h.html
672share/doc/ImageMagick-7/www/api/MagickCore/main.html 672share/doc/ImageMagick-7/www/api/MagickCore/main.html
673share/doc/ImageMagick-7/www/api/MagickCore/matrix_8c.html 673share/doc/ImageMagick-7/www/api/MagickCore/matrix_8c.html
674share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h-source.html 674share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h-source.html
675share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h.html 675share/doc/ImageMagick-7/www/api/MagickCore/matrix_8h.html
676share/doc/ImageMagick-7/www/api/MagickCore/memory_8c.html 676share/doc/ImageMagick-7/www/api/MagickCore/memory_8c.html
677share/doc/ImageMagick-7/www/api/MagickCore/memory___8h-source.html 677share/doc/ImageMagick-7/www/api/MagickCore/memory___8h-source.html
678share/doc/ImageMagick-7/www/api/MagickCore/memory___8h.html 678share/doc/ImageMagick-7/www/api/MagickCore/memory___8h.html
679share/doc/ImageMagick-7/www/api/MagickCore/methods_8h-source.html 679share/doc/ImageMagick-7/www/api/MagickCore/methods_8h-source.html
680share/doc/ImageMagick-7/www/api/MagickCore/methods_8h.html 680share/doc/ImageMagick-7/www/api/MagickCore/methods_8h.html
681share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h-source.html 681share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h-source.html
682share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h.html 682share/doc/ImageMagick-7/www/api/MagickCore/mime-private_8h.html
683share/doc/ImageMagick-7/www/api/MagickCore/mime_8c.html 683share/doc/ImageMagick-7/www/api/MagickCore/mime_8c.html
684share/doc/ImageMagick-7/www/api/MagickCore/mime_8h-source.html 684share/doc/ImageMagick-7/www/api/MagickCore/mime_8h-source.html
685share/doc/ImageMagick-7/www/api/MagickCore/mime_8h.html 685share/doc/ImageMagick-7/www/api/MagickCore/mime_8h.html
686share/doc/ImageMagick-7/www/api/MagickCore/module_8c.html 686share/doc/ImageMagick-7/www/api/MagickCore/module_8c.html
687share/doc/ImageMagick-7/www/api/MagickCore/module_8h-source.html 687share/doc/ImageMagick-7/www/api/MagickCore/module_8h-source.html
688share/doc/ImageMagick-7/www/api/MagickCore/module_8h.html 688share/doc/ImageMagick-7/www/api/MagickCore/module_8h.html
689share/doc/ImageMagick-7/www/api/MagickCore/monitor_8c.html 689share/doc/ImageMagick-7/www/api/MagickCore/monitor_8c.html
690share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h-source.html 690share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h-source.html
691share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h.html 691share/doc/ImageMagick-7/www/api/MagickCore/monitor_8h.html
692share/doc/ImageMagick-7/www/api/MagickCore/montage_8c.html 692share/doc/ImageMagick-7/www/api/MagickCore/montage_8c.html
693share/doc/ImageMagick-7/www/api/MagickCore/montage_8h-source.html 693share/doc/ImageMagick-7/www/api/MagickCore/montage_8h-source.html
694share/doc/ImageMagick-7/www/api/MagickCore/montage_8h.html 694share/doc/ImageMagick-7/www/api/MagickCore/montage_8h.html
695share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8c.html 695share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8c.html
696share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h-source.html 696share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h-source.html
697share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h.html 697share/doc/ImageMagick-7/www/api/MagickCore/nt-base_8h.html
698share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8c.html 698share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8c.html
699share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h-source.html 699share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h-source.html
700share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h.html 700share/doc/ImageMagick-7/www/api/MagickCore/nt-feature_8h.html
701share/doc/ImageMagick-7/www/api/MagickCore/option_8c.html 701share/doc/ImageMagick-7/www/api/MagickCore/option_8c.html
702share/doc/ImageMagick-7/www/api/MagickCore/option_8h-source.html 702share/doc/ImageMagick-7/www/api/MagickCore/option_8h-source.html
703share/doc/ImageMagick-7/www/api/MagickCore/option_8h.html 703share/doc/ImageMagick-7/www/api/MagickCore/option_8h.html
704share/doc/ImageMagick-7/www/api/MagickCore/paint_8c.html 704share/doc/ImageMagick-7/www/api/MagickCore/paint_8c.html
705share/doc/ImageMagick-7/www/api/MagickCore/paint_8h-source.html 705share/doc/ImageMagick-7/www/api/MagickCore/paint_8h-source.html
706share/doc/ImageMagick-7/www/api/MagickCore/paint_8h.html 706share/doc/ImageMagick-7/www/api/MagickCore/paint_8h.html
707share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h-source.html 707share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h-source.html
708share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h.html 708share/doc/ImageMagick-7/www/api/MagickCore/pixel-private_8h.html
709share/doc/ImageMagick-7/www/api/MagickCore/pixel_8c.html 709share/doc/ImageMagick-7/www/api/MagickCore/pixel_8c.html
710share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h-source.html 710share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h-source.html
711share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h.html 711share/doc/ImageMagick-7/www/api/MagickCore/pixel_8h.html
712share/doc/ImageMagick-7/www/api/MagickCore/prepress_8c.html 712share/doc/ImageMagick-7/www/api/MagickCore/prepress_8c.html
713share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h-source.html 713share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h-source.html
714share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h.html 714share/doc/ImageMagick-7/www/api/MagickCore/prepress_8h.html
715share/doc/ImageMagick-7/www/api/MagickCore/profile_8c.html 715share/doc/ImageMagick-7/www/api/MagickCore/profile_8c.html
716share/doc/ImageMagick-7/www/api/MagickCore/profile_8h-source.html 716share/doc/ImageMagick-7/www/api/MagickCore/profile_8h-source.html
717share/doc/ImageMagick-7/www/api/MagickCore/profile_8h.html 717share/doc/ImageMagick-7/www/api/MagickCore/profile_8h.html
718share/doc/ImageMagick-7/www/api/MagickCore/property_8c.html 718share/doc/ImageMagick-7/www/api/MagickCore/property_8c.html
719share/doc/ImageMagick-7/www/api/MagickCore/property_8h-source.html 719share/doc/ImageMagick-7/www/api/MagickCore/property_8h-source.html
720share/doc/ImageMagick-7/www/api/MagickCore/property_8h.html 720share/doc/ImageMagick-7/www/api/MagickCore/property_8h.html
721share/doc/ImageMagick-7/www/api/MagickCore/quantize_8c.html 721share/doc/ImageMagick-7/www/api/MagickCore/quantize_8c.html
722share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h-source.html 722share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h-source.html
723share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h.html 723share/doc/ImageMagick-7/www/api/MagickCore/quantize_8h.html
724share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h-source.html 724share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h-source.html
725share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h.html 725share/doc/ImageMagick-7/www/api/MagickCore/quantum-private_8h.html
726share/doc/ImageMagick-7/www/api/MagickCore/quantum_8c.html 726share/doc/ImageMagick-7/www/api/MagickCore/quantum_8c.html
727share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h-source.html 727share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h-source.html
728share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h.html 728share/doc/ImageMagick-7/www/api/MagickCore/quantum_8h.html
729share/doc/ImageMagick-7/www/api/MagickCore/random_8c.html 729share/doc/ImageMagick-7/www/api/MagickCore/random_8c.html
730share/doc/ImageMagick-7/www/api/MagickCore/random___8h-source.html 730share/doc/ImageMagick-7/www/api/MagickCore/random___8h-source.html
731share/doc/ImageMagick-7/www/api/MagickCore/random___8h.html 731share/doc/ImageMagick-7/www/api/MagickCore/random___8h.html
732share/doc/ImageMagick-7/www/api/MagickCore/registry_8c.html 732share/doc/ImageMagick-7/www/api/MagickCore/registry_8c.html
733share/doc/ImageMagick-7/www/api/MagickCore/registry_8h-source.html 733share/doc/ImageMagick-7/www/api/MagickCore/registry_8h-source.html
734share/doc/ImageMagick-7/www/api/MagickCore/registry_8h.html 734share/doc/ImageMagick-7/www/api/MagickCore/registry_8h.html
735share/doc/ImageMagick-7/www/api/MagickCore/resample_8c.html 735share/doc/ImageMagick-7/www/api/MagickCore/resample_8c.html
736share/doc/ImageMagick-7/www/api/MagickCore/resample_8h-source.html 736share/doc/ImageMagick-7/www/api/MagickCore/resample_8h-source.html
737share/doc/ImageMagick-7/www/api/MagickCore/resample_8h.html 737share/doc/ImageMagick-7/www/api/MagickCore/resample_8h.html
738share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h-source.html 738share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h-source.html
739share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h.html 739share/doc/ImageMagick-7/www/api/MagickCore/resize-private_8h.html
740share/doc/ImageMagick-7/www/api/MagickCore/resize_8c.html 740share/doc/ImageMagick-7/www/api/MagickCore/resize_8c.html
741share/doc/ImageMagick-7/www/api/MagickCore/resize_8h-source.html 741share/doc/ImageMagick-7/www/api/MagickCore/resize_8h-source.html
742share/doc/ImageMagick-7/www/api/MagickCore/resize_8h.html 742share/doc/ImageMagick-7/www/api/MagickCore/resize_8h.html
743share/doc/ImageMagick-7/www/api/MagickCore/resource_8c.html 743share/doc/ImageMagick-7/www/api/MagickCore/resource_8c.html
744share/doc/ImageMagick-7/www/api/MagickCore/resource___8h-source.html 744share/doc/ImageMagick-7/www/api/MagickCore/resource___8h-source.html
745share/doc/ImageMagick-7/www/api/MagickCore/resource___8h.html 745share/doc/ImageMagick-7/www/api/MagickCore/resource___8h.html
746share/doc/ImageMagick-7/www/api/MagickCore/segment_8c.html 746share/doc/ImageMagick-7/www/api/MagickCore/segment_8c.html
747share/doc/ImageMagick-7/www/api/MagickCore/segment_8h-source.html 747share/doc/ImageMagick-7/www/api/MagickCore/segment_8h-source.html
748share/doc/ImageMagick-7/www/api/MagickCore/segment_8h.html 748share/doc/ImageMagick-7/www/api/MagickCore/segment_8h.html
749share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8c.html 749share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8c.html
750share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h-source.html 750share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h-source.html
751share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h.html 751share/doc/ImageMagick-7/www/api/MagickCore/semaphore_8h.html
752share/doc/ImageMagick-7/www/api/MagickCore/shear_8c.html 752share/doc/ImageMagick-7/www/api/MagickCore/shear_8c.html
753share/doc/ImageMagick-7/www/api/MagickCore/shear_8h-source.html 753share/doc/ImageMagick-7/www/api/MagickCore/shear_8h-source.html
754share/doc/ImageMagick-7/www/api/MagickCore/shear_8h.html 754share/doc/ImageMagick-7/www/api/MagickCore/shear_8h.html
755share/doc/ImageMagick-7/www/api/MagickCore/signature_8c.html 755share/doc/ImageMagick-7/www/api/MagickCore/signature_8c.html
756share/doc/ImageMagick-7/www/api/MagickCore/signature_8h-source.html 756share/doc/ImageMagick-7/www/api/MagickCore/signature_8h-source.html
757share/doc/ImageMagick-7/www/api/MagickCore/signature_8h.html 757share/doc/ImageMagick-7/www/api/MagickCore/signature_8h.html
758share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8c.html 758share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8c.html
759share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h-source.html 759share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h-source.html
760share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h.html 760share/doc/ImageMagick-7/www/api/MagickCore/splay-tree_8h.html
761share/doc/ImageMagick-7/www/api/MagickCore/static_8c.html 761share/doc/ImageMagick-7/www/api/MagickCore/static_8c.html
762share/doc/ImageMagick-7/www/api/MagickCore/static_8h-source.html 762share/doc/ImageMagick-7/www/api/MagickCore/static_8h-source.html
763share/doc/ImageMagick-7/www/api/MagickCore/static_8h.html 763share/doc/ImageMagick-7/www/api/MagickCore/static_8h.html
764share/doc/ImageMagick-7/www/api/MagickCore/statistic_8c.html 764share/doc/ImageMagick-7/www/api/MagickCore/statistic_8c.html
765share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h-source.html 765share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h-source.html
766share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h.html 766share/doc/ImageMagick-7/www/api/MagickCore/statistic_8h.html
767share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h-source.html 767share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h-source.html
768share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h.html 768share/doc/ImageMagick-7/www/api/MagickCore/stream-private_8h.html
769share/doc/ImageMagick-7/www/api/MagickCore/stream_8c.html 769share/doc/ImageMagick-7/www/api/MagickCore/stream_8c.html
770share/doc/ImageMagick-7/www/api/MagickCore/stream_8h-source.html 770share/doc/ImageMagick-7/www/api/MagickCore/stream_8h-source.html
771share/doc/ImageMagick-7/www/api/MagickCore/stream_8h.html 771share/doc/ImageMagick-7/www/api/MagickCore/stream_8h.html
772share/doc/ImageMagick-7/www/api/MagickCore/string_8c.html 772share/doc/ImageMagick-7/www/api/MagickCore/string_8c.html
773share/doc/ImageMagick-7/www/api/MagickCore/string___8h-source.html 773share/doc/ImageMagick-7/www/api/MagickCore/string___8h-source.html
774share/doc/ImageMagick-7/www/api/MagickCore/string___8h.html 774share/doc/ImageMagick-7/www/api/MagickCore/string___8h.html
775share/doc/ImageMagick-7/www/api/MagickCore/structHuffmanTable.html 775share/doc/ImageMagick-7/www/api/MagickCore/structHuffmanTable.html
776share/doc/ImageMagick-7/www/api/MagickCore/structSemaphoreInfo.html 776share/doc/ImageMagick-7/www/api/MagickCore/structSemaphoreInfo.html
777share/doc/ImageMagick-7/www/api/MagickCore/struct__AffineMatrix.html 777share/doc/ImageMagick-7/www/api/MagickCore/struct__AffineMatrix.html
778share/doc/ImageMagick-7/www/api/MagickCore/struct__Ascii85Info.html 778share/doc/ImageMagick-7/www/api/MagickCore/struct__Ascii85Info.html
779share/doc/ImageMagick-7/www/api/MagickCore/struct__BlobInfo.html 779share/doc/ImageMagick-7/www/api/MagickCore/struct__BlobInfo.html
780share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheInfo.html 780share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheInfo.html
781share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheMethods.html 781share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheMethods.html
782share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheView.html 782share/doc/ImageMagick-7/www/api/MagickCore/struct__CacheView.html
783share/doc/ImageMagick-7/www/api/MagickCore/struct__ChannelStatistics.html 783share/doc/ImageMagick-7/www/api/MagickCore/struct__ChannelStatistics.html
784share/doc/ImageMagick-7/www/api/MagickCore/struct__ChromaticityInfo.html 784share/doc/ImageMagick-7/www/api/MagickCore/struct__ChromaticityInfo.html
785share/doc/ImageMagick-7/www/api/MagickCore/struct__Cluster.html 785share/doc/ImageMagick-7/www/api/MagickCore/struct__Cluster.html
786share/doc/ImageMagick-7/www/api/MagickCore/struct__CoderInfo.html 786share/doc/ImageMagick-7/www/api/MagickCore/struct__CoderInfo.html
787share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorInfo.html 787share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorInfo.html
788share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorPacket.html 788share/doc/ImageMagick-7/www/api/MagickCore/struct__ColorPacket.html
789share/doc/ImageMagick-7/www/api/MagickCore/struct__ConfigureInfo.html 789share/doc/ImageMagick-7/www/api/MagickCore/struct__ConfigureInfo.html
790share/doc/ImageMagick-7/www/api/MagickCore/struct__ContributionInfo.html 790share/doc/ImageMagick-7/www/api/MagickCore/struct__ContributionInfo.html
791share/doc/ImageMagick-7/www/api/MagickCore/struct__CubeInfo.html 791share/doc/ImageMagick-7/www/api/MagickCore/struct__CubeInfo.html
792share/doc/ImageMagick-7/www/api/MagickCore/struct__DIR.html 792share/doc/ImageMagick-7/www/api/MagickCore/struct__DIR.html
793share/doc/ImageMagick-7/www/api/MagickCore/struct__DataSegmentInfo.html 793share/doc/ImageMagick-7/www/api/MagickCore/struct__DataSegmentInfo.html
794share/doc/ImageMagick-7/www/api/MagickCore/struct__DelegateInfo.html 794share/doc/ImageMagick-7/www/api/MagickCore/struct__DelegateInfo.html
795share/doc/ImageMagick-7/www/api/MagickCore/struct__DiversityPacket.html 795share/doc/ImageMagick-7/www/api/MagickCore/struct__DiversityPacket.html
796share/doc/ImageMagick-7/www/api/MagickCore/struct__DoublePixelPacket.html 796share/doc/ImageMagick-7/www/api/MagickCore/struct__DoublePixelPacket.html
797share/doc/ImageMagick-7/www/api/MagickCore/struct__DrawInfo.html 797share/doc/ImageMagick-7/www/api/MagickCore/struct__DrawInfo.html
798share/doc/ImageMagick-7/www/api/MagickCore/struct__EdgeInfo.html 798share/doc/ImageMagick-7/www/api/MagickCore/struct__EdgeInfo.html
799share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementInfo.html 799share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementInfo.html
800share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementReference.html 800share/doc/ImageMagick-7/www/api/MagickCore/struct__ElementReference.html
801share/doc/ImageMagick-7/www/api/MagickCore/struct__EntryInfo.html 801share/doc/ImageMagick-7/www/api/MagickCore/struct__EntryInfo.html
802share/doc/ImageMagick-7/www/api/MagickCore/struct__ErrorInfo.html 802share/doc/ImageMagick-7/www/api/MagickCore/struct__ErrorInfo.html
803share/doc/ImageMagick-7/www/api/MagickCore/struct__EventInfo.html 803share/doc/ImageMagick-7/www/api/MagickCore/struct__EventInfo.html
804share/doc/ImageMagick-7/www/api/MagickCore/struct__ExceptionInfo.html 804share/doc/ImageMagick-7/www/api/MagickCore/struct__ExceptionInfo.html
805share/doc/ImageMagick-7/www/api/MagickCore/struct__ExtentPacket.html 805share/doc/ImageMagick-7/www/api/MagickCore/struct__ExtentPacket.html
806share/doc/ImageMagick-7/www/api/MagickCore/struct__FrameInfo.html 806share/doc/ImageMagick-7/www/api/MagickCore/struct__FrameInfo.html
807share/doc/ImageMagick-7/www/api/MagickCore/struct__FxInfo.html 807share/doc/ImageMagick-7/www/api/MagickCore/struct__FxInfo.html
808share/doc/ImageMagick-7/www/api/MagickCore/struct__GeometryInfo.html 808share/doc/ImageMagick-7/www/api/MagickCore/struct__GeometryInfo.html
809share/doc/ImageMagick-7/www/api/MagickCore/struct__GhostscriptVectors.html 809share/doc/ImageMagick-7/www/api/MagickCore/struct__GhostscriptVectors.html
810share/doc/ImageMagick-7/www/api/MagickCore/struct__GradientInfo.html 810share/doc/ImageMagick-7/www/api/MagickCore/struct__GradientInfo.html
811share/doc/ImageMagick-7/www/api/MagickCore/struct__HandlerInfo.html 811share/doc/ImageMagick-7/www/api/MagickCore/struct__HandlerInfo.html
812share/doc/ImageMagick-7/www/api/MagickCore/struct__HashmapInfo.html 812share/doc/ImageMagick-7/www/api/MagickCore/struct__HashmapInfo.html
813share/doc/ImageMagick-7/www/api/MagickCore/struct__Image.html 813share/doc/ImageMagick-7/www/api/MagickCore/struct__Image.html
814share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageAttribute.html 814share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageAttribute.html
815share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageInfo.html 815share/doc/ImageMagick-7/www/api/MagickCore/struct__ImageInfo.html
816share/doc/ImageMagick-7/www/api/MagickCore/struct__IntervalTree.html 816share/doc/ImageMagick-7/www/api/MagickCore/struct__IntervalTree.html
817share/doc/ImageMagick-7/www/api/MagickCore/struct__LinkedListInfo.html 817share/doc/ImageMagick-7/www/api/MagickCore/struct__LinkedListInfo.html
818share/doc/ImageMagick-7/www/api/MagickCore/struct__LocaleInfo.html 818share/doc/ImageMagick-7/www/api/MagickCore/struct__LocaleInfo.html
819share/doc/ImageMagick-7/www/api/MagickCore/struct__LogInfo.html 819share/doc/ImageMagick-7/www/api/MagickCore/struct__LogInfo.html
820share/doc/ImageMagick-7/www/api/MagickCore/struct__LongPixelPacket.html 820share/doc/ImageMagick-7/www/api/MagickCore/struct__LongPixelPacket.html
821share/doc/ImageMagick-7/www/api/MagickCore/struct__MagicInfo.html 821share/doc/ImageMagick-7/www/api/MagickCore/struct__MagicInfo.html
822share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickInfo.html 822share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickInfo.html
823share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickPixelPacket.html 823share/doc/ImageMagick-7/www/api/MagickCore/struct__MagickPixelPacket.html
824share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianListNode.html 824share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianListNode.html
825share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianPixelList.html 825share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianPixelList.html
826share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianSkipList.html 826share/doc/ImageMagick-7/www/api/MagickCore/struct__MedianSkipList.html
827share/doc/ImageMagick-7/www/api/MagickCore/struct__MemoryInfo.html 827share/doc/ImageMagick-7/www/api/MagickCore/struct__MemoryInfo.html
828share/doc/ImageMagick-7/www/api/MagickCore/struct__MimeInfo.html 828share/doc/ImageMagick-7/www/api/MagickCore/struct__MimeInfo.html
829share/doc/ImageMagick-7/www/api/MagickCore/struct__ModuleInfo.html 829share/doc/ImageMagick-7/www/api/MagickCore/struct__ModuleInfo.html
830share/doc/ImageMagick-7/www/api/MagickCore/struct__MontageInfo.html 830share/doc/ImageMagick-7/www/api/MagickCore/struct__MontageInfo.html
831share/doc/ImageMagick-7/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html 831share/doc/ImageMagick-7/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
832share/doc/ImageMagick-7/www/api/MagickCore/struct__NexusInfo.html 832share/doc/ImageMagick-7/www/api/MagickCore/struct__NexusInfo.html
833share/doc/ImageMagick-7/www/api/MagickCore/struct__NodeInfo.html 833share/doc/ImageMagick-7/www/api/MagickCore/struct__NodeInfo.html
834share/doc/ImageMagick-7/www/api/MagickCore/struct__Nodes.html 834share/doc/ImageMagick-7/www/api/MagickCore/struct__Nodes.html
835share/doc/ImageMagick-7/www/api/MagickCore/struct__OptionInfo.html 835share/doc/ImageMagick-7/www/api/MagickCore/struct__OptionInfo.html
836share/doc/ImageMagick-7/www/api/MagickCore/struct__PathInfo.html 836share/doc/ImageMagick-7/www/api/MagickCore/struct__PathInfo.html
837share/doc/ImageMagick-7/www/api/MagickCore/struct__PixelPacket.html 837share/doc/ImageMagick-7/www/api/MagickCore/struct__PixelPacket.html
838share/doc/ImageMagick-7/www/api/MagickCore/struct__PointInfo.html 838share/doc/ImageMagick-7/www/api/MagickCore/struct__PointInfo.html
839share/doc/ImageMagick-7/www/api/MagickCore/struct__PolygonInfo.html 839share/doc/ImageMagick-7/www/api/MagickCore/struct__PolygonInfo.html
840share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimaryInfo.html 840share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimaryInfo.html
841share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimitiveInfo.html 841share/doc/ImageMagick-7/www/api/MagickCore/struct__PrimitiveInfo.html
842share/doc/ImageMagick-7/www/api/MagickCore/struct__ProfileInfo.html 842share/doc/ImageMagick-7/www/api/MagickCore/struct__ProfileInfo.html
843share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantizeInfo.html 843share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantizeInfo.html
844share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumInfo.html 844share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumInfo.html
845share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumState.html 845share/doc/ImageMagick-7/www/api/MagickCore/struct__QuantumState.html
846share/doc/ImageMagick-7/www/api/MagickCore/struct__RandomInfo.html 846share/doc/ImageMagick-7/www/api/MagickCore/struct__RandomInfo.html
847share/doc/ImageMagick-7/www/api/MagickCore/struct__RealPixelPacket.html 847share/doc/ImageMagick-7/www/api/MagickCore/struct__RealPixelPacket.html
848share/doc/ImageMagick-7/www/api/MagickCore/struct__RectangleInfo.html 848share/doc/ImageMagick-7/www/api/MagickCore/struct__RectangleInfo.html
849share/doc/ImageMagick-7/www/api/MagickCore/struct__RegistryInfo.html 849share/doc/ImageMagick-7/www/api/MagickCore/struct__RegistryInfo.html
850share/doc/ImageMagick-7/www/api/MagickCore/struct__ResampleFilter.html 850share/doc/ImageMagick-7/www/api/MagickCore/struct__ResampleFilter.html
851share/doc/ImageMagick-7/www/api/MagickCore/struct__ResizeFilter.html 851share/doc/ImageMagick-7/www/api/MagickCore/struct__ResizeFilter.html
852share/doc/ImageMagick-7/www/api/MagickCore/struct__ResourceInfo.html 852share/doc/ImageMagick-7/www/api/MagickCore/struct__ResourceInfo.html
853share/doc/ImageMagick-7/www/api/MagickCore/struct__SegmentInfo.html 853share/doc/ImageMagick-7/www/api/MagickCore/struct__SegmentInfo.html
854share/doc/ImageMagick-7/www/api/MagickCore/struct__SignatureInfo.html 854share/doc/ImageMagick-7/www/api/MagickCore/struct__SignatureInfo.html
855share/doc/ImageMagick-7/www/api/MagickCore/struct__SplayTreeInfo.html 855share/doc/ImageMagick-7/www/api/MagickCore/struct__SplayTreeInfo.html
856share/doc/ImageMagick-7/www/api/MagickCore/struct__StopInfo.html 856share/doc/ImageMagick-7/www/api/MagickCore/struct__StopInfo.html
857share/doc/ImageMagick-7/www/api/MagickCore/struct__StreamInfo.html 857share/doc/ImageMagick-7/www/api/MagickCore/struct__StreamInfo.html
858share/doc/ImageMagick-7/www/api/MagickCore/struct__StringInfo.html 858share/doc/ImageMagick-7/www/api/MagickCore/struct__StringInfo.html
859share/doc/ImageMagick-7/www/api/MagickCore/struct__ThresholdMap.html 859share/doc/ImageMagick-7/www/api/MagickCore/struct__ThresholdMap.html
860share/doc/ImageMagick-7/www/api/MagickCore/struct__Timer.html 860share/doc/ImageMagick-7/www/api/MagickCore/struct__Timer.html
861share/doc/ImageMagick-7/www/api/MagickCore/struct__TimerInfo.html 861share/doc/ImageMagick-7/www/api/MagickCore/struct__TimerInfo.html
862share/doc/ImageMagick-7/www/api/MagickCore/struct__TokenInfo.html 862share/doc/ImageMagick-7/www/api/MagickCore/struct__TokenInfo.html
863share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeInfo.html 863share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeInfo.html
864share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeMetric.html 864share/doc/ImageMagick-7/www/api/MagickCore/struct__TypeMetric.html
865share/doc/ImageMagick-7/www/api/MagickCore/struct__ViewInfo.html 865share/doc/ImageMagick-7/www/api/MagickCore/struct__ViewInfo.html
866share/doc/ImageMagick-7/www/api/MagickCore/struct__XImportInfo.html 866share/doc/ImageMagick-7/www/api/MagickCore/struct__XImportInfo.html
867share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeInfo.html 867share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeInfo.html
868share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeRoot.html 868share/doc/ImageMagick-7/www/api/MagickCore/struct__XMLTreeRoot.html
869share/doc/ImageMagick-7/www/api/MagickCore/struct__XWidgetInfo.html 869share/doc/ImageMagick-7/www/api/MagickCore/struct__XWidgetInfo.html
870share/doc/ImageMagick-7/www/api/MagickCore/struct__ZeroCrossing.html 870share/doc/ImageMagick-7/www/api/MagickCore/struct__ZeroCrossing.html
871share/doc/ImageMagick-7/www/api/MagickCore/struct__dirdesc.html 871share/doc/ImageMagick-7/www/api/MagickCore/struct__dirdesc.html
872share/doc/ImageMagick-7/www/api/MagickCore/struct__ile3.html 872share/doc/ImageMagick-7/www/api/MagickCore/struct__ile3.html
873share/doc/ImageMagick-7/www/api/MagickCore/structdirent.html 873share/doc/ImageMagick-7/www/api/MagickCore/structdirent.html
874share/doc/ImageMagick-7/www/api/MagickCore/studio_8h-source.html 874share/doc/ImageMagick-7/www/api/MagickCore/studio_8h-source.html
875share/doc/ImageMagick-7/www/api/MagickCore/studio_8h.html 875share/doc/ImageMagick-7/www/api/MagickCore/studio_8h.html
876share/doc/ImageMagick-7/www/api/MagickCore/tab_b.gif 876share/doc/ImageMagick-7/www/api/MagickCore/tab_b.gif
877share/doc/ImageMagick-7/www/api/MagickCore/tab_l.gif 877share/doc/ImageMagick-7/www/api/MagickCore/tab_l.gif
878share/doc/ImageMagick-7/www/api/MagickCore/tab_r.gif 878share/doc/ImageMagick-7/www/api/MagickCore/tab_r.gif
879share/doc/ImageMagick-7/www/api/MagickCore/tabs.css 879share/doc/ImageMagick-7/www/api/MagickCore/tabs.css
880share/doc/ImageMagick-7/www/api/MagickCore/threshold_8c.html 880share/doc/ImageMagick-7/www/api/MagickCore/threshold_8c.html
881share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h-source.html 881share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h-source.html
882share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h.html 882share/doc/ImageMagick-7/www/api/MagickCore/threshold_8h.html
883share/doc/ImageMagick-7/www/api/MagickCore/timer_8c.html 883share/doc/ImageMagick-7/www/api/MagickCore/timer_8c.html
884share/doc/ImageMagick-7/www/api/MagickCore/timer_8h-source.html 884share/doc/ImageMagick-7/www/api/MagickCore/timer_8h-source.html
885share/doc/ImageMagick-7/www/api/MagickCore/timer_8h.html 885share/doc/ImageMagick-7/www/api/MagickCore/timer_8h.html
886share/doc/ImageMagick-7/www/api/MagickCore/token_8c.html 886share/doc/ImageMagick-7/www/api/MagickCore/token_8c.html
887share/doc/ImageMagick-7/www/api/MagickCore/token_8h-source.html 887share/doc/ImageMagick-7/www/api/MagickCore/token_8h-source.html
888share/doc/ImageMagick-7/www/api/MagickCore/token_8h.html 888share/doc/ImageMagick-7/www/api/MagickCore/token_8h.html
889share/doc/ImageMagick-7/www/api/MagickCore/transform_8c.html 889share/doc/ImageMagick-7/www/api/MagickCore/transform_8c.html
890share/doc/ImageMagick-7/www/api/MagickCore/transform_8h-source.html 890share/doc/ImageMagick-7/www/api/MagickCore/transform_8h-source.html
891share/doc/ImageMagick-7/www/api/MagickCore/transform_8h.html 891share/doc/ImageMagick-7/www/api/MagickCore/transform_8h.html
892share/doc/ImageMagick-7/www/api/MagickCore/tree.html 892share/doc/ImageMagick-7/www/api/MagickCore/tree.html
893share/doc/ImageMagick-7/www/api/MagickCore/type_8c.html 893share/doc/ImageMagick-7/www/api/MagickCore/type_8c.html
894share/doc/ImageMagick-7/www/api/MagickCore/type_8h-source.html 894share/doc/ImageMagick-7/www/api/MagickCore/type_8h-source.html
895share/doc/ImageMagick-7/www/api/MagickCore/type_8h.html 895share/doc/ImageMagick-7/www/api/MagickCore/type_8h.html
896share/doc/ImageMagick-7/www/api/MagickCore/utility_8c.html 896share/doc/ImageMagick-7/www/api/MagickCore/utility_8c.html
897share/doc/ImageMagick-7/www/api/MagickCore/utility_8h-source.html 897share/doc/ImageMagick-7/www/api/MagickCore/utility_8h-source.html
898share/doc/ImageMagick-7/www/api/MagickCore/utility_8h.html 898share/doc/ImageMagick-7/www/api/MagickCore/utility_8h.html
899share/doc/ImageMagick-7/www/api/MagickCore/version_8c.html 899share/doc/ImageMagick-7/www/api/MagickCore/version_8c.html
900share/doc/ImageMagick-7/www/api/MagickCore/version_8h-source.html 900share/doc/ImageMagick-7/www/api/MagickCore/version_8h-source.html
901share/doc/ImageMagick-7/www/api/MagickCore/version_8h.html 901share/doc/ImageMagick-7/www/api/MagickCore/version_8h.html
902share/doc/ImageMagick-7/www/api/MagickCore/vms_8c.html 902share/doc/ImageMagick-7/www/api/MagickCore/vms_8c.html
903share/doc/ImageMagick-7/www/api/MagickCore/vms_8h-source.html 903share/doc/ImageMagick-7/www/api/MagickCore/vms_8h-source.html
904share/doc/ImageMagick-7/www/api/MagickCore/vms_8h.html 904share/doc/ImageMagick-7/www/api/MagickCore/vms_8h.html
905share/doc/ImageMagick-7/www/api/MagickCore/widget_8c.html 905share/doc/ImageMagick-7/www/api/MagickCore/widget_8c.html
906share/doc/ImageMagick-7/www/api/MagickCore/widget_8h-source.html 906share/doc/ImageMagick-7/www/api/MagickCore/widget_8h-source.html
907share/doc/ImageMagick-7/www/api/MagickCore/widget_8h.html 907share/doc/ImageMagick-7/www/api/MagickCore/widget_8h.html
908share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8c.html 908share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8c.html
909share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h-source.html 909share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h-source.html
910share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h.html 910share/doc/ImageMagick-7/www/api/MagickCore/xml-tree_8h.html
911share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h-source.html 911share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h-source.html
912share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h.html 912share/doc/ImageMagick-7/www/api/MagickCore/xwindow-private_8h.html
913share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8c.html 913share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8c.html
914share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h-source.html 914share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h-source.html
915share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h.html 915share/doc/ImageMagick-7/www/api/MagickCore/xwindow_8h.html
916share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h-source.html 916share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h-source.html
917share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h.html 917share/doc/ImageMagick-7/www/api/MagickWand/MagickWand_8h.html
918share/doc/ImageMagick-7/www/api/MagickWand/animate_8c.html 918share/doc/ImageMagick-7/www/api/MagickWand/animate_8c.html
919share/doc/ImageMagick-7/www/api/MagickWand/animate_8h-source.html 919share/doc/ImageMagick-7/www/api/MagickWand/animate_8h-source.html
920share/doc/ImageMagick-7/www/api/MagickWand/animate_8h.html 920share/doc/ImageMagick-7/www/api/MagickWand/animate_8h.html
921share/doc/ImageMagick-7/www/api/MagickWand/annotated.html 921share/doc/ImageMagick-7/www/api/MagickWand/annotated.html
922share/doc/ImageMagick-7/www/api/MagickWand/classes.html 922share/doc/ImageMagick-7/www/api/MagickWand/classes.html
923share/doc/ImageMagick-7/www/api/MagickWand/compare_8c.html 923share/doc/ImageMagick-7/www/api/MagickWand/compare_8c.html
924share/doc/ImageMagick-7/www/api/MagickWand/compare_8h-source.html 924share/doc/ImageMagick-7/www/api/MagickWand/compare_8h-source.html
925share/doc/ImageMagick-7/www/api/MagickWand/compare_8h.html 925share/doc/ImageMagick-7/www/api/MagickWand/compare_8h.html
926share/doc/ImageMagick-7/www/api/MagickWand/composite_8c.html 926share/doc/ImageMagick-7/www/api/MagickWand/composite_8c.html
927share/doc/ImageMagick-7/www/api/MagickWand/composite_8h-source.html 927share/doc/ImageMagick-7/www/api/MagickWand/composite_8h-source.html
928share/doc/ImageMagick-7/www/api/MagickWand/composite_8h.html 928share/doc/ImageMagick-7/www/api/MagickWand/composite_8h.html
929share/doc/ImageMagick-7/www/api/MagickWand/conjure_8c.html 929share/doc/ImageMagick-7/www/api/MagickWand/conjure_8c.html
930share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h-source.html 930share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h-source.html
931share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h.html 931share/doc/ImageMagick-7/www/api/MagickWand/conjure_8h.html
932share/doc/ImageMagick-7/www/api/MagickWand/convert_8c.html 932share/doc/ImageMagick-7/www/api/MagickWand/convert_8c.html
933share/doc/ImageMagick-7/www/api/MagickWand/convert_8h-source.html 933share/doc/ImageMagick-7/www/api/MagickWand/convert_8h-source.html
934share/doc/ImageMagick-7/www/api/MagickWand/convert_8h.html 934share/doc/ImageMagick-7/www/api/MagickWand/convert_8h.html
935share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8c.html 935share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8c.html
936share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h-source.html 936share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h-source.html
937share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h.html 937share/doc/ImageMagick-7/www/api/MagickWand/deprecate_8h.html
938share/doc/ImageMagick-7/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html 938share/doc/ImageMagick-7/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
939share/doc/ImageMagick-7/www/api/MagickWand/dirs.html 939share/doc/ImageMagick-7/www/api/MagickWand/dirs.html
940share/doc/ImageMagick-7/www/api/MagickWand/display_8c.html 940share/doc/ImageMagick-7/www/api/MagickWand/display_8c.html
941share/doc/ImageMagick-7/www/api/MagickWand/display_8h-source.html 941share/doc/ImageMagick-7/www/api/MagickWand/display_8h-source.html
942share/doc/ImageMagick-7/www/api/MagickWand/display_8h.html 942share/doc/ImageMagick-7/www/api/MagickWand/display_8h.html
943share/doc/ImageMagick-7/www/api/MagickWand/doxygen.css 943share/doc/ImageMagick-7/www/api/MagickWand/doxygen.css
944share/doc/ImageMagick-7/www/api/MagickWand/doxygen.png 944share/doc/ImageMagick-7/www/api/MagickWand/doxygen.png
945share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8c.html 945share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8c.html
946share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h-source.html 946share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h-source.html
947share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h.html 947share/doc/ImageMagick-7/www/api/MagickWand/drawing-wand_8h.html
948share/doc/ImageMagick-7/www/api/MagickWand/drawtest_8c.html 948share/doc/ImageMagick-7/www/api/MagickWand/drawtest_8c.html
949share/doc/ImageMagick-7/www/api/MagickWand/files.html 949share/doc/ImageMagick-7/www/api/MagickWand/files.html
950share/doc/ImageMagick-7/www/api/MagickWand/ftv2blank.png 950share/doc/ImageMagick-7/www/api/MagickWand/ftv2blank.png
951share/doc/ImageMagick-7/www/api/MagickWand/ftv2doc.png 951share/doc/ImageMagick-7/www/api/MagickWand/ftv2doc.png
952share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderclosed.png 952share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderclosed.png
953share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderopen.png 953share/doc/ImageMagick-7/www/api/MagickWand/ftv2folderopen.png
954share/doc/ImageMagick-7/www/api/MagickWand/ftv2lastnode.png 954share/doc/ImageMagick-7/www/api/MagickWand/ftv2lastnode.png
955share/doc/ImageMagick-7/www/api/MagickWand/ftv2link.png 955share/doc/ImageMagick-7/www/api/MagickWand/ftv2link.png
956share/doc/ImageMagick-7/www/api/MagickWand/ftv2mlastnode.png 956share/doc/ImageMagick-7/www/api/MagickWand/ftv2mlastnode.png
957share/doc/ImageMagick-7/www/api/MagickWand/ftv2mnode.png 957share/doc/ImageMagick-7/www/api/MagickWand/ftv2mnode.png
958share/doc/ImageMagick-7/www/api/MagickWand/ftv2node.png 958share/doc/ImageMagick-7/www/api/MagickWand/ftv2node.png
959share/doc/ImageMagick-7/www/api/MagickWand/ftv2plastnode.png 959share/doc/ImageMagick-7/www/api/MagickWand/ftv2plastnode.png
960share/doc/ImageMagick-7/www/api/MagickWand/ftv2pnode.png 960share/doc/ImageMagick-7/www/api/MagickWand/ftv2pnode.png
961share/doc/ImageMagick-7/www/api/MagickWand/ftv2vertline.png 961share/doc/ImageMagick-7/www/api/MagickWand/ftv2vertline.png
962share/doc/ImageMagick-7/www/api/MagickWand/functions.html 962share/doc/ImageMagick-7/www/api/MagickWand/functions.html
963share/doc/ImageMagick-7/www/api/MagickWand/functions_vars.html 963share/doc/ImageMagick-7/www/api/MagickWand/functions_vars.html
964share/doc/ImageMagick-7/www/api/MagickWand/globals.html 964share/doc/ImageMagick-7/www/api/MagickWand/globals.html
965share/doc/ImageMagick-7/www/api/MagickWand/globals_0x61.html 965share/doc/ImageMagick-7/www/api/MagickWand/globals_0x61.html
966share/doc/ImageMagick-7/www/api/MagickWand/globals_0x62.html 966share/doc/ImageMagick-7/www/api/MagickWand/globals_0x62.html
967share/doc/ImageMagick-7/www/api/MagickWand/globals_0x63.html 967share/doc/ImageMagick-7/www/api/MagickWand/globals_0x63.html
968share/doc/ImageMagick-7/www/api/MagickWand/globals_0x64.html 968share/doc/ImageMagick-7/www/api/MagickWand/globals_0x64.html
969share/doc/ImageMagick-7/www/api/MagickWand/globals_0x65.html 969share/doc/ImageMagick-7/www/api/MagickWand/globals_0x65.html
970share/doc/ImageMagick-7/www/api/MagickWand/globals_0x67.html 970share/doc/ImageMagick-7/www/api/MagickWand/globals_0x67.html
971share/doc/ImageMagick-7/www/api/MagickWand/globals_0x69.html 971share/doc/ImageMagick-7/www/api/MagickWand/globals_0x69.html
972share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6d.html 972share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6d.html
973share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6e.html 973share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6e.html
974share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6f.html 974share/doc/ImageMagick-7/www/api/MagickWand/globals_0x6f.html
975share/doc/ImageMagick-7/www/api/MagickWand/globals_0x70.html 975share/doc/ImageMagick-7/www/api/MagickWand/globals_0x70.html
976share/doc/ImageMagick-7/www/api/MagickWand/globals_0x71.html 976share/doc/ImageMagick-7/www/api/MagickWand/globals_0x71.html
977share/doc/ImageMagick-7/www/api/MagickWand/globals_0x72.html 977share/doc/ImageMagick-7/www/api/MagickWand/globals_0x72.html
978share/doc/ImageMagick-7/www/api/MagickWand/globals_0x73.html 978share/doc/ImageMagick-7/www/api/MagickWand/globals_0x73.html
979share/doc/ImageMagick-7/www/api/MagickWand/globals_0x74.html 979share/doc/ImageMagick-7/www/api/MagickWand/globals_0x74.html
980share/doc/ImageMagick-7/www/api/MagickWand/globals_0x75.html 980share/doc/ImageMagick-7/www/api/MagickWand/globals_0x75.html
981share/doc/ImageMagick-7/www/api/MagickWand/globals_0x77.html 981share/doc/ImageMagick-7/www/api/MagickWand/globals_0x77.html
982share/doc/ImageMagick-7/www/api/MagickWand/globals_0x78.html 982share/doc/ImageMagick-7/www/api/MagickWand/globals_0x78.html
983share/doc/ImageMagick-7/www/api/MagickWand/globals_defs.html 983share/doc/ImageMagick-7/www/api/MagickWand/globals_defs.html
984share/doc/ImageMagick-7/www/api/MagickWand/globals_enum.html 984share/doc/ImageMagick-7/www/api/MagickWand/globals_enum.html
985share/doc/ImageMagick-7/www/api/MagickWand/globals_eval.html 985share/doc/ImageMagick-7/www/api/MagickWand/globals_eval.html
986share/doc/ImageMagick-7/www/api/MagickWand/globals_func.html 986share/doc/ImageMagick-7/www/api/MagickWand/globals_func.html
987share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x63.html 987share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x63.html
988share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x64.html 988share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x64.html
989share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x67.html 989share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x67.html
990share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x69.html 990share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x69.html
991share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6d.html 991share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6d.html
992share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6e.html 992share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x6e.html
993share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x70.html 993share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x70.html
994share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x72.html 994share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x72.html
995share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x73.html 995share/doc/ImageMagick-7/www/api/MagickWand/globals_func_0x73.html
996share/doc/ImageMagick-7/www/api/MagickWand/globals_type.html 996share/doc/ImageMagick-7/www/api/MagickWand/globals_type.html
997share/doc/ImageMagick-7/www/api/MagickWand/globals_vars.html 997share/doc/ImageMagick-7/www/api/MagickWand/globals_vars.html
998share/doc/ImageMagick-7/www/api/MagickWand/identify_8c.html 998share/doc/ImageMagick-7/www/api/MagickWand/identify_8c.html
999share/doc/ImageMagick-7/www/api/MagickWand/identify_8h-source.html 999share/doc/ImageMagick-7/www/api/MagickWand/identify_8h-source.html
1000share/doc/ImageMagick-7/www/api/MagickWand/identify_8h.html 1000share/doc/ImageMagick-7/www/api/MagickWand/identify_8h.html
1001share/doc/ImageMagick-7/www/api/MagickWand/import_8c.html 1001share/doc/ImageMagick-7/www/api/MagickWand/import_8c.html
1002share/doc/ImageMagick-7/www/api/MagickWand/import_8h-source.html 1002share/doc/ImageMagick-7/www/api/MagickWand/import_8h-source.html
1003share/doc/ImageMagick-7/www/api/MagickWand/import_8h.html 1003share/doc/ImageMagick-7/www/api/MagickWand/import_8h.html
1004share/doc/ImageMagick-7/www/api/MagickWand/index.html 1004share/doc/ImageMagick-7/www/api/MagickWand/index.html
1005share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8c.html 1005share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8c.html
1006share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h-source.html 1006share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h-source.html
1007share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h.html 1007share/doc/ImageMagick-7/www/api/MagickWand/magick-image_8h.html
1008share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8c.html 1008share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8c.html
1009share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h-source.html 1009share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h-source.html
1010share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h.html 1010share/doc/ImageMagick-7/www/api/MagickWand/magick-property_8h.html
1011share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h-source.html 1011share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h-source.html
1012share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h.html 1012share/doc/ImageMagick-7/www/api/MagickWand/magick-wand-private_8h.html
1013share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8c.html 1013share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8c.html
1014share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h-source.html 1014share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h-source.html
1015share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h.html 1015share/doc/ImageMagick-7/www/api/MagickWand/magick-wand_8h.html
1016share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h-source.html 1016share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h-source.html
1017share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h.html 1017share/doc/ImageMagick-7/www/api/MagickWand/magick__wand_8h.html
1018share/doc/ImageMagick-7/www/api/MagickWand/main.html 1018share/doc/ImageMagick-7/www/api/MagickWand/main.html
1019share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h-source.html 1019share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h-source.html
1020share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h.html 1020share/doc/ImageMagick-7/www/api/MagickWand/mogrify-private_8h.html
1021share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8c.html 1021share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8c.html
1022share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h-source.html 1022share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h-source.html
1023share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h.html 1023share/doc/ImageMagick-7/www/api/MagickWand/mogrify_8h.html
1024share/doc/ImageMagick-7/www/api/MagickWand/montage_8c.html 1024share/doc/ImageMagick-7/www/api/MagickWand/montage_8c.html
1025share/doc/ImageMagick-7/www/api/MagickWand/montage_8h-source.html 1025share/doc/ImageMagick-7/www/api/MagickWand/montage_8h-source.html
1026share/doc/ImageMagick-7/www/api/MagickWand/montage_8h.html 1026share/doc/ImageMagick-7/www/api/MagickWand/montage_8h.html
1027share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8c.html 1027share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8c.html
1028share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h-source.html 1028share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h-source.html
1029share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h.html 1029share/doc/ImageMagick-7/www/api/MagickWand/pixel-iterator_8h.html
1030share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h-source.html 1030share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h-source.html
1031share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h.html 1031share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand-private_8h.html
1032share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8c.html 1032share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8c.html
1033share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h-source.html 1033share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h-source.html
1034share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h.html 1034share/doc/ImageMagick-7/www/api/MagickWand/pixel-wand_8h.html
1035share/doc/ImageMagick-7/www/api/MagickWand/stream_8c.html 1035share/doc/ImageMagick-7/www/api/MagickWand/stream_8c.html
1036share/doc/ImageMagick-7/www/api/MagickWand/stream_8h-source.html 1036share/doc/ImageMagick-7/www/api/MagickWand/stream_8h-source.html
1037share/doc/ImageMagick-7/www/api/MagickWand/stream_8h.html 1037share/doc/ImageMagick-7/www/api/MagickWand/stream_8h.html
1038share/doc/ImageMagick-7/www/api/MagickWand/struct__CompositeOptions.html 1038share/doc/ImageMagick-7/www/api/MagickWand/struct__CompositeOptions.html
1039share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawVTable.html 1039share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawVTable.html
1040share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawingWand.html 1040share/doc/ImageMagick-7/www/api/MagickWand/struct__DrawingWand.html
1041share/doc/ImageMagick-7/www/api/MagickWand/struct__MagickWand.html 1041share/doc/ImageMagick-7/www/api/MagickWand/struct__MagickWand.html
1042share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelIterator.html 1042share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelIterator.html
1043share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelWand.html 1043share/doc/ImageMagick-7/www/api/MagickWand/struct__PixelWand.html
1044share/doc/ImageMagick-7/www/api/MagickWand/studio_8h-source.html 1044share/doc/ImageMagick-7/www/api/MagickWand/studio_8h-source.html
1045share/doc/ImageMagick-7/www/api/MagickWand/studio_8h.html 1045share/doc/ImageMagick-7/www/api/MagickWand/studio_8h.html
1046share/doc/ImageMagick-7/www/api/MagickWand/tab_b.gif 1046share/doc/ImageMagick-7/www/api/MagickWand/tab_b.gif
1047share/doc/ImageMagick-7/www/api/MagickWand/tab_l.gif 1047share/doc/ImageMagick-7/www/api/MagickWand/tab_l.gif
1048share/doc/ImageMagick-7/www/api/MagickWand/tab_r.gif 1048share/doc/ImageMagick-7/www/api/MagickWand/tab_r.gif
1049share/doc/ImageMagick-7/www/api/MagickWand/tabs.css 1049share/doc/ImageMagick-7/www/api/MagickWand/tabs.css
1050share/doc/ImageMagick-7/www/api/MagickWand/tree.html 1050share/doc/ImageMagick-7/www/api/MagickWand/tree.html
1051share/doc/ImageMagick-7/www/api/MagickWand/wand_8c.html 1051share/doc/ImageMagick-7/www/api/MagickWand/wand_8c.html
1052share/doc/ImageMagick-7/www/api/MagickWand/wand_8h-source.html 1052share/doc/ImageMagick-7/www/api/MagickWand/wand_8h-source.html
1053share/doc/ImageMagick-7/www/api/MagickWand/wand_8h.html 1053share/doc/ImageMagick-7/www/api/MagickWand/wand_8h.html
1054share/doc/ImageMagick-7/www/api/MagickWand/wandtest_8c.html 1054share/doc/ImageMagick-7/www/api/MagickWand/wandtest_8c.html
1055share/doc/ImageMagick-7/www/api/animate.html 1055share/doc/ImageMagick-7/www/api/animate.html
1056share/doc/ImageMagick-7/www/api/animate.php 1056share/doc/ImageMagick-7/www/api/animate.php
1057share/doc/ImageMagick-7/www/api/annotate.html 1057share/doc/ImageMagick-7/www/api/annotate.html
1058share/doc/ImageMagick-7/www/api/annotate.php 1058share/doc/ImageMagick-7/www/api/annotate.php
1059share/doc/ImageMagick-7/www/api/attribute.html 1059share/doc/ImageMagick-7/www/api/attribute.html
1060share/doc/ImageMagick-7/www/api/attribute.php 1060share/doc/ImageMagick-7/www/api/attribute.php
1061share/doc/ImageMagick-7/www/api/blob.html 1061share/doc/ImageMagick-7/www/api/blob.html
1062share/doc/ImageMagick-7/www/api/blob.php 1062share/doc/ImageMagick-7/www/api/blob.php
1063share/doc/ImageMagick-7/www/api/cache-view.html 1063share/doc/ImageMagick-7/www/api/cache-view.html
1064share/doc/ImageMagick-7/www/api/cache.html 1064share/doc/ImageMagick-7/www/api/cache.html
1065share/doc/ImageMagick-7/www/api/channel.html 1065share/doc/ImageMagick-7/www/api/channel.html
1066share/doc/ImageMagick-7/www/api/channel.php 1066share/doc/ImageMagick-7/www/api/channel.php
1067share/doc/ImageMagick-7/www/api/cipher.html 1067share/doc/ImageMagick-7/www/api/cipher.html
1068share/doc/ImageMagick-7/www/api/cipher.php 1068share/doc/ImageMagick-7/www/api/cipher.php
1069share/doc/ImageMagick-7/www/api/color.html 1069share/doc/ImageMagick-7/www/api/color.html
1070share/doc/ImageMagick-7/www/api/color.php 1070share/doc/ImageMagick-7/www/api/color.php
1071share/doc/ImageMagick-7/www/api/colormap.html 1071share/doc/ImageMagick-7/www/api/colormap.html
1072share/doc/ImageMagick-7/www/api/colormap.php 1072share/doc/ImageMagick-7/www/api/colormap.php
1073share/doc/ImageMagick-7/www/api/colorspace.html 1073share/doc/ImageMagick-7/www/api/colorspace.html
1074share/doc/ImageMagick-7/www/api/colorspace.php 1074share/doc/ImageMagick-7/www/api/colorspace.php
1075share/doc/ImageMagick-7/www/api/compare.html 1075share/doc/ImageMagick-7/www/api/compare.html
1076share/doc/ImageMagick-7/www/api/compare.php 1076share/doc/ImageMagick-7/www/api/compare.php
1077share/doc/ImageMagick-7/www/api/composite.html 1077share/doc/ImageMagick-7/www/api/composite.html
1078share/doc/ImageMagick-7/www/api/constitute.html 1078share/doc/ImageMagick-7/www/api/constitute.html
1079share/doc/ImageMagick-7/www/api/constitute.php 1079share/doc/ImageMagick-7/www/api/constitute.php
1080share/doc/ImageMagick-7/www/api/decorate.html 1080share/doc/ImageMagick-7/www/api/decorate.html
1081share/doc/ImageMagick-7/www/api/decorate.php 1081share/doc/ImageMagick-7/www/api/decorate.php
1082share/doc/ImageMagick-7/www/api/deprecate.html 1082share/doc/ImageMagick-7/www/api/deprecate.html
1083share/doc/ImageMagick-7/www/api/deprecate.php 1083share/doc/ImageMagick-7/www/api/deprecate.php
1084share/doc/ImageMagick-7/www/api/display.html 1084share/doc/ImageMagick-7/www/api/display.html
1085share/doc/ImageMagick-7/www/api/display.php 1085share/doc/ImageMagick-7/www/api/display.php
1086share/doc/ImageMagick-7/www/api/distort.html 1086share/doc/ImageMagick-7/www/api/distort.html
1087share/doc/ImageMagick-7/www/api/distort.php 1087share/doc/ImageMagick-7/www/api/distort.php
1088share/doc/ImageMagick-7/www/api/draw.html 1088share/doc/ImageMagick-7/www/api/draw.html
1089share/doc/ImageMagick-7/www/api/draw.php 1089share/doc/ImageMagick-7/www/api/draw.php
1090share/doc/ImageMagick-7/www/api/drawing-wand.html 1090share/doc/ImageMagick-7/www/api/drawing-wand.html
1091share/doc/ImageMagick-7/www/api/drawing-wand.php 1091share/doc/ImageMagick-7/www/api/drawing-wand.php
1092share/doc/ImageMagick-7/www/api/effect.html 1092share/doc/ImageMagick-7/www/api/effect.html
1093share/doc/ImageMagick-7/www/api/effect.php 1093share/doc/ImageMagick-7/www/api/effect.php
1094share/doc/ImageMagick-7/www/api/enhance.html 1094share/doc/ImageMagick-7/www/api/enhance.html
1095share/doc/ImageMagick-7/www/api/enhance.php 1095share/doc/ImageMagick-7/www/api/enhance.php
1096share/doc/ImageMagick-7/www/api/exception.html 1096share/doc/ImageMagick-7/www/api/exception.html
1097share/doc/ImageMagick-7/www/api/exception.php 1097share/doc/ImageMagick-7/www/api/exception.php
1098share/doc/ImageMagick-7/www/api/feature.html 1098share/doc/ImageMagick-7/www/api/feature.html
1099share/doc/ImageMagick-7/www/api/feature.php 1099share/doc/ImageMagick-7/www/api/feature.php
1100share/doc/ImageMagick-7/www/api/fourier.html 1100share/doc/ImageMagick-7/www/api/fourier.html
1101share/doc/ImageMagick-7/www/api/fourier.php 1101share/doc/ImageMagick-7/www/api/fourier.php
1102share/doc/ImageMagick-7/www/api/fx.html 1102share/doc/ImageMagick-7/www/api/fx.html
1103share/doc/ImageMagick-7/www/api/fx.php 1103share/doc/ImageMagick-7/www/api/fx.php
1104share/doc/ImageMagick-7/www/api/histogram.html 1104share/doc/ImageMagick-7/www/api/histogram.html
1105share/doc/ImageMagick-7/www/api/histogram.php 1105share/doc/ImageMagick-7/www/api/histogram.php
1106share/doc/ImageMagick-7/www/api/image-view.html 1106share/doc/ImageMagick-7/www/api/image-view.html
1107share/doc/ImageMagick-7/www/api/image.html 1107share/doc/ImageMagick-7/www/api/image.html
1108share/doc/ImageMagick-7/www/api/image.php 1108share/doc/ImageMagick-7/www/api/image.php
1109share/doc/ImageMagick-7/www/api/layer.html 1109share/doc/ImageMagick-7/www/api/layer.html
1110share/doc/ImageMagick-7/www/api/layer.php 1110share/doc/ImageMagick-7/www/api/layer.php
1111share/doc/ImageMagick-7/www/api/list.html 1111share/doc/ImageMagick-7/www/api/list.html
1112share/doc/ImageMagick-7/www/api/list.php 1112share/doc/ImageMagick-7/www/api/list.php
1113share/doc/ImageMagick-7/www/api/magick++-classes.html 1113share/doc/ImageMagick-7/www/api/magick++-classes.html
1114share/doc/ImageMagick-7/www/api/magick-deprecate.html 1114share/doc/ImageMagick-7/www/api/magick-deprecate.html
1115share/doc/ImageMagick-7/www/api/magick-deprecate.php 1115share/doc/ImageMagick-7/www/api/magick-deprecate.php
1116share/doc/ImageMagick-7/www/api/magick-image.html 1116share/doc/ImageMagick-7/www/api/magick-image.html
1117share/doc/ImageMagick-7/www/api/magick-image.php 1117share/doc/ImageMagick-7/www/api/magick-image.php
1118share/doc/ImageMagick-7/www/api/magick-property.html 1118share/doc/ImageMagick-7/www/api/magick-property.html
1119share/doc/ImageMagick-7/www/api/magick-property.php 1119share/doc/ImageMagick-7/www/api/magick-property.php
1120share/doc/ImageMagick-7/www/api/magick-wand.html 1120share/doc/ImageMagick-7/www/api/magick-wand.html
1121share/doc/ImageMagick-7/www/api/magick-wand.php 1121share/doc/ImageMagick-7/www/api/magick-wand.php
1122share/doc/ImageMagick-7/www/api/magick.html 1122share/doc/ImageMagick-7/www/api/magick.html
1123share/doc/ImageMagick-7/www/api/magick.php 1123share/doc/ImageMagick-7/www/api/magick.php
1124share/doc/ImageMagick-7/www/api/memory.html 1124share/doc/ImageMagick-7/www/api/memory.html
1125share/doc/ImageMagick-7/www/api/memory.php 1125share/doc/ImageMagick-7/www/api/memory.php
1126share/doc/ImageMagick-7/www/api/mime.html 1126share/doc/ImageMagick-7/www/api/mime.html
1127share/doc/ImageMagick-7/www/api/mime.php 1127share/doc/ImageMagick-7/www/api/mime.php
1128share/doc/ImageMagick-7/www/api/module.html 1128share/doc/ImageMagick-7/www/api/module.html
1129share/doc/ImageMagick-7/www/api/mogrify.html 1129share/doc/ImageMagick-7/www/api/mogrify.html
1130share/doc/ImageMagick-7/www/api/mogrify.php 1130share/doc/ImageMagick-7/www/api/mogrify.php
1131share/doc/ImageMagick-7/www/api/monitor.html 1131share/doc/ImageMagick-7/www/api/monitor.html
1132share/doc/ImageMagick-7/www/api/monitor.php 1132share/doc/ImageMagick-7/www/api/monitor.php
1133share/doc/ImageMagick-7/www/api/montage.html 1133share/doc/ImageMagick-7/www/api/montage.html
1134share/doc/ImageMagick-7/www/api/montage.php 1134share/doc/ImageMagick-7/www/api/montage.php
1135share/doc/ImageMagick-7/www/api/morphology.html 1135share/doc/ImageMagick-7/www/api/morphology.html
1136share/doc/ImageMagick-7/www/api/morphology.php 1136share/doc/ImageMagick-7/www/api/morphology.php
1137share/doc/ImageMagick-7/www/api/paint.html 1137share/doc/ImageMagick-7/www/api/paint.html
1138share/doc/ImageMagick-7/www/api/paint.php 1138share/doc/ImageMagick-7/www/api/paint.php
1139share/doc/ImageMagick-7/www/api/pixel-iterator.html 1139share/doc/ImageMagick-7/www/api/pixel-iterator.html
1140share/doc/ImageMagick-7/www/api/pixel-iterator.php 1140share/doc/ImageMagick-7/www/api/pixel-iterator.php
1141share/doc/ImageMagick-7/www/api/pixel-wand.html 1141share/doc/ImageMagick-7/www/api/pixel-wand.html
1142share/doc/ImageMagick-7/www/api/pixel-wand.php 1142share/doc/ImageMagick-7/www/api/pixel-wand.php
1143share/doc/ImageMagick-7/www/api/profile.html 1143share/doc/ImageMagick-7/www/api/profile.html
1144share/doc/ImageMagick-7/www/api/property.html 1144share/doc/ImageMagick-7/www/api/property.html
1145share/doc/ImageMagick-7/www/api/quantize.html 1145share/doc/ImageMagick-7/www/api/quantize.html
1146share/doc/ImageMagick-7/www/api/quantize.php 1146share/doc/ImageMagick-7/www/api/quantize.php
1147share/doc/ImageMagick-7/www/api/registry.html 1147share/doc/ImageMagick-7/www/api/registry.html
1148share/doc/ImageMagick-7/www/api/registry.php 1148share/doc/ImageMagick-7/www/api/registry.php
1149share/doc/ImageMagick-7/www/api/resize.html 1149share/doc/ImageMagick-7/www/api/resize.html
1150share/doc/ImageMagick-7/www/api/resize.php 1150share/doc/ImageMagick-7/www/api/resize.php
1151share/doc/ImageMagick-7/www/api/resource.html 1151share/doc/ImageMagick-7/www/api/resource.html
1152share/doc/ImageMagick-7/www/api/segment.html 1152share/doc/ImageMagick-7/www/api/segment.html
1153share/doc/ImageMagick-7/www/api/segment.php 1153share/doc/ImageMagick-7/www/api/segment.php
1154share/doc/ImageMagick-7/www/api/shear.html 1154share/doc/ImageMagick-7/www/api/shear.html
1155share/doc/ImageMagick-7/www/api/shear.php 1155share/doc/ImageMagick-7/www/api/shear.php
1156share/doc/ImageMagick-7/www/api/signature.html 1156share/doc/ImageMagick-7/www/api/signature.html
1157share/doc/ImageMagick-7/www/api/signature.php 1157share/doc/ImageMagick-7/www/api/signature.php
1158share/doc/ImageMagick-7/www/api/statistic.html 1158share/doc/ImageMagick-7/www/api/statistic.html
1159share/doc/ImageMagick-7/www/api/statistic.php 1159share/doc/ImageMagick-7/www/api/statistic.php
1160share/doc/ImageMagick-7/www/api/stream.html 1160share/doc/ImageMagick-7/www/api/stream.html
1161share/doc/ImageMagick-7/www/api/transform.html 1161share/doc/ImageMagick-7/www/api/transform.html
1162share/doc/ImageMagick-7/www/api/transform.php 1162share/doc/ImageMagick-7/www/api/transform.php
1163share/doc/ImageMagick-7/www/api/version.html 1163share/doc/ImageMagick-7/www/api/version.html
1164share/doc/ImageMagick-7/www/api/version.php 1164share/doc/ImageMagick-7/www/api/version.php
1165share/doc/ImageMagick-7/www/api/wand-view.html 1165share/doc/ImageMagick-7/www/api/wand-view.html
1166share/doc/ImageMagick-7/www/architecture.html 1166share/doc/ImageMagick-7/www/architecture.html
1167share/doc/ImageMagick-7/www/assets/magick.css 1167share/doc/ImageMagick-7/www/assets/magick.css
1168share/doc/ImageMagick-7/www/assets/magick.js 1168share/doc/ImageMagick-7/www/assets/magick.js
1169share/doc/ImageMagick-7/www/binary-releases.html 1169share/doc/ImageMagick-7/www/binary-releases.html
1170share/doc/ImageMagick-7/www/changelog.html 1170share/doc/ImageMagick-7/www/changelog.html
1171share/doc/ImageMagick-7/www/cipher.html 1171share/doc/ImageMagick-7/www/cipher.html
1172share/doc/ImageMagick-7/www/color-management.html 1172share/doc/ImageMagick-7/www/color-management.html
1173share/doc/ImageMagick-7/www/color.html 1173share/doc/ImageMagick-7/www/color.html
1174share/doc/ImageMagick-7/www/command-line-options.html 1174share/doc/ImageMagick-7/www/command-line-options.html
1175share/doc/ImageMagick-7/www/command-line-processing.html 1175share/doc/ImageMagick-7/www/command-line-processing.html
1176share/doc/ImageMagick-7/www/command-line-tools.html 1176share/doc/ImageMagick-7/www/command-line-tools.html
1177share/doc/ImageMagick-7/www/compare.html 1177share/doc/ImageMagick-7/www/compare.html
1178share/doc/ImageMagick-7/www/compose.html 1178share/doc/ImageMagick-7/www/compose.html
1179share/doc/ImageMagick-7/www/composite.html 1179share/doc/ImageMagick-7/www/composite.html
1180share/doc/ImageMagick-7/www/conjure.html 1180share/doc/ImageMagick-7/www/conjure.html
1181share/doc/ImageMagick-7/www/connected-components.html 1181share/doc/ImageMagick-7/www/connected-components.html
1182share/doc/ImageMagick-7/www/contact.html 1182share/doc/ImageMagick-7/www/contact.html
1183share/doc/ImageMagick-7/www/convert.html 1183share/doc/ImageMagick-7/www/convert.html
1184share/doc/ImageMagick-7/www/develop.html 1184share/doc/ImageMagick-7/www/develop.html
1185share/doc/ImageMagick-7/www/display.html 1185share/doc/ImageMagick-7/www/display.html
1186share/doc/ImageMagick-7/www/distribute-pixel-cache.html 1186share/doc/ImageMagick-7/www/distribute-pixel-cache.html
1187share/doc/ImageMagick-7/www/download.html 1187share/doc/ImageMagick-7/www/download.html
1188share/doc/ImageMagick-7/www/escape.html 1188share/doc/ImageMagick-7/www/escape.html
1189share/doc/ImageMagick-7/www/examples.html 1189share/doc/ImageMagick-7/www/examples.html
1190share/doc/ImageMagick-7/www/exception.html 1190share/doc/ImageMagick-7/www/exception.html
1191share/doc/ImageMagick-7/www/export.html 1191share/doc/ImageMagick-7/www/export.html
1192share/doc/ImageMagick-7/www/favicon.ico 1192share/doc/ImageMagick-7/www/favicon.ico
1193share/doc/ImageMagick-7/www/formats.html 1193share/doc/ImageMagick-7/www/formats.html
1194share/doc/ImageMagick-7/www/fx.html 1194share/doc/ImageMagick-7/www/fx.html
1195share/doc/ImageMagick-7/www/gradient.html 1195share/doc/ImageMagick-7/www/gradient.html
1196share/doc/ImageMagick-7/www/high-dynamic-range.html 1196share/doc/ImageMagick-7/www/high-dynamic-range.html
1197share/doc/ImageMagick-7/www/history.html 1197share/doc/ImageMagick-7/www/history.html
1198share/doc/ImageMagick-7/www/identify.html 1198share/doc/ImageMagick-7/www/identify.html
1199share/doc/ImageMagick-7/www/import.html 1199share/doc/ImageMagick-7/www/import.html
1200share/doc/ImageMagick-7/www/index.html 1200share/doc/ImageMagick-7/www/index.html
1201share/doc/ImageMagick-7/www/install-source.html 1201share/doc/ImageMagick-7/www/install-source.html
1202share/doc/ImageMagick-7/www/jp2.html 1202share/doc/ImageMagick-7/www/jp2.html
1203share/doc/ImageMagick-7/www/license.html 1203share/doc/ImageMagick-7/www/license.html
1204share/doc/ImageMagick-7/www/links.html 1204share/doc/ImageMagick-7/www/links.html
1205share/doc/ImageMagick-7/www/magick++.html 1205share/doc/ImageMagick-7/www/magick++.html
1206share/doc/ImageMagick-7/www/magick-core.html 1206share/doc/ImageMagick-7/www/magick-core.html
1207share/doc/ImageMagick-7/www/magick-script.html 1207share/doc/ImageMagick-7/www/magick-script.html
1208share/doc/ImageMagick-7/www/magick-vector-graphics.html 1208share/doc/ImageMagick-7/www/magick-vector-graphics.html
1209share/doc/ImageMagick-7/www/magick-wand.html 1209share/doc/ImageMagick-7/www/magick-wand.html
1210share/doc/ImageMagick-7/www/magick.html 1210share/doc/ImageMagick-7/www/magick.html
1211share/doc/ImageMagick-7/www/miff.html 1211share/doc/ImageMagick-7/www/miff.html
1212share/doc/ImageMagick-7/www/mirror.html 1212share/doc/ImageMagick-7/www/mirror.html
1213share/doc/ImageMagick-7/www/mogrify.html 1213share/doc/ImageMagick-7/www/mogrify.html
1214share/doc/ImageMagick-7/www/montage.html 1214share/doc/ImageMagick-7/www/montage.html
1215share/doc/ImageMagick-7/www/motion-picture.html 1215share/doc/ImageMagick-7/www/motion-picture.html
1216share/doc/ImageMagick-7/www/opencl.html 1216share/doc/ImageMagick-7/www/opencl.html
1217share/doc/ImageMagick-7/www/openmp.html 1217share/doc/ImageMagick-7/www/openmp.html
1218share/doc/ImageMagick-7/www/perl-magick.html 1218share/doc/ImageMagick-7/www/perl-magick.html
1219share/doc/ImageMagick-7/www/porting.html 1219share/doc/ImageMagick-7/www/porting.html
1220share/doc/ImageMagick-7/www/quantize.html 1220share/doc/ImageMagick-7/www/quantize.html
1221share/doc/ImageMagick-7/www/resources.html 1221share/doc/ImageMagick-7/www/resources.html
1222share/doc/ImageMagick-7/www/search.html 1222share/doc/ImageMagick-7/www/search.html
1223share/doc/ImageMagick-7/www/security-policy.html 1223share/doc/ImageMagick-7/www/security-policy.html
1224share/doc/ImageMagick-7/www/sitemap.html 1224share/doc/ImageMagick-7/www/sitemap.html
1225share/doc/ImageMagick-7/www/source/analyze.c 1225share/doc/ImageMagick-7/www/source/analyze.c
1226share/doc/ImageMagick-7/www/source/coder.xml 1226share/doc/ImageMagick-7/www/source/coder.xml
1227share/doc/ImageMagick-7/www/source/colors.xml 1227share/doc/ImageMagick-7/www/source/colors.xml
1228share/doc/ImageMagick-7/www/source/configure.xml 1228share/doc/ImageMagick-7/www/source/configure.xml
1229share/doc/ImageMagick-7/www/source/contrast.c 1229share/doc/ImageMagick-7/www/source/contrast.c
1230share/doc/ImageMagick-7/www/source/core.c 1230share/doc/ImageMagick-7/www/source/core.c
1231share/doc/ImageMagick-7/www/source/delegates.xml 1231share/doc/ImageMagick-7/www/source/delegates.xml
1232share/doc/ImageMagick-7/www/source/english.xml 1232share/doc/ImageMagick-7/www/source/english.xml
1233share/doc/ImageMagick-7/www/source/examples.pl 1233share/doc/ImageMagick-7/www/source/examples.pl
1234share/doc/ImageMagick-7/www/source/francais.xml 1234share/doc/ImageMagick-7/www/source/francais.xml
1235share/doc/ImageMagick-7/www/source/incantation.msl 1235share/doc/ImageMagick-7/www/source/incantation.msl
1236share/doc/ImageMagick-7/www/source/locale.xml 1236share/doc/ImageMagick-7/www/source/locale.xml
1237share/doc/ImageMagick-7/www/source/log.xml 1237share/doc/ImageMagick-7/www/source/log.xml
1238share/doc/ImageMagick-7/www/source/magic.xml 1238share/doc/ImageMagick-7/www/source/magic.xml
1239share/doc/ImageMagick-7/www/source/mgk.c 1239share/doc/ImageMagick-7/www/source/mgk.c
1240share/doc/ImageMagick-7/www/source/mime.xml 1240share/doc/ImageMagick-7/www/source/mime.xml
1241share/doc/ImageMagick-7/www/source/piechart.mvg 1241share/doc/ImageMagick-7/www/source/piechart.mvg
1242share/doc/ImageMagick-7/www/source/piechart.svg 1242share/doc/ImageMagick-7/www/source/piechart.svg
1243share/doc/ImageMagick-7/www/source/policy.xml 1243share/doc/ImageMagick-7/www/source/policy.xml
1244share/doc/ImageMagick-7/www/source/quantization-table.xml 1244share/doc/ImageMagick-7/www/source/quantization-table.xml
1245share/doc/ImageMagick-7/www/source/thresholds.xml 1245share/doc/ImageMagick-7/www/source/thresholds.xml
1246share/doc/ImageMagick-7/www/source/type-apple.xml 1246share/doc/ImageMagick-7/www/source/type-apple.xml
1247share/doc/ImageMagick-7/www/source/type-dejavu.xml 1247share/doc/ImageMagick-7/www/source/type-dejavu.xml
1248share/doc/ImageMagick-7/www/source/type-ghostscript.xml 1248share/doc/ImageMagick-7/www/source/type-ghostscript.xml
1249share/doc/ImageMagick-7/www/source/type-urw-base35.xml 1249share/doc/ImageMagick-7/www/source/type-urw-base35.xml
1250share/doc/ImageMagick-7/www/source/type-windows.xml 1250share/doc/ImageMagick-7/www/source/type-windows.xml
1251share/doc/ImageMagick-7/www/source/type.xml 1251share/doc/ImageMagick-7/www/source/type.xml
1252share/doc/ImageMagick-7/www/source/wand.c 1252share/doc/ImageMagick-7/www/source/wand.c
1253share/doc/ImageMagick-7/www/stream.html 1253share/doc/ImageMagick-7/www/stream.html
1254share/doc/ImageMagick-7/www/subversion.html 
1255share/doc/ImageMagick-7/www/support.html 1254share/doc/ImageMagick-7/www/support.html
1256share/doc/ImageMagick-7/www/wand.png 1255share/doc/ImageMagick-7/www/wand.png
1257share/doc/ImageMagick-7/www/webp.html 1256share/doc/ImageMagick-7/www/webp.html
1258share/examples/ImageMagick/coder.xml 
1259share/examples/ImageMagick/colors.xml 1257share/examples/ImageMagick/colors.xml
1260share/examples/ImageMagick/delegates.xml 1258share/examples/ImageMagick/delegates.xml
1261share/examples/ImageMagick/log.xml 1259share/examples/ImageMagick/log.xml
1262share/examples/ImageMagick/magic.xml 
1263share/examples/ImageMagick/mime.xml 1260share/examples/ImageMagick/mime.xml
1264share/examples/ImageMagick/policy.xml 1261share/examples/ImageMagick/policy.xml
1265share/examples/ImageMagick/quantization-table.xml 1262share/examples/ImageMagick/quantization-table.xml
1266share/examples/ImageMagick/thresholds.xml 1263share/examples/ImageMagick/thresholds.xml
1267share/examples/ImageMagick/type-apple.xml 1264share/examples/ImageMagick/type-apple.xml
1268share/examples/ImageMagick/type-dejavu.xml 1265share/examples/ImageMagick/type-dejavu.xml
1269share/examples/ImageMagick/type-ghostscript.xml 1266share/examples/ImageMagick/type-ghostscript.xml
1270share/examples/ImageMagick/type-urw-base35.xml 1267share/examples/ImageMagick/type-urw-base35.xml
1271share/examples/ImageMagick/type-windows.xml 1268share/examples/ImageMagick/type-windows.xml
1272share/examples/ImageMagick/type.xml 1269share/examples/ImageMagick/type.xml

cvs diff -r1.193 -r1.194 pkgsrc/graphics/ImageMagick/distinfo (switch to unified diff)

--- pkgsrc/graphics/ImageMagick/distinfo 2018/09/03 10:37:10 1.193
+++ pkgsrc/graphics/ImageMagick/distinfo 2018/12/02 10:20:20 1.194
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.193 2018/09/03 10:37:10 wiz Exp $ 1$NetBSD: distinfo,v 1.194 2018/12/02 10:20:20 wiz Exp $
2 2
3SHA1 (ImageMagick-7.0.8-11.tar.xz) = 1e62fde95d32afaaff150e0227733797721ce2ba 3SHA1 (ImageMagick-7.0.8-14.tar.xz) = d2e3dcb51c4ecc40c06f52669d38516655308f7b
4RMD160 (ImageMagick-7.0.8-11.tar.xz) = 9264fb51eae273ef8295a2cfee8352f8cd835ad9 4RMD160 (ImageMagick-7.0.8-14.tar.xz) = 69499a7773a2cf1a5c0a9cf623bd17fcc6c138d8
5SHA512 (ImageMagick-7.0.8-11.tar.xz) = b6f7493095097d3c551c70acd2181fb8e252750916534602646c7c765d756b5483c1bdd08b00d59f8b0bc3963729a2b64bf8cb467e3f23e26a4d35515b6d3b18 5SHA512 (ImageMagick-7.0.8-14.tar.xz) = 0a5f3357f4ce5b245d60b178d81b58c3483effb45b669791d4686514a8c3b0ad04244e31caf0a4a614e73e3e071c17d851992670917ebcf2761c977d77c58dd6
6Size (ImageMagick-7.0.8-11.tar.xz) = 8638236 bytes 6Size (ImageMagick-7.0.8-14.tar.xz) = 8634400 bytes
7SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f 7SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f