Mon Feb 13 11:01:07 2012 UTC ()
update to 3.7.5.5
This fixes two DOS problems due to insufficient imput validation
(CVE-2012-0247, CVE-2012-02478).


(drochner)
diff -r1.174 -r1.175 pkgsrc/graphics/ImageMagick/Makefile
diff -r1.92 -r1.93 pkgsrc/graphics/ImageMagick/Makefile.common
diff -r1.70 -r1.71 pkgsrc/graphics/ImageMagick/PLIST
diff -r1.107 -r1.108 pkgsrc/graphics/ImageMagick/distinfo

cvs diff -r1.174 -r1.175 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile 2012/02/06 12:40:16 1.174
+++ pkgsrc/graphics/ImageMagick/Makefile 2012/02/13 11:01:06 1.175
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.174 2012/02/06 12:40:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.175 2012/02/13 11:01:06 drochner Exp $
2 2
3.include "Makefile.common" 3.include "Makefile.common"
4 4
5PKGNAME= ImageMagick-${DISTVERSION} 5PKGNAME= ImageMagick-${DISTVERSION}
6PKGREVISION= 4 
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
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LANGUAGES= c c++ c99 15USE_LANGUAGES= c c++ c99
17USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config
18CONFIGURE_ARGS+= --disable-assert 17CONFIGURE_ARGS+= --disable-assert
19CONFIGURE_ARGS+= --with-fontconfig 18CONFIGURE_ARGS+= --with-fontconfig

cvs diff -r1.92 -r1.93 pkgsrc/graphics/ImageMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2012/01/28 23:49:30 1.92
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2012/02/13 11:01:06 1.93
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.92 2012/01/28 23:49:30 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.93 2012/02/13 11:01:06 drochner Exp $
2# 2#
3# used by graphics/p5-PerlMagick/Makefile 3# used by graphics/p5-PerlMagick/Makefile
4 4
5IM_MAJOR_VER= 6.7.3 5IM_MAJOR_VER= 6.7.5
6IM_MINOR_VER= 1 6IM_MINOR_VER= 5
7IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} 7IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
8 8
9.if (${IM_MINOR_VER} != NONE) 9.if (${IM_MINOR_VER} != NONE)
10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
11.else 11.else
12DISTSUFFIX= ${IM_MAJOR_VER} 12DISTSUFFIX= ${IM_MAJOR_VER}
13.endif 13.endif
14 14
15DISTNAME= ImageMagick-${DISTSUFFIX} 15DISTNAME= ImageMagick-${DISTSUFFIX}
16DISTVERSION= ${DISTSUFFIX:S/-/./} 16DISTVERSION= ${DISTSUFFIX:S/-/./}
17 17
18CATEGORIES= graphics 18CATEGORIES= graphics
19MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ 19MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \

cvs diff -r1.70 -r1.71 pkgsrc/graphics/ImageMagick/PLIST (expand / switch to unified diff)

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

cvs diff -r1.107 -r1.108 pkgsrc/graphics/ImageMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/distinfo 2011/10/22 14:55:51 1.107
+++ pkgsrc/graphics/ImageMagick/distinfo 2012/02/13 11:01:06 1.108
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.107 2011/10/22 14:55:51 ryoon Exp $ 1$NetBSD: distinfo,v 1.108 2012/02/13 11:01:06 drochner Exp $
2 2
3SHA1 (ImageMagick-6.7.3-1.tar.bz2) = 49d7dd338aa8925897cc52d51048c245d7106ef9 3SHA1 (ImageMagick-6.7.5-5.tar.bz2) = e873167948dd929cbb6fae138d3cecf10cac781c
4RMD160 (ImageMagick-6.7.3-1.tar.bz2) = dac30f465ad236bf0f0d6cd5bb9650a799d86f52 4RMD160 (ImageMagick-6.7.5-5.tar.bz2) = 2c08cb54be47311c469f6fe27cc902abce1eb4be
5Size (ImageMagick-6.7.3-1.tar.bz2) = 10406444 bytes 5Size (ImageMagick-6.7.5-5.tar.bz2) = 10384333 bytes