summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-05-25 12:41:17 +0000
committerryoon <ryoon@pkgsrc.org>2016-05-25 12:41:17 +0000
commit331a6f8b7b84e30f0bcff9f7f3a00e64a3cc1bcf (patch)
treedca0ae0bc47bc0ab9dc36b573093597b4e21c8c5 /graphics
parent89b5e8530fb96aba9af392fbd6c6cfafab7666d5 (diff)
downloadpkgsrc-331a6f8b7b84e30f0bcff9f7f3a00e64a3cc1bcf.tar.gz
Import ImageMagick6-6.9.4.4 as graphics/ImageMagick6.
ImageMagick TM, is a package for display and interactive manipulation of images for the X Window System. It is written in C and interfaces to the X library, and therefore does not require any proprietary toolkit in order to compile. Although the software is copyrighted, it is available for free and can be redistributed without fee. The ImageMagick image display program can display an image on any workstation screen running an X server. It can read and write many of the more popular image formats including JPEG, TIFF, PNM, GIF, and Photo CD. In addition you can interactively resize, rotate, sharpen, color reduce, or add special effects to an image and save your completed work in the same or differing image format. This package tracks 6 release branch for backward compatibility.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick6/DESCR14
-rw-r--r--graphics/ImageMagick6/Makefile93
-rw-r--r--graphics/ImageMagick6/Makefile.common39
-rw-r--r--graphics/ImageMagick6/PLIST1212
-rw-r--r--graphics/ImageMagick6/buildlink3.mk63
-rw-r--r--graphics/ImageMagick6/distinfo7
-rw-r--r--graphics/ImageMagick6/options.mk44
-rw-r--r--graphics/ImageMagick6/patches/patch-Makefile.in34
8 files changed, 1506 insertions, 0 deletions
diff --git a/graphics/ImageMagick6/DESCR b/graphics/ImageMagick6/DESCR
new file mode 100644
index 00000000000..b2d12a5544a
--- /dev/null
+++ b/graphics/ImageMagick6/DESCR
@@ -0,0 +1,14 @@
+ImageMagick TM, is a package for display and interactive manipulation
+of images for the X Window System. It is written in C and interfaces
+to the X library, and therefore does not require any proprietary
+toolkit in order to compile. Although the software is copyrighted, it
+is available for free and can be redistributed without fee.
+
+The ImageMagick image display program can display an image on any
+workstation screen running an X server. It can read and write many of
+the more popular image formats including JPEG, TIFF, PNM, GIF, and
+Photo CD. In addition you can interactively resize, rotate, sharpen,
+color reduce, or add special effects to an image and save your
+completed work in the same or differing image format.
+
+This package tracks 6 release branch for backward compatibility.
diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile
new file mode 100644
index 00000000000..fea6cc09db1
--- /dev/null
+++ b/graphics/ImageMagick6/Makefile
@@ -0,0 +1,93 @@
+# $NetBSD: Makefile,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+
+.include "Makefile.common"
+
+PKGNAME= ImageMagick6-${DISTVERSION}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Package for display and interactive manipulation of images
+
+CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
+
+USE_LANGUAGES= c c++ c99
+USE_TOOLS+= gmake pkg-config:run
+CONFIGURE_ARGS+= --disable-assert
+CONFIGURE_ARGS+= --with-fontconfig
+CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
+CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
+CONFIGURE_ARGS+= --with-xml=yes
+CONFIGURE_ARGS+= --disable-openmp
+CONFIGURE_ARGS+= --without-perl
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+= --program-suffix=6
+# This one used to be optional, but it depends on ghostscript even if it's
+# disabled so having a way to disable it seems pointless.
+CONFIGURE_ARGS+= --with-gslib
+PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in
+PKGCONFIG_OVERRIDE+= Magick++/lib/Magick++.pc.in
+PKGCONFIG_OVERRIDE+= magick/ImageMagick.pc.in
+PKGCONFIG_OVERRIDE+= magick/MagickCore.pc.in
+PKGCONFIG_OVERRIDE+= wand/MagickWand.pc.in
+PKGCONFIG_OVERRIDE+= wand/Wand.pc.in
+
+GCC_REQD+= 2.95.3
+
+TEST_TARGET= check
+
+.include "options.mk"
+
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
+GCC_REQD+= 3.0
+.endif
+
+# Avoid compiler bug on "mipsel" (cobalt?)
+.if ${MACHINE_ARCH} == "mipsel"
+CFLAGS+= -O
+.endif
+
+PKG_SYSCONFSUBDIR= ImageMagick-${IM_MAJOR_LIB_VER}
+EGDIR= ${PREFIX}/share/examples/ImageMagick6
+CONF_FILES= ${EGDIR}/coder.xml ${PKG_SYSCONFDIR}/coder.xml
+CONF_FILES+= ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml
+CONF_FILES+= ${EGDIR}/delegates.xml ${PKG_SYSCONFDIR}/delegates.xml
+CONF_FILES+= ${EGDIR}/log.xml ${PKG_SYSCONFDIR}/log.xml
+CONF_FILES+= ${EGDIR}/magic.xml ${PKG_SYSCONFDIR}/magic.xml
+CONF_FILES+= ${EGDIR}/mime.xml ${PKG_SYSCONFDIR}/mime.xml
+CONF_FILES+= ${EGDIR}/policy.xml ${PKG_SYSCONFDIR}/policy.xml
+CONF_FILES+= ${EGDIR}/thresholds.xml ${PKG_SYSCONFDIR}/thresholds.xml
+CONF_FILES+= ${EGDIR}/type-dejavu.xml ${PKG_SYSCONFDIR}/type-dejavu.xml
+CONF_FILES+= ${EGDIR}/type-ghostscript.xml ${PKG_SYSCONFDIR}/type-ghostscript.xml
+CONF_FILES+= ${EGDIR}/type-windows.xml ${PKG_SYSCONFDIR}/type-windows.xml
+CONF_FILES+= ${EGDIR}/type.xml ${PKG_SYSCONFDIR}/type.xml
+
+SUBST_CLASSES+= fix-cfg
+SUBST_STAGE.fix-cfg= pre-configure
+SUBST_MESSAGE.fix-cfg= Fixing configure.xml.
+SUBST_FILES.fix-cfg= config/configure.xml.in
+SUBST_VARS.fix-cfg= CONFIGURE_ARGS
+
+SUBST_CLASSES+= fix-etc
+SUBST_STAGE.fix-etc= pre-configure
+SUBST_MESSAGE.fix-etc= Handle configuration files.
+SUBST_FILES.fix-etc= Makefile.in
+SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick6,'
+
+SUBST_CLASSES+= fix-tools
+SUBST_STAGE.fix-tools= pre-install
+SUBST_MESSAGE.fix-tools=Unwrapping tools path in delegate paths.
+SUBST_FILES.fix-tools= config/delegates.xml
+SUBST_SED.fix-tools= -e 's,${TOOLS_DIR},,g'
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../print/ghostscript/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ImageMagick6/Makefile.common b/graphics/ImageMagick6/Makefile.common
new file mode 100644
index 00000000000..0d3a05d8faa
--- /dev/null
+++ b/graphics/ImageMagick6/Makefile.common
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile.common,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+#
+# used by graphics/p5-PerlMagick/Makefile
+
+IM_MAJOR_VER= 6.9.4
+IM_MINOR_VER= 4
+IM_MAJOR_LIB_VER= 6
+
+.if (${IM_MINOR_VER} != NONE)
+DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
+.else
+DISTSUFFIX= ${IM_MAJOR_VER}
+.endif
+
+DISTNAME= ImageMagick-${DISTSUFFIX}
+DISTVERSION= ${DISTSUFFIX:S/-/./}
+
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \
+ ftp://ftp.nluug.nl/pub/ImageMagick/ \
+ ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \
+ http://www.imagemagick.org/download/
+EXTRACT_SUFX= .tar.xz
+
+HOMEPAGE= http://www.imagemagick.org/
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+# For things for which we do not specify an explicit dependency above, disable
+# so that we don't cause implicit "hidden" dependencies.
+CONFIGURE_ARGS+= --without-dps
+CONFIGURE_ARGS+= --without-fpx
+CONFIGURE_ARGS+= --without-gvc
+CONFIGURE_ARGS+= --without-jbig
+CONFIGURE_ARGS+= --without-lqr
+CONFIGURE_ARGS+= --without-modules
diff --git a/graphics/ImageMagick6/PLIST b/graphics/ImageMagick6/PLIST
new file mode 100644
index 00000000000..9f38aac4d1d
--- /dev/null
+++ b/graphics/ImageMagick6/PLIST
@@ -0,0 +1,1212 @@
+@comment $NetBSD: PLIST,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+bin/Magick++-config6
+bin/Magick-config6
+bin/MagickCore-config6
+bin/MagickWand-config6
+bin/Wand-config6
+bin/animate6
+bin/compare6
+bin/composite6
+bin/conjure6
+bin/convert6
+bin/display6
+bin/identify6
+bin/import6
+bin/mogrify6
+bin/montage6
+bin/stream6
+include/ImageMagick-6/Magick++.h
+include/ImageMagick-6/Magick++/Blob.h
+include/ImageMagick-6/Magick++/ChannelMoments.h
+include/ImageMagick-6/Magick++/CoderInfo.h
+include/ImageMagick-6/Magick++/Color.h
+include/ImageMagick-6/Magick++/Drawable.h
+include/ImageMagick-6/Magick++/Exception.h
+include/ImageMagick-6/Magick++/Functions.h
+include/ImageMagick-6/Magick++/Geometry.h
+include/ImageMagick-6/Magick++/Image.h
+include/ImageMagick-6/Magick++/Include.h
+include/ImageMagick-6/Magick++/Montage.h
+include/ImageMagick-6/Magick++/Pixels.h
+include/ImageMagick-6/Magick++/ResourceLimits.h
+include/ImageMagick-6/Magick++/STL.h
+include/ImageMagick-6/Magick++/TypeMetric.h
+include/ImageMagick-6/magick/ImageMagick.h
+include/ImageMagick-6/magick/MagickCore.h
+include/ImageMagick-6/magick/accelerate.h
+include/ImageMagick-6/magick/animate.h
+include/ImageMagick-6/magick/annotate.h
+include/ImageMagick-6/magick/api.h
+include/ImageMagick-6/magick/artifact.h
+include/ImageMagick-6/magick/attribute.h
+include/ImageMagick-6/magick/blob.h
+include/ImageMagick-6/magick/cache-view.h
+include/ImageMagick-6/magick/cache.h
+include/ImageMagick-6/magick/channel.h
+include/ImageMagick-6/magick/cipher.h
+include/ImageMagick-6/magick/client.h
+include/ImageMagick-6/magick/coder.h
+include/ImageMagick-6/magick/color.h
+include/ImageMagick-6/magick/colormap.h
+include/ImageMagick-6/magick/colorspace.h
+include/ImageMagick-6/magick/compare.h
+include/ImageMagick-6/magick/composite.h
+include/ImageMagick-6/magick/compress.h
+include/ImageMagick-6/magick/configure.h
+include/ImageMagick-6/magick/constitute.h
+include/ImageMagick-6/magick/decorate.h
+include/ImageMagick-6/magick/delegate.h
+include/ImageMagick-6/magick/deprecate.h
+include/ImageMagick-6/magick/display.h
+include/ImageMagick-6/magick/distort.h
+include/ImageMagick-6/magick/distribute-cache.h
+include/ImageMagick-6/magick/draw.h
+include/ImageMagick-6/magick/effect.h
+include/ImageMagick-6/magick/enhance.h
+include/ImageMagick-6/magick/exception.h
+include/ImageMagick-6/magick/feature.h
+include/ImageMagick-6/magick/fourier.h
+include/ImageMagick-6/magick/fx.h
+include/ImageMagick-6/magick/gem.h
+include/ImageMagick-6/magick/geometry.h
+include/ImageMagick-6/magick/hashmap.h
+include/ImageMagick-6/magick/histogram.h
+include/ImageMagick-6/magick/identify.h
+include/ImageMagick-6/magick/image-view.h
+include/ImageMagick-6/magick/image.h
+include/ImageMagick-6/magick/layer.h
+include/ImageMagick-6/magick/list.h
+include/ImageMagick-6/magick/locale_.h
+include/ImageMagick-6/magick/log.h
+include/ImageMagick-6/magick/magic.h
+include/ImageMagick-6/magick/magick-baseconfig.h
+include/ImageMagick-6/magick/magick-config.h
+include/ImageMagick-6/magick/magick-type.h
+include/ImageMagick-6/magick/magick.h
+include/ImageMagick-6/magick/matrix.h
+include/ImageMagick-6/magick/memory_.h
+include/ImageMagick-6/magick/method-attribute.h
+include/ImageMagick-6/magick/methods.h
+include/ImageMagick-6/magick/mime.h
+include/ImageMagick-6/magick/module.h
+include/ImageMagick-6/magick/monitor.h
+include/ImageMagick-6/magick/montage.h
+include/ImageMagick-6/magick/morphology.h
+include/ImageMagick-6/magick/opencl.h
+include/ImageMagick-6/magick/option.h
+include/ImageMagick-6/magick/paint.h
+include/ImageMagick-6/magick/pixel-accessor.h
+include/ImageMagick-6/magick/pixel.h
+include/ImageMagick-6/magick/policy.h
+include/ImageMagick-6/magick/prepress.h
+include/ImageMagick-6/magick/profile.h
+include/ImageMagick-6/magick/property.h
+include/ImageMagick-6/magick/quantize.h
+include/ImageMagick-6/magick/quantum.h
+include/ImageMagick-6/magick/random_.h
+include/ImageMagick-6/magick/registry.h
+include/ImageMagick-6/magick/resample.h
+include/ImageMagick-6/magick/resize.h
+include/ImageMagick-6/magick/resource_.h
+include/ImageMagick-6/magick/segment.h
+include/ImageMagick-6/magick/semaphore.h
+include/ImageMagick-6/magick/shear.h
+include/ImageMagick-6/magick/signature.h
+include/ImageMagick-6/magick/splay-tree.h
+include/ImageMagick-6/magick/statistic.h
+include/ImageMagick-6/magick/stream.h
+include/ImageMagick-6/magick/string_.h
+include/ImageMagick-6/magick/studio.h
+include/ImageMagick-6/magick/threshold.h
+include/ImageMagick-6/magick/timer.h
+include/ImageMagick-6/magick/token.h
+include/ImageMagick-6/magick/transform.h
+include/ImageMagick-6/magick/type.h
+include/ImageMagick-6/magick/utility.h
+include/ImageMagick-6/magick/version.h
+include/ImageMagick-6/magick/vision.h
+include/ImageMagick-6/magick/widget.h
+include/ImageMagick-6/magick/xml-tree.h
+include/ImageMagick-6/magick/xwindow.h
+include/ImageMagick-6/wand/MagickWand.h
+include/ImageMagick-6/wand/animate.h
+include/ImageMagick-6/wand/compare.h
+include/ImageMagick-6/wand/composite.h
+include/ImageMagick-6/wand/conjure.h
+include/ImageMagick-6/wand/convert.h
+include/ImageMagick-6/wand/deprecate.h
+include/ImageMagick-6/wand/display.h
+include/ImageMagick-6/wand/drawing-wand.h
+include/ImageMagick-6/wand/identify.h
+include/ImageMagick-6/wand/import.h
+include/ImageMagick-6/wand/magick-image.h
+include/ImageMagick-6/wand/magick-property.h
+include/ImageMagick-6/wand/magick-wand.h
+include/ImageMagick-6/wand/magick_wand.h
+include/ImageMagick-6/wand/method-attribute.h
+include/ImageMagick-6/wand/mogrify.h
+include/ImageMagick-6/wand/montage.h
+include/ImageMagick-6/wand/pixel-iterator.h
+include/ImageMagick-6/wand/pixel-wand.h
+include/ImageMagick-6/wand/stream.h
+include/ImageMagick-6/wand/wand-view.h
+lib/ImageMagick-6.9.4/config-Q16/configure.xml
+lib/libMagick++-6.Q16.la
+lib/libMagickCore-6.Q16.la
+lib/libMagickWand-6.Q16.la
+lib/pkgconfig/ImageMagick++-6.Q16.pc
+lib/pkgconfig/ImageMagick-6.Q16.pc
+lib/pkgconfig/Magick++-6.Q16.pc
+lib/pkgconfig/MagickCore-6.Q16.pc
+lib/pkgconfig/MagickWand-6.Q16.pc
+lib/pkgconfig/Wand-6.Q16.pc
+man/man1/ImageMagick6.1
+man/man1/Magick++-config6.1
+man/man1/Magick-config6.1
+man/man1/MagickCore-config6.1
+man/man1/MagickWand-config6.1
+man/man1/Wand-config6.1
+man/man1/animate6.1
+man/man1/compare6.1
+man/man1/composite6.1
+man/man1/conjure6.1
+man/man1/convert6.1
+man/man1/display6.1
+man/man1/identify6.1
+man/man1/import6.1
+man/man1/mogrify6.1
+man/man1/montage6.1
+man/man1/stream6.1
+share/ImageMagick-6/english.xml
+share/ImageMagick-6/francais.xml
+share/ImageMagick-6/locale.xml
+share/doc/ImageMagick-6/ChangeLog
+share/doc/ImageMagick-6/LICENSE
+share/doc/ImageMagick-6/NEWS.txt
+share/doc/ImageMagick-6/images/ImageMagick.ico
+share/doc/ImageMagick-6/images/affine.png
+share/doc/ImageMagick-6/images/annotate.png
+share/doc/ImageMagick-6/images/arc.png
+share/doc/ImageMagick-6/images/atop.gif
+share/doc/ImageMagick-6/images/background.jpg
+share/doc/ImageMagick-6/images/black.png
+share/doc/ImageMagick-6/images/bluebells_clipped.jpg
+share/doc/ImageMagick-6/images/bluebells_darker.jpg
+share/doc/ImageMagick-6/images/bluebells_lin.jpg
+share/doc/ImageMagick-6/images/bluebells_log.jpg
+share/doc/ImageMagick-6/images/button.gif
+share/doc/ImageMagick-6/images/configure.jpg
+share/doc/ImageMagick-6/images/cylinder_shaded.png
+share/doc/ImageMagick-6/images/difference.png
+share/doc/ImageMagick-6/images/donate.png
+share/doc/ImageMagick-6/images/examples.jpg
+share/doc/ImageMagick-6/images/frame.jpg
+share/doc/ImageMagick-6/images/fuzzy-magick.png
+share/doc/ImageMagick-6/images/gaussian-blur.png
+share/doc/ImageMagick-6/images/granite.png
+share/doc/ImageMagick-6/images/imade_art2.jpg
+share/doc/ImageMagick-6/images/label.gif
+share/doc/ImageMagick-6/images/litecoin.png
+share/doc/ImageMagick-6/images/logo-sm-flop.png
+share/doc/ImageMagick-6/images/logo-sm-fx.png
+share/doc/ImageMagick-6/images/logo-sm.png
+share/doc/ImageMagick-6/images/logo.jpg
+share/doc/ImageMagick-6/images/logo.png
+share/doc/ImageMagick-6/images/montage.jpg
+share/doc/ImageMagick-6/images/navy.png
+share/doc/ImageMagick-6/images/networkredux.png
+share/doc/ImageMagick-6/images/objects.gif
+share/doc/ImageMagick-6/images/objects.jpg
+share/doc/ImageMagick-6/images/objects.png
+share/doc/ImageMagick-6/images/over.gif
+share/doc/ImageMagick-6/images/patterns/bricks.png
+share/doc/ImageMagick-6/images/patterns/checkerboard.png
+share/doc/ImageMagick-6/images/patterns/circles.png
+share/doc/ImageMagick-6/images/patterns/crosshatch.png
+share/doc/ImageMagick-6/images/patterns/crosshatch30.png
+share/doc/ImageMagick-6/images/patterns/crosshatch45.png
+share/doc/ImageMagick-6/images/patterns/fishscales.png
+share/doc/ImageMagick-6/images/patterns/gray0.png
+share/doc/ImageMagick-6/images/patterns/gray10.png
+share/doc/ImageMagick-6/images/patterns/gray100.png
+share/doc/ImageMagick-6/images/patterns/gray15.png
+share/doc/ImageMagick-6/images/patterns/gray20.png
+share/doc/ImageMagick-6/images/patterns/gray25.png
+share/doc/ImageMagick-6/images/patterns/gray30.png
+share/doc/ImageMagick-6/images/patterns/gray35.png
+share/doc/ImageMagick-6/images/patterns/gray40.png
+share/doc/ImageMagick-6/images/patterns/gray45.png
+share/doc/ImageMagick-6/images/patterns/gray5.png
+share/doc/ImageMagick-6/images/patterns/gray50.png
+share/doc/ImageMagick-6/images/patterns/gray55.png
+share/doc/ImageMagick-6/images/patterns/gray60.png
+share/doc/ImageMagick-6/images/patterns/gray65.png
+share/doc/ImageMagick-6/images/patterns/gray70.png
+share/doc/ImageMagick-6/images/patterns/gray75.png
+share/doc/ImageMagick-6/images/patterns/gray80.png
+share/doc/ImageMagick-6/images/patterns/gray85.png
+share/doc/ImageMagick-6/images/patterns/gray90.png
+share/doc/ImageMagick-6/images/patterns/gray95.png
+share/doc/ImageMagick-6/images/patterns/hexagons.png
+share/doc/ImageMagick-6/images/patterns/horizontal.png
+share/doc/ImageMagick-6/images/patterns/horizontal2.png
+share/doc/ImageMagick-6/images/patterns/horizontal3.png
+share/doc/ImageMagick-6/images/patterns/horizontalsaw.png
+share/doc/ImageMagick-6/images/patterns/hs_bdiagonal.png
+share/doc/ImageMagick-6/images/patterns/hs_cross.png
+share/doc/ImageMagick-6/images/patterns/hs_diagcross.png
+share/doc/ImageMagick-6/images/patterns/hs_fdiagonal.png
+share/doc/ImageMagick-6/images/patterns/hs_horizontal.png
+share/doc/ImageMagick-6/images/patterns/hs_vertical.png
+share/doc/ImageMagick-6/images/patterns/left30.png
+share/doc/ImageMagick-6/images/patterns/left45.png
+share/doc/ImageMagick-6/images/patterns/leftshingle.png
+share/doc/ImageMagick-6/images/patterns/octagons.png
+share/doc/ImageMagick-6/images/patterns/right30.png
+share/doc/ImageMagick-6/images/patterns/right45.png
+share/doc/ImageMagick-6/images/patterns/rightshingle.png
+share/doc/ImageMagick-6/images/patterns/smallfishscales.png
+share/doc/ImageMagick-6/images/patterns/vertical.png
+share/doc/ImageMagick-6/images/patterns/vertical2.png
+share/doc/ImageMagick-6/images/patterns/vertical3.png
+share/doc/ImageMagick-6/images/patterns/verticalbricks.png
+share/doc/ImageMagick-6/images/patterns/verticalleftshingle.png
+share/doc/ImageMagick-6/images/patterns/verticalrightshingle.png
+share/doc/ImageMagick-6/images/patterns/verticalsaw.png
+share/doc/ImageMagick-6/images/piechart.png
+share/doc/ImageMagick-6/images/radial-gradient.png
+share/doc/ImageMagick-6/images/reconstruct.jpg
+share/doc/ImageMagick-6/images/red-ball.png
+share/doc/ImageMagick-6/images/red-circle.png
+share/doc/ImageMagick-6/images/right.gif
+share/doc/ImageMagick-6/images/rose-over.png
+share/doc/ImageMagick-6/images/rose-sigmoidal.png
+share/doc/ImageMagick-6/images/rose.jpg
+share/doc/ImageMagick-6/images/rose.png
+share/doc/ImageMagick-6/images/rose.pnm
+share/doc/ImageMagick-6/images/script.png
+share/doc/ImageMagick-6/images/smile.gif
+share/doc/ImageMagick-6/images/sponsor.jpg
+share/doc/ImageMagick-6/images/sprite.jpg
+share/doc/ImageMagick-6/images/t-shirt.png
+share/doc/ImageMagick-6/images/transloadit.png
+share/doc/ImageMagick-6/images/wand.ico
+share/doc/ImageMagick-6/images/wand.png
+share/doc/ImageMagick-6/images/white-highlight.png
+share/doc/ImageMagick-6/images/wizard.jpg
+share/doc/ImageMagick-6/images/wizard.png
+share/doc/ImageMagick-6/index.html
+share/doc/ImageMagick-6/www/ImageMagickObject.html
+share/doc/ImageMagick-6/www/Magick++/Blob.html
+share/doc/ImageMagick-6/www/Magick++/Cache.fig
+share/doc/ImageMagick-6/www/Magick++/Cache.png
+share/doc/ImageMagick-6/www/Magick++/Cache.svg
+share/doc/ImageMagick-6/www/Magick++/ChangeLog.html
+share/doc/ImageMagick-6/www/Magick++/CoderInfo.html
+share/doc/ImageMagick-6/www/Magick++/Color.html
+share/doc/ImageMagick-6/www/Magick++/Documentation.html
+share/doc/ImageMagick-6/www/Magick++/Drawable.html
+share/doc/ImageMagick-6/www/Magick++/Drawable_example_1.png
+share/doc/ImageMagick-6/www/Magick++/Enumerations.html
+share/doc/ImageMagick-6/www/Magick++/Exception.html
+share/doc/ImageMagick-6/www/Magick++/FormatCharacters.html
+share/doc/ImageMagick-6/www/Magick++/Future.html
+share/doc/ImageMagick-6/www/Magick++/Geometry.html
+share/doc/ImageMagick-6/www/Magick++/Image++.html
+share/doc/ImageMagick-6/www/Magick++/Image.fig
+share/doc/ImageMagick-6/www/Magick++/Image.html
+share/doc/ImageMagick-6/www/Magick++/Image.png
+share/doc/ImageMagick-6/www/Magick++/ImageDesign.html
+share/doc/ImageMagick-6/www/Magick++/ImageMagick.png
+share/doc/ImageMagick-6/www/Magick++/Install.html
+share/doc/ImageMagick-6/www/Magick++/Magick++.png
+share/doc/ImageMagick-6/www/Magick++/Montage.html
+share/doc/ImageMagick-6/www/Magick++/NEWS.html
+share/doc/ImageMagick-6/www/Magick++/PixelPacket.html
+share/doc/ImageMagick-6/www/Magick++/Pixels.html
+share/doc/ImageMagick-6/www/Magick++/README.txt
+share/doc/ImageMagick-6/www/Magick++/STL.html
+share/doc/ImageMagick-6/www/Magick++/TypeMetric.html
+share/doc/ImageMagick-6/www/Magick++/index.html
+share/doc/ImageMagick-6/www/Magick++/magick.css
+share/doc/ImageMagick-6/www/Magick++/montage-sample-framed.jpg
+share/doc/ImageMagick-6/www/Magick++/right_triangle.png
+share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.fig
+share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.jpg
+share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.fig
+share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.jpg
+share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-framed.jpg
+share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-plain.jpg
+share/doc/ImageMagick-6/www/advanced-unix-installation.html
+share/doc/ImageMagick-6/www/advanced-windows-installation.html
+share/doc/ImageMagick-6/www/animate.html
+share/doc/ImageMagick-6/www/api.html
+share/doc/ImageMagick-6/www/api/Image++.html
+share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/animate_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/animate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/animate_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/annotate_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/annotate_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/annotated.html
+share/doc/ImageMagick-6/www/api/MagickCore/api_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/api_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/artifact_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/artifact_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/blob-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/blob_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/blob_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/blob_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache-view_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/cache_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/classes.html
+share/doc/ImageMagick-6/www/api/MagickCore/client_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/client_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/client_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/coder_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/coder_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/coder_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/color-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/color_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/color_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/color_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/colorspace-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/colorspace_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/compare_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/compare_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/compare_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/composite-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/composite_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/composite_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/composite_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/compress_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/compress_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/compress_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/configure_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/configure_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/configure_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/constitute_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/constitute_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/decorate_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/decorate_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/delegate_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/delegate_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/deprecate_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
+share/doc/ImageMagick-6/www/api/MagickCore/dirs.html
+share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/display-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/display_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/display_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/display_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/distort_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/distort_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/distort_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/doxygen.css
+share/doc/ImageMagick-6/www/api/MagickCore/doxygen.png
+share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/draw-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/draw_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/draw_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/draw_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/effect_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/effect_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/effect_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/enhance_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/enhance_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/exception-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/exception_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/exception_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/exception_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/files.html
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2blank.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2doc.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderclosed.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2folderopen.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2lastnode.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2link.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2mlastnode.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2mnode.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2node.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2plastnode.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2pnode.png
+share/doc/ImageMagick-6/www/api/MagickCore/ftv2vertline.png
+share/doc/ImageMagick-6/www/api/MagickCore/functions.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x61.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_0x7a.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_func.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x61.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/functions_vars_0x7a.html
+share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/fx-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/fx_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/fx_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/fx_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/gem_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/gem_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/gem_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/geometry_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/geometry_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x61.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_0x7a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x61.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_defs_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_enum.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_eval_0x7a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x62.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x63.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x64.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x65.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x66.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x67.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x68.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x69.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6b.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6c.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x70.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x71.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x72.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x73.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x74.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x75.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x76.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x77.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x78.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x79.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_func_0x7a.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_type.html
+share/doc/ImageMagick-6/www/api/MagickCore/globals_vars.html
+share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/hashmap_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/identify_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/identify_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/identify_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/image-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/image_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/image_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/image_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/index.html
+share/doc/ImageMagick-6/www/api/MagickCore/layer_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/layer_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/layer_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/list_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/list_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/list_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/locale_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/locale___8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/locale___8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/log_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/log_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/log_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/mac_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/mac_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/mac_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/magic_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/magic_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/magic_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick-config_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick-type_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/magick_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/main.html
+share/doc/ImageMagick-6/www/api/MagickCore/matrix_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/matrix_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/memory_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/memory___8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/memory___8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/methods_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/methods_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/mime-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/mime_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/mime_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/mime_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/module_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/module_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/module_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/monitor_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/monitor_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/montage_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/montage_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/montage_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-base_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/nt-feature_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/option_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/option_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/option_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/paint_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/paint_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/paint_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/pixel-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/pixel_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/pixel_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/prepress_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/prepress_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/profile_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/profile_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/profile_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/property_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/property_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/property_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantize_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantize_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantum-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantum_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/quantum_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/random_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/random___8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/random___8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/registry_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/registry_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/registry_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/resample_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/resample_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/resample_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/resize-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/resize_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/resize_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/resize_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/resource_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/resource___8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/resource___8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/segment_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/segment_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/segment_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/semaphore_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/shear_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/shear_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/shear_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/signature_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/signature_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/signature_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/splay-tree_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/static_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/static_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/static_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/statistic_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/statistic_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/stream-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/stream_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/stream_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/stream_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/string_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/string___8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/string___8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/structHuffmanTable.html
+share/doc/ImageMagick-6/www/api/MagickCore/structSemaphoreInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__AffineMatrix.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__Ascii85Info.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__BlobInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheMethods.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__CacheView.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ChannelStatistics.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ChromaticityInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__Cluster.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__CoderInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ColorPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ConfigureInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ContributionInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__CubeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DIR.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DataSegmentInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DelegateInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DiversityPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DoublePixelPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__DrawInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__EdgeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ElementReference.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__EntryInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ErrorInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__EventInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ExceptionInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ExtentPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__FrameInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__FxInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__GeometryInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__GhostscriptVectors.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__GradientInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__HandlerInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__HashmapInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__Image.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageAttribute.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ImageInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__IntervalTree.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__LinkedListInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__LocaleInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__LogInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__LongPixelPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MagicInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MagickPixelPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianListNode.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianPixelList.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MedianSkipList.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MemoryInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MimeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ModuleInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__MontageInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__NexusInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__NodeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__Nodes.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__OptionInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PathInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PixelPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PointInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PolygonInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimaryInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__PrimitiveInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ProfileInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantizeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__QuantumState.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__RandomInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__RealPixelPacket.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__RectangleInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__RegistryInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ResampleFilter.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ResizeFilter.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ResourceInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__SegmentInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__SignatureInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__SplayTreeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__StopInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__StreamInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__StringInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ThresholdMap.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__Timer.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__TimerInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__TokenInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__TypeMetric.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ViewInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__XImportInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__XMLTreeRoot.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__XWidgetInfo.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ZeroCrossing.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__dirdesc.html
+share/doc/ImageMagick-6/www/api/MagickCore/struct__ile3.html
+share/doc/ImageMagick-6/www/api/MagickCore/structdirent.html
+share/doc/ImageMagick-6/www/api/MagickCore/studio_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/studio_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/tab_b.gif
+share/doc/ImageMagick-6/www/api/MagickCore/tab_l.gif
+share/doc/ImageMagick-6/www/api/MagickCore/tab_r.gif
+share/doc/ImageMagick-6/www/api/MagickCore/tabs.css
+share/doc/ImageMagick-6/www/api/MagickCore/threshold_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/threshold_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/timer_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/timer_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/timer_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/token_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/token_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/token_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/transform_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/transform_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/transform_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/tree.html
+share/doc/ImageMagick-6/www/api/MagickCore/type_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/type_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/type_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/utility_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/utility_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/utility_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/version_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/version_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/version_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/vms_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/vms_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/vms_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/widget_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/widget_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/widget_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/xml-tree_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/xwindow-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8c.html
+share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickCore/xwindow_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/MagickWand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/animate_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/animate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/animate_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/annotated.html
+share/doc/ImageMagick-6/www/api/MagickWand/classes.html
+share/doc/ImageMagick-6/www/api/MagickWand/compare_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/compare_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/compare_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/composite_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/composite_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/composite_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/conjure_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/conjure_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/convert_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/convert_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/convert_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/deprecate_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
+share/doc/ImageMagick-6/www/api/MagickWand/dirs.html
+share/doc/ImageMagick-6/www/api/MagickWand/display_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/display_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/display_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/doxygen.css
+share/doc/ImageMagick-6/www/api/MagickWand/doxygen.png
+share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/drawing-wand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/drawtest_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/files.html
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2blank.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2doc.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderclosed.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2folderopen.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2lastnode.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2link.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2mlastnode.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2mnode.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2node.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2plastnode.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2pnode.png
+share/doc/ImageMagick-6/www/api/MagickWand/ftv2vertline.png
+share/doc/ImageMagick-6/www/api/MagickWand/functions.html
+share/doc/ImageMagick-6/www/api/MagickWand/functions_vars.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x61.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x62.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x63.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x64.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x65.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x67.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x69.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x6f.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x70.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x71.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x72.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x73.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x74.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x75.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x77.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_0x78.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_defs.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_enum.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_eval.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x63.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x64.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x67.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x69.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6d.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x6e.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x70.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x72.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_func_0x73.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_type.html
+share/doc/ImageMagick-6/www/api/MagickWand/globals_vars.html
+share/doc/ImageMagick-6/www/api/MagickWand/identify_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/identify_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/identify_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/import_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/import_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/import_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/index.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-image_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-property_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-wand-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick-wand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/magick__wand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/main.html
+share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/mogrify-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/mogrify_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/montage_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/montage_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/montage_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-iterator_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand-private_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/pixel-wand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/stream_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/stream_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/stream_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__CompositeOptions.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawVTable.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__DrawingWand.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__MagickWand.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelIterator.html
+share/doc/ImageMagick-6/www/api/MagickWand/struct__PixelWand.html
+share/doc/ImageMagick-6/www/api/MagickWand/studio_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/studio_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/tab_b.gif
+share/doc/ImageMagick-6/www/api/MagickWand/tab_l.gif
+share/doc/ImageMagick-6/www/api/MagickWand/tab_r.gif
+share/doc/ImageMagick-6/www/api/MagickWand/tabs.css
+share/doc/ImageMagick-6/www/api/MagickWand/tree.html
+share/doc/ImageMagick-6/www/api/MagickWand/wand_8c.html
+share/doc/ImageMagick-6/www/api/MagickWand/wand_8h-source.html
+share/doc/ImageMagick-6/www/api/MagickWand/wand_8h.html
+share/doc/ImageMagick-6/www/api/MagickWand/wandtest_8c.html
+share/doc/ImageMagick-6/www/api/animate.html
+share/doc/ImageMagick-6/www/api/annotate.html
+share/doc/ImageMagick-6/www/api/attribute.html
+share/doc/ImageMagick-6/www/api/blob.html
+share/doc/ImageMagick-6/www/api/cache-view.html
+share/doc/ImageMagick-6/www/api/cache.html
+share/doc/ImageMagick-6/www/api/channel.html
+share/doc/ImageMagick-6/www/api/cipher.html
+share/doc/ImageMagick-6/www/api/color.html
+share/doc/ImageMagick-6/www/api/colormap.html
+share/doc/ImageMagick-6/www/api/colorspace.html
+share/doc/ImageMagick-6/www/api/compare.html
+share/doc/ImageMagick-6/www/api/composite.html
+share/doc/ImageMagick-6/www/api/constitute.html
+share/doc/ImageMagick-6/www/api/decorate.html
+share/doc/ImageMagick-6/www/api/deprecate.html
+share/doc/ImageMagick-6/www/api/display.html
+share/doc/ImageMagick-6/www/api/distort.html
+share/doc/ImageMagick-6/www/api/draw.html
+share/doc/ImageMagick-6/www/api/drawing-wand.html
+share/doc/ImageMagick-6/www/api/effect.html
+share/doc/ImageMagick-6/www/api/enhance.html
+share/doc/ImageMagick-6/www/api/exception.html
+share/doc/ImageMagick-6/www/api/feature.html
+share/doc/ImageMagick-6/www/api/fourier.html
+share/doc/ImageMagick-6/www/api/fx.html
+share/doc/ImageMagick-6/www/api/histogram.html
+share/doc/ImageMagick-6/www/api/image-view.html
+share/doc/ImageMagick-6/www/api/image.html
+share/doc/ImageMagick-6/www/api/layer.html
+share/doc/ImageMagick-6/www/api/list.html
+share/doc/ImageMagick-6/www/api/magick++-classes.html
+share/doc/ImageMagick-6/www/api/magick-deprecate.html
+share/doc/ImageMagick-6/www/api/magick-image.html
+share/doc/ImageMagick-6/www/api/magick-property.html
+share/doc/ImageMagick-6/www/api/magick-wand.html
+share/doc/ImageMagick-6/www/api/magick.html
+share/doc/ImageMagick-6/www/api/memory.html
+share/doc/ImageMagick-6/www/api/mime.html
+share/doc/ImageMagick-6/www/api/module.html
+share/doc/ImageMagick-6/www/api/mogrify.html
+share/doc/ImageMagick-6/www/api/monitor.html
+share/doc/ImageMagick-6/www/api/montage.html
+share/doc/ImageMagick-6/www/api/morphology.html
+share/doc/ImageMagick-6/www/api/paint.html
+share/doc/ImageMagick-6/www/api/pixel-iterator.html
+share/doc/ImageMagick-6/www/api/pixel-wand.html
+share/doc/ImageMagick-6/www/api/profile.html
+share/doc/ImageMagick-6/www/api/property.html
+share/doc/ImageMagick-6/www/api/quantize.html
+share/doc/ImageMagick-6/www/api/registry.html
+share/doc/ImageMagick-6/www/api/resize.html
+share/doc/ImageMagick-6/www/api/resource.html
+share/doc/ImageMagick-6/www/api/segment.html
+share/doc/ImageMagick-6/www/api/shear.html
+share/doc/ImageMagick-6/www/api/signature.html
+share/doc/ImageMagick-6/www/api/statistic.html
+share/doc/ImageMagick-6/www/api/stream.html
+share/doc/ImageMagick-6/www/api/transform.html
+share/doc/ImageMagick-6/www/api/version.html
+share/doc/ImageMagick-6/www/api/wand-view.html
+share/doc/ImageMagick-6/www/architecture.html
+share/doc/ImageMagick-6/www/binary-releases.html
+share/doc/ImageMagick-6/www/changelog.html
+share/doc/ImageMagick-6/www/cipher.html
+share/doc/ImageMagick-6/www/color-management.html
+share/doc/ImageMagick-6/www/color.html
+share/doc/ImageMagick-6/www/command-line-options.html
+share/doc/ImageMagick-6/www/command-line-processing.html
+share/doc/ImageMagick-6/www/command-line-tools.html
+share/doc/ImageMagick-6/www/compare.html
+share/doc/ImageMagick-6/www/compose.html
+share/doc/ImageMagick-6/www/composite.html
+share/doc/ImageMagick-6/www/conjure.html
+share/doc/ImageMagick-6/www/connected-components.html
+share/doc/ImageMagick-6/www/contact.html
+share/doc/ImageMagick-6/www/convert.html
+share/doc/ImageMagick-6/www/css/README.txt
+share/doc/ImageMagick-6/www/css/magick.css
+share/doc/ImageMagick-6/www/display.html
+share/doc/ImageMagick-6/www/distribute-pixel-cache.html
+share/doc/ImageMagick-6/www/download.html
+share/doc/ImageMagick-6/www/escape.html
+share/doc/ImageMagick-6/www/examples.html
+share/doc/ImageMagick-6/www/exception.html
+share/doc/ImageMagick-6/www/export.html
+share/doc/ImageMagick-6/www/favicon.ico
+share/doc/ImageMagick-6/www/formats.html
+share/doc/ImageMagick-6/www/fx.html
+share/doc/ImageMagick-6/www/gradient.html
+share/doc/ImageMagick-6/www/high-dynamic-range.html
+share/doc/ImageMagick-6/www/history.html
+share/doc/ImageMagick-6/www/identify.html
+share/doc/ImageMagick-6/www/import.html
+share/doc/ImageMagick-6/www/index.html
+share/doc/ImageMagick-6/www/install-source.html
+share/doc/ImageMagick-6/www/jp2.html
+share/doc/ImageMagick-6/www/js/README.txt
+share/doc/ImageMagick-6/www/js/magick.js
+share/doc/ImageMagick-6/www/license.html
+share/doc/ImageMagick-6/www/links.html
+share/doc/ImageMagick-6/www/magick++.html
+share/doc/ImageMagick-6/www/magick-core.html
+share/doc/ImageMagick-6/www/magick-vector-graphics.html
+share/doc/ImageMagick-6/www/magick-wand.html
+share/doc/ImageMagick-6/www/miff.html
+share/doc/ImageMagick-6/www/mogrify.html
+share/doc/ImageMagick-6/www/montage.html
+share/doc/ImageMagick-6/www/motion-picture.html
+share/doc/ImageMagick-6/www/opencl.html
+share/doc/ImageMagick-6/www/openmp.html
+share/doc/ImageMagick-6/www/perl-magick.html
+share/doc/ImageMagick-6/www/porting.html
+share/doc/ImageMagick-6/www/quantize.html
+share/doc/ImageMagick-6/www/resources.html
+share/doc/ImageMagick-6/www/search.html
+share/doc/ImageMagick-6/www/sitemap.html
+share/doc/ImageMagick-6/www/source/analyze.c
+share/doc/ImageMagick-6/www/source/coder.xml
+share/doc/ImageMagick-6/www/source/colors.xml
+share/doc/ImageMagick-6/www/source/configure.xml
+share/doc/ImageMagick-6/www/source/contrast.c
+share/doc/ImageMagick-6/www/source/core.c
+share/doc/ImageMagick-6/www/source/delegates.xml
+share/doc/ImageMagick-6/www/source/english.xml
+share/doc/ImageMagick-6/www/source/examples.pl
+share/doc/ImageMagick-6/www/source/francais.xml
+share/doc/ImageMagick-6/www/source/incantation.msl
+share/doc/ImageMagick-6/www/source/locale.xml
+share/doc/ImageMagick-6/www/source/log.xml
+share/doc/ImageMagick-6/www/source/magic.xml
+share/doc/ImageMagick-6/www/source/mime.xml
+share/doc/ImageMagick-6/www/source/piechart.mvg
+share/doc/ImageMagick-6/www/source/piechart.svg
+share/doc/ImageMagick-6/www/source/policy.xml
+share/doc/ImageMagick-6/www/source/thresholds.xml
+share/doc/ImageMagick-6/www/source/type-ghostscript.xml
+share/doc/ImageMagick-6/www/source/type-windows.xml
+share/doc/ImageMagick-6/www/source/type.xml
+share/doc/ImageMagick-6/www/source/wand.c
+share/doc/ImageMagick-6/www/sponsors.html
+share/doc/ImageMagick-6/www/stream.html
+share/doc/ImageMagick-6/www/support.html
+share/doc/ImageMagick-6/www/wand.png
+share/doc/ImageMagick-6/www/webp.html
+share/examples/ImageMagick6/coder.xml
+share/examples/ImageMagick6/colors.xml
+share/examples/ImageMagick6/delegates.xml
+share/examples/ImageMagick6/log.xml
+share/examples/ImageMagick6/magic.xml
+share/examples/ImageMagick6/mime.xml
+share/examples/ImageMagick6/policy.xml
+share/examples/ImageMagick6/quantization-table.xml
+share/examples/ImageMagick6/thresholds.xml
+share/examples/ImageMagick6/type-apple.xml
+share/examples/ImageMagick6/type-dejavu.xml
+share/examples/ImageMagick6/type-ghostscript.xml
+share/examples/ImageMagick6/type-windows.xml
+share/examples/ImageMagick6/type.xml
diff --git a/graphics/ImageMagick6/buildlink3.mk b/graphics/ImageMagick6/buildlink3.mk
new file mode 100644
index 00000000000..96ca4f1bbc9
--- /dev/null
+++ b/graphics/ImageMagick6/buildlink3.mk
@@ -0,0 +1,63 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+
+BUILDLINK_TREE+= ImageMagick6
+
+.if !defined(IMAGEMAGICK6_BUILDLINK3_MK)
+IMAGEMAGICK6_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ImageMagick6+= ImageMagick6>=5.5.7.11nb1
+BUILDLINK_ABI_DEPENDS.ImageMagick6+= ImageMagick6>=6.9.1.7nb2
+BUILDLINK_PKGSRCDIR.ImageMagick6?= ../../graphics/ImageMagick6
+
+pkgbase := ImageMagick6
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mdjvu)
+.include "../../graphics/djvulibre-lib/buildlink3.mk"
+.endif
+.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mjasper)
+.include "../../graphics/jasper/buildlink3.mk"
+.endif
+.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mopenexr)
+.include "../../graphics/openexr/buildlink3.mk"
+.endif
+.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mwmf)
+.include "../../graphics/libwmf/buildlink3.mk"
+.endif
+.if !empty(PKG_BUILD_OPTIONS.ImageMagick6:Mx11)
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.endif
+
+.PHONY: ImageMagick6-preconfigure
+pre-configure: ImageMagick6-preconfigure
+ImageMagick6-preconfigure:
+ cp ${PREFIX}/lib/pkgconfig/ImageMagick++-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/ImageMagick++.pc
+ cp ${PREFIX}/lib/pkgconfig/ImageMagick-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/ImageMagick.pc
+ cp ${PREFIX}/lib/pkgconfig/Magick++-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/Magick++.pc
+ cp ${PREFIX}/lib/pkgconfig/MagickCore-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/MagickCore.pc
+ cp ${PREFIX}/lib/pkgconfig/MagickWand-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/MagickWand.pc
+ cp ${PREFIX}/lib/pkgconfig/Wand-6.Q16.pc \
+ ${BUILDLINK_DIR}/lib/pkgconfig/Wand.pc
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../print/ghostscript/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.endif # IMAGEMAGICK6_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ImageMagick6
diff --git a/graphics/ImageMagick6/distinfo b/graphics/ImageMagick6/distinfo
new file mode 100644
index 00000000000..b6ce017ee25
--- /dev/null
+++ b/graphics/ImageMagick6/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+
+SHA1 (ImageMagick-6.9.4-4.tar.xz) = 7125619549d94989d5bb41017b142dc06079ed32
+RMD160 (ImageMagick-6.9.4-4.tar.xz) = 5af4ec8fc5a14b47d88bbf98e19317f2d4b5d6f3
+SHA512 (ImageMagick-6.9.4-4.tar.xz) = 443bbb68d99ae76cc025cc632578ac04ff7166ae82b01ba7e7dcff3804f926fd69ef42549141248c955e487b4383a48bb880a13217a744180fc51f4395e6e3e0
+Size (ImageMagick-6.9.4-4.tar.xz) = 8778596 bytes
+SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0
diff --git a/graphics/ImageMagick6/options.mk b/graphics/ImageMagick6/options.mk
new file mode 100644
index 00000000000..f109178def9
--- /dev/null
+++ b/graphics/ImageMagick6/options.mk
@@ -0,0 +1,44 @@
+# $NetBSD: options.mk,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
+PKG_SUPPORTED_OPTIONS= x11 jasper djvu openexr wmf
+PKG_SUGGESTED_OPTIONS= x11 jasper
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-x
+.endif
+
+.if !empty(PKG_OPTIONS:Mjasper)
+BUILDLINK_API_DEPENDS.jasper+= jasper>=1.701.0
+.include "../../graphics/jasper/buildlink3.mk"
+CONFIGURE_ARGS+= --with-jp2
+.else
+CONFIGURE_ARGS+= --without-jp2
+.endif
+
+.if !empty(PKG_OPTIONS:Mdjvu)
+.include "../../graphics/djvulibre-lib/buildlink3.mk"
+CONFIGURE_ARGS+= --with-djvu
+.else
+CONFIGURE_ARGS+= --without-djvu
+.endif
+
+.if !empty(PKG_OPTIONS:Mopenexr)
+.include "../../graphics/openexr/buildlink3.mk"
+CONFIGURE_ARGS+= --with-openexr
+.else
+CONFIGURE_ARGS+= --without-openexr
+.endif
+
+.if !empty(PKG_OPTIONS:Mwmf)
+.include "../../graphics/libwmf/buildlink3.mk"
+CONFIGURE_ARGS+= --with-wmf
+.else
+CONFIGURE_ARGS+= --without-wmf
+.endif
diff --git a/graphics/ImageMagick6/patches/patch-Makefile.in b/graphics/ImageMagick6/patches/patch-Makefile.in
new file mode 100644
index 00000000000..3cdf43a148a
--- /dev/null
+++ b/graphics/ImageMagick6/patches/patch-Makefile.in
@@ -0,0 +1,34 @@
+$NetBSD: patch-Makefile.in,v 1.1 2016/05/25 12:41:17 ryoon Exp $
+
+* Do not install non-versioned pkgconfig pc files
+ to coexist with graphics/ImageMagick
+
+--- Makefile.in.orig 2016-05-21 12:14:51.000000000 +0000
++++ Makefile.in
+@@ -4185,8 +4185,6 @@ MAGICK_BIN_SCRPTS = \
+ magick/MagickCore-config
+
+ MAGICK_PKGCONFIG = \
+- magick/ImageMagick.pc \
+- magick/MagickCore.pc \
+ magick/ImageMagick-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
+ magick/MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
+
+@@ -4722,8 +4720,6 @@ WAND_BIN_SCRPTS = \
+ wand/MagickWand-config
+
+ WAND_PKGCONFIG = \
+- wand/MagickWand.pc \
+- wand/Wand.pc \
+ wand/MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
+ wand/Wand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
+
+@@ -4778,8 +4774,6 @@ MAGICKPP_MANS_OPT = \
+ Magick++/bin/Magick++-config.1
+
+ MAGICKPP_PKGCONFIG_OPT = \
+- Magick++/lib/Magick++.pc \
+- Magick++/lib/ImageMagick++.pc \
+ Magick++/lib/Magick++-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
+ Magick++/lib/ImageMagick++-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
+