├── .coveragerc ├── .github └── workflows │ └── master.yml ├── .gitignore ├── .gitmodules ├── .readthedocs.yaml ├── .travis.yml ├── CONTRIBUTING.rst ├── LICENSE ├── MANIFEST.in ├── README.rst ├── docs ├── Makefile ├── _images │ ├── caption-result.png │ ├── composite-channel-result.jpg │ ├── composite-channel.jpg │ ├── distort-affine-projection.png │ ├── distort-affine.png │ ├── distort-arc-background.png │ ├── distort-arc-dither.png │ ├── distort-arc-edge.png │ ├── distort-arc-matte.png │ ├── distort-arc-mirror.png │ ├── distort-arc-random.png │ ├── distort-arc-tile.png │ ├── distort-arc.png │ ├── distort-barrel-inverse.png │ ├── distort-barrel.png │ ├── distort-bilinear-forward.png │ ├── distort-bilinear-reverse.png │ ├── distort-cylinder2plane.png │ ├── distort-depolar.png │ ├── distort-perspective.png │ ├── distort-plane2cylinder.png │ ├── distort-polar.png │ ├── distort-polynomial.png │ ├── distort-shepards.png │ ├── distort-srt-angle.png │ ├── distort-srt-scale-angle.png │ ├── distort-srt-xy-angle.png │ ├── draw-arc.gif │ ├── draw-bezier.gif │ ├── draw-circle.gif │ ├── draw-ellipse-full.gif │ ├── draw-ellipse-part.gif │ ├── draw-path.gif │ ├── draw-point-math.gif │ ├── draw-polygon.gif │ ├── draw-polyline.gif │ ├── draw-push-pop.gif │ ├── draw-word-wrap.png │ ├── effect-adaptive-blur.jpg │ ├── effect-adaptive-sharpen.jpg │ ├── effect-blur.jpg │ ├── effect-despeckle.jpg │ ├── effect-edge.jpg │ ├── effect-emboss.jpg │ ├── effect-gaussian-blur.jpg │ ├── effect-kuwahara.jpg │ ├── effect-motion-blur.jpg │ ├── effect-rotational-blur.jpg │ ├── effect-selective-blur.jpg │ ├── effect-shade.jpg │ ├── effect-sharpen.jpg │ ├── effect-spread.jpg │ ├── effect-unsharp-mask.jpg │ ├── enhancement-contrast-stretch.jpg │ ├── enhancement-evaluate.jpg │ ├── enhancement-function.jpg │ ├── enhancement-fx.jpg │ ├── enhancement-gamma.jpg │ ├── enhancement-level.jpg │ ├── enhancement-linear-stretch.jpg │ ├── enhancement.jpg │ ├── fx-blue-shift.jpg │ ├── fx-charcoal.jpg │ ├── fx-color-matrix.jpg │ ├── fx-colorize.jpg │ ├── fx-fx.jpg │ ├── fx-implode.jpg │ ├── fx-noise.jpg │ ├── fx-polaroid.jpg │ ├── fx-sepia-tone.jpg │ ├── fx-sketch.jpg │ ├── fx-solarize.jpg │ ├── fx-stereogram.jpg │ ├── fx-swirl.jpg │ ├── fx-tint.jpg │ ├── fx-vignette.jpg │ ├── fx-wave.jpg │ ├── fx-wavelet-denoise.jpg │ ├── hummingbird-charcoal.jpg │ ├── hummingbird-despeckle.jpg │ ├── hummingbird-edge.jpg │ ├── hummingbird-emboss.jpg │ ├── hummingbird-enhance.jpg │ ├── hummingbird-noise.jpg │ ├── hummingbird-remap.jpg │ ├── hummingbird-shade.jpg │ ├── hummingbird-sketch.jpg │ ├── hummingbird-spread.jpg │ ├── hummingbird-statistic.jpg │ ├── hummingbird.jpg │ ├── inca_tern.jpg │ ├── layers-coalesce.png │ ├── layers-expanded.png │ ├── layers-optmized-layers-transparent.png │ ├── layers-optmized-layers.png │ ├── layers-optmized-transparent.png │ ├── layers.gif │ ├── montage-color.png │ ├── montage-concatenate.png │ ├── montage-default.png │ ├── montage-frame-thumbnail.png │ ├── montage-frame.png │ ├── montage-label.png │ ├── montage-thumbnail.png │ ├── montage-tile.png │ ├── morph-bottom_hat.png │ ├── morph-close.png │ ├── morph-dilate.png │ ├── morph-distance-auto.png │ ├── morph-distance-raw.png │ ├── morph-dot.png │ ├── morph-edge.png │ ├── morph-edgein.png │ ├── morph-edgeout.png │ ├── morph-erode.png │ ├── morph-hit_and_miss.png │ ├── morph-kernel-cross3.png │ ├── morph-kernel-custom.png │ ├── morph-kernel-diamond3.png │ ├── morph-kernel-disk5.png │ ├── morph-kernel-octagon5.png │ ├── morph-kernel-plus3.png │ ├── morph-kernel-ring5.png │ ├── morph-kernel-square3.png │ ├── morph-open.png │ ├── morph-smooth.png │ ├── morph-src.png │ ├── morph-thicken.png │ ├── morph-thinning-skeleton.png │ ├── morph-thinning.png │ ├── morph-tophat.png │ ├── quantize_kmeans.jpg │ ├── quantize_kmeans_seed.jpg │ ├── quantize_posterize.jpg │ ├── quantize_quantize.jpg │ ├── quantize_remap.jpg │ ├── seam-crop.jpg │ ├── seam-liquid.jpg │ ├── seam-resize.jpg │ ├── seam.jpg │ ├── sequence-animation.gif │ ├── sequence-frames.gif │ ├── threshold_adaptive.jpg │ ├── threshold_auto_kapur.jpg │ ├── threshold_auto_otsu.jpg │ ├── threshold_auto_triangle.jpg │ ├── threshold_black.jpg │ ├── threshold_color.jpg │ ├── threshold_ordered_dither_circles.jpg │ ├── threshold_ordered_dither_dispersed.jpg │ ├── threshold_ordered_dither_halftone.jpg │ ├── threshold_random.jpg │ ├── threshold_range_hard.jpg │ ├── threshold_range_soft.jpg │ ├── threshold_white.jpg │ ├── transform-flipped.jpg │ ├── transform-flopped.jpg │ ├── transform-rotated-135.jpg │ ├── transform-rotated-90.jpg │ ├── transform.jpg │ ├── wand │ │ └── image │ │ │ ├── checks.png │ │ │ ├── checks_perspective.png │ │ │ ├── kdf_black.png │ │ │ ├── kdf_black_convex_hull.png │ │ │ └── kdf_black_mbr.png │ ├── windows-envvar.png │ └── windows-setup.png ├── _static │ ├── wand.css │ └── wand.png ├── _templates │ └── layout.html ├── _themes │ ├── LICENSE │ ├── README │ ├── flask │ │ ├── layout.html │ │ ├── relations.html │ │ ├── static │ │ │ ├── flasky.css_t │ │ │ └── small_flask.css │ │ └── theme.conf │ ├── flask_small │ │ ├── layout.html │ │ ├── static │ │ │ └── flasky.css_t │ │ └── theme.conf │ └── flask_theme_support.py ├── changes.rst ├── conf.py ├── guide │ ├── cli.rst │ ├── colorenhancement.rst │ ├── colorspace.rst │ ├── distortion.rst │ ├── draw.rst │ ├── effect.rst │ ├── exif.rst │ ├── fx.rst │ ├── install.rst │ ├── layers.rst │ ├── montage.rst │ ├── morphology.rst │ ├── quantize.rst │ ├── read.rst │ ├── resizecrop.rst │ ├── resource.rst │ ├── security.rst │ ├── sequence.rst │ ├── threshold.rst │ ├── transform.rst │ └── write.rst ├── index.rst ├── make.bat ├── requirements.txt ├── roadmap.rst ├── talks.rst ├── test.rst ├── wand.rst ├── wand │ ├── api.rst │ ├── color.rst │ ├── compat.rst │ ├── display.rst │ ├── drawing.rst │ ├── exceptions.rst │ ├── font.rst │ ├── image.rst │ ├── resource.rst │ ├── sequence.rst │ └── version.rst └── whatsnew │ ├── 0.3.rst │ ├── 0.4.rst │ ├── 0.5.rst │ ├── 0.6.rst │ └── 0.7.rst ├── pyproject.toml ├── sample └── android-resize-images.py ├── setup.py ├── tests ├── __init__.py ├── _resource_test.py ├── assets │ ├── League_Gothic.otf │ ├── animation.gif │ ├── apple.ico │ ├── beach.jpg │ ├── blob.rgb │ ├── ccobject.png │ ├── ccobject_magnitude.png │ ├── ccobject_phase.png │ ├── channel_images │ │ ├── alpha.png │ │ ├── opacity.png │ │ └── true_alpha.png │ ├── checks.png │ ├── cmyk.jpg │ ├── cmyka.pdf │ ├── croptest.png │ ├── github.ico │ ├── google.ico │ ├── gray_range.jpg │ ├── horizon_sunset_border2.jpg │ ├── mona-lisa.jpg │ ├── nocomments-delay-100.gif │ ├── nocomments.gif │ ├── orientationtest.jpg │ ├── pixels.png │ ├── rotatetest.gif │ ├── sample.pdf │ ├── sasha.jpg │ ├── tiger_hd-1920x1080.jpg │ ├── trim-color-test.png │ ├── trimtest.png │ ├── watermark-offset.png │ ├── watermark.png │ └── watermark_beach.jpg ├── color_test.py ├── conftest.py ├── drawing_test.py ├── exceptions_test.py ├── image_methods_test.py ├── image_properties_test.py ├── image_test.py ├── misc_test.py └── sequence_test.py ├── tox.ini └── wand ├── __init__.py ├── api.py ├── assertions.py ├── cdefs ├── __init__.py ├── core.py ├── drawing_wand.py ├── magick_image.py ├── magick_property.py ├── magick_wand.py ├── pixel_iterator.py ├── pixel_wand.py ├── structures.py └── wandtypes.py ├── color.py ├── compat.py ├── display.py ├── drawing.py ├── exceptions.py ├── font.py ├── image.py ├── resource.py ├── sequence.py └── version.py /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/.coveragerc -------------------------------------------------------------------------------- /.github/workflows/master.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/.github/workflows/master.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/CONTRIBUTING.rst -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/README.rst -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_images/caption-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/caption-result.png -------------------------------------------------------------------------------- /docs/_images/composite-channel-result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/composite-channel-result.jpg -------------------------------------------------------------------------------- /docs/_images/composite-channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/composite-channel.jpg -------------------------------------------------------------------------------- /docs/_images/distort-affine-projection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-affine-projection.png -------------------------------------------------------------------------------- /docs/_images/distort-affine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-affine.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-background.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-dither.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-dither.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-edge.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-matte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-matte.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-mirror.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-random.png -------------------------------------------------------------------------------- /docs/_images/distort-arc-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc-tile.png -------------------------------------------------------------------------------- /docs/_images/distort-arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-arc.png -------------------------------------------------------------------------------- /docs/_images/distort-barrel-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-barrel-inverse.png -------------------------------------------------------------------------------- /docs/_images/distort-barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-barrel.png -------------------------------------------------------------------------------- /docs/_images/distort-bilinear-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-bilinear-forward.png -------------------------------------------------------------------------------- /docs/_images/distort-bilinear-reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-bilinear-reverse.png -------------------------------------------------------------------------------- /docs/_images/distort-cylinder2plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-cylinder2plane.png -------------------------------------------------------------------------------- /docs/_images/distort-depolar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-depolar.png -------------------------------------------------------------------------------- /docs/_images/distort-perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-perspective.png -------------------------------------------------------------------------------- /docs/_images/distort-plane2cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-plane2cylinder.png -------------------------------------------------------------------------------- /docs/_images/distort-polar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-polar.png -------------------------------------------------------------------------------- /docs/_images/distort-polynomial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-polynomial.png -------------------------------------------------------------------------------- /docs/_images/distort-shepards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-shepards.png -------------------------------------------------------------------------------- /docs/_images/distort-srt-angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-srt-angle.png -------------------------------------------------------------------------------- /docs/_images/distort-srt-scale-angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-srt-scale-angle.png -------------------------------------------------------------------------------- /docs/_images/distort-srt-xy-angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/distort-srt-xy-angle.png -------------------------------------------------------------------------------- /docs/_images/draw-arc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-arc.gif -------------------------------------------------------------------------------- /docs/_images/draw-bezier.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-bezier.gif -------------------------------------------------------------------------------- /docs/_images/draw-circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-circle.gif -------------------------------------------------------------------------------- /docs/_images/draw-ellipse-full.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-ellipse-full.gif -------------------------------------------------------------------------------- /docs/_images/draw-ellipse-part.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-ellipse-part.gif -------------------------------------------------------------------------------- /docs/_images/draw-path.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-path.gif -------------------------------------------------------------------------------- /docs/_images/draw-point-math.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-point-math.gif -------------------------------------------------------------------------------- /docs/_images/draw-polygon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-polygon.gif -------------------------------------------------------------------------------- /docs/_images/draw-polyline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-polyline.gif -------------------------------------------------------------------------------- /docs/_images/draw-push-pop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-push-pop.gif -------------------------------------------------------------------------------- /docs/_images/draw-word-wrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/draw-word-wrap.png -------------------------------------------------------------------------------- /docs/_images/effect-adaptive-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-adaptive-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-adaptive-sharpen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-adaptive-sharpen.jpg -------------------------------------------------------------------------------- /docs/_images/effect-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-despeckle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-despeckle.jpg -------------------------------------------------------------------------------- /docs/_images/effect-edge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-edge.jpg -------------------------------------------------------------------------------- /docs/_images/effect-emboss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-emboss.jpg -------------------------------------------------------------------------------- /docs/_images/effect-gaussian-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-gaussian-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-kuwahara.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-kuwahara.jpg -------------------------------------------------------------------------------- /docs/_images/effect-motion-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-motion-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-rotational-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-rotational-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-selective-blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-selective-blur.jpg -------------------------------------------------------------------------------- /docs/_images/effect-shade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-shade.jpg -------------------------------------------------------------------------------- /docs/_images/effect-sharpen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-sharpen.jpg -------------------------------------------------------------------------------- /docs/_images/effect-spread.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-spread.jpg -------------------------------------------------------------------------------- /docs/_images/effect-unsharp-mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/effect-unsharp-mask.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-contrast-stretch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-contrast-stretch.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-evaluate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-evaluate.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-function.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-function.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-fx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-fx.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-gamma.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-gamma.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-level.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-level.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement-linear-stretch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement-linear-stretch.jpg -------------------------------------------------------------------------------- /docs/_images/enhancement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/enhancement.jpg -------------------------------------------------------------------------------- /docs/_images/fx-blue-shift.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-blue-shift.jpg -------------------------------------------------------------------------------- /docs/_images/fx-charcoal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-charcoal.jpg -------------------------------------------------------------------------------- /docs/_images/fx-color-matrix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-color-matrix.jpg -------------------------------------------------------------------------------- /docs/_images/fx-colorize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-colorize.jpg -------------------------------------------------------------------------------- /docs/_images/fx-fx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-fx.jpg -------------------------------------------------------------------------------- /docs/_images/fx-implode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-implode.jpg -------------------------------------------------------------------------------- /docs/_images/fx-noise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-noise.jpg -------------------------------------------------------------------------------- /docs/_images/fx-polaroid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-polaroid.jpg -------------------------------------------------------------------------------- /docs/_images/fx-sepia-tone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-sepia-tone.jpg -------------------------------------------------------------------------------- /docs/_images/fx-sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-sketch.jpg -------------------------------------------------------------------------------- /docs/_images/fx-solarize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-solarize.jpg -------------------------------------------------------------------------------- /docs/_images/fx-stereogram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-stereogram.jpg -------------------------------------------------------------------------------- /docs/_images/fx-swirl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-swirl.jpg -------------------------------------------------------------------------------- /docs/_images/fx-tint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-tint.jpg -------------------------------------------------------------------------------- /docs/_images/fx-vignette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-vignette.jpg -------------------------------------------------------------------------------- /docs/_images/fx-wave.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-wave.jpg -------------------------------------------------------------------------------- /docs/_images/fx-wavelet-denoise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/fx-wavelet-denoise.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-charcoal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-charcoal.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-despeckle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-despeckle.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-edge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-edge.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-emboss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-emboss.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-enhance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-enhance.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-noise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-noise.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-remap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-remap.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-shade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-shade.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-sketch.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-spread.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-spread.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird-statistic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird-statistic.jpg -------------------------------------------------------------------------------- /docs/_images/hummingbird.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/hummingbird.jpg -------------------------------------------------------------------------------- /docs/_images/inca_tern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/inca_tern.jpg -------------------------------------------------------------------------------- /docs/_images/layers-coalesce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers-coalesce.png -------------------------------------------------------------------------------- /docs/_images/layers-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers-expanded.png -------------------------------------------------------------------------------- /docs/_images/layers-optmized-layers-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers-optmized-layers-transparent.png -------------------------------------------------------------------------------- /docs/_images/layers-optmized-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers-optmized-layers.png -------------------------------------------------------------------------------- /docs/_images/layers-optmized-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers-optmized-transparent.png -------------------------------------------------------------------------------- /docs/_images/layers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/layers.gif -------------------------------------------------------------------------------- /docs/_images/montage-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-color.png -------------------------------------------------------------------------------- /docs/_images/montage-concatenate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-concatenate.png -------------------------------------------------------------------------------- /docs/_images/montage-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-default.png -------------------------------------------------------------------------------- /docs/_images/montage-frame-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-frame-thumbnail.png -------------------------------------------------------------------------------- /docs/_images/montage-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-frame.png -------------------------------------------------------------------------------- /docs/_images/montage-label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-label.png -------------------------------------------------------------------------------- /docs/_images/montage-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-thumbnail.png -------------------------------------------------------------------------------- /docs/_images/montage-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/montage-tile.png -------------------------------------------------------------------------------- /docs/_images/morph-bottom_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-bottom_hat.png -------------------------------------------------------------------------------- /docs/_images/morph-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-close.png -------------------------------------------------------------------------------- /docs/_images/morph-dilate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-dilate.png -------------------------------------------------------------------------------- /docs/_images/morph-distance-auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-distance-auto.png -------------------------------------------------------------------------------- /docs/_images/morph-distance-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-distance-raw.png -------------------------------------------------------------------------------- /docs/_images/morph-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-dot.png -------------------------------------------------------------------------------- /docs/_images/morph-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-edge.png -------------------------------------------------------------------------------- /docs/_images/morph-edgein.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-edgein.png -------------------------------------------------------------------------------- /docs/_images/morph-edgeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-edgeout.png -------------------------------------------------------------------------------- /docs/_images/morph-erode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-erode.png -------------------------------------------------------------------------------- /docs/_images/morph-hit_and_miss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-hit_and_miss.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-cross3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-cross3.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-custom.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-diamond3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-diamond3.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-disk5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-disk5.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-octagon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-octagon5.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-plus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-plus3.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-ring5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-ring5.png -------------------------------------------------------------------------------- /docs/_images/morph-kernel-square3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-kernel-square3.png -------------------------------------------------------------------------------- /docs/_images/morph-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-open.png -------------------------------------------------------------------------------- /docs/_images/morph-smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-smooth.png -------------------------------------------------------------------------------- /docs/_images/morph-src.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-src.png -------------------------------------------------------------------------------- /docs/_images/morph-thicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-thicken.png -------------------------------------------------------------------------------- /docs/_images/morph-thinning-skeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-thinning-skeleton.png -------------------------------------------------------------------------------- /docs/_images/morph-thinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-thinning.png -------------------------------------------------------------------------------- /docs/_images/morph-tophat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/morph-tophat.png -------------------------------------------------------------------------------- /docs/_images/quantize_kmeans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/quantize_kmeans.jpg -------------------------------------------------------------------------------- /docs/_images/quantize_kmeans_seed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/quantize_kmeans_seed.jpg -------------------------------------------------------------------------------- /docs/_images/quantize_posterize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/quantize_posterize.jpg -------------------------------------------------------------------------------- /docs/_images/quantize_quantize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/quantize_quantize.jpg -------------------------------------------------------------------------------- /docs/_images/quantize_remap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/quantize_remap.jpg -------------------------------------------------------------------------------- /docs/_images/seam-crop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/seam-crop.jpg -------------------------------------------------------------------------------- /docs/_images/seam-liquid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/seam-liquid.jpg -------------------------------------------------------------------------------- /docs/_images/seam-resize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/seam-resize.jpg -------------------------------------------------------------------------------- /docs/_images/seam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/seam.jpg -------------------------------------------------------------------------------- /docs/_images/sequence-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/sequence-animation.gif -------------------------------------------------------------------------------- /docs/_images/sequence-frames.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/sequence-frames.gif -------------------------------------------------------------------------------- /docs/_images/threshold_adaptive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_adaptive.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_auto_kapur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_auto_kapur.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_auto_otsu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_auto_otsu.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_auto_triangle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_auto_triangle.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_black.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_color.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_color.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_ordered_dither_circles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_ordered_dither_circles.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_ordered_dither_dispersed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_ordered_dither_dispersed.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_ordered_dither_halftone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_ordered_dither_halftone.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_random.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_random.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_range_hard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_range_hard.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_range_soft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_range_soft.jpg -------------------------------------------------------------------------------- /docs/_images/threshold_white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/threshold_white.jpg -------------------------------------------------------------------------------- /docs/_images/transform-flipped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/transform-flipped.jpg -------------------------------------------------------------------------------- /docs/_images/transform-flopped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/transform-flopped.jpg -------------------------------------------------------------------------------- /docs/_images/transform-rotated-135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/transform-rotated-135.jpg -------------------------------------------------------------------------------- /docs/_images/transform-rotated-90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/transform-rotated-90.jpg -------------------------------------------------------------------------------- /docs/_images/transform.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/transform.jpg -------------------------------------------------------------------------------- /docs/_images/wand/image/checks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/wand/image/checks.png -------------------------------------------------------------------------------- /docs/_images/wand/image/checks_perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/wand/image/checks_perspective.png -------------------------------------------------------------------------------- /docs/_images/wand/image/kdf_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/wand/image/kdf_black.png -------------------------------------------------------------------------------- /docs/_images/wand/image/kdf_black_convex_hull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/wand/image/kdf_black_convex_hull.png -------------------------------------------------------------------------------- /docs/_images/wand/image/kdf_black_mbr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/wand/image/kdf_black_mbr.png -------------------------------------------------------------------------------- /docs/_images/windows-envvar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/windows-envvar.png -------------------------------------------------------------------------------- /docs/_images/windows-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_images/windows-setup.png -------------------------------------------------------------------------------- /docs/_static/wand.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_static/wand.css -------------------------------------------------------------------------------- /docs/_static/wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_static/wand.png -------------------------------------------------------------------------------- /docs/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_templates/layout.html -------------------------------------------------------------------------------- /docs/_themes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/LICENSE -------------------------------------------------------------------------------- /docs/_themes/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/README -------------------------------------------------------------------------------- /docs/_themes/flask/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask/layout.html -------------------------------------------------------------------------------- /docs/_themes/flask/relations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask/relations.html -------------------------------------------------------------------------------- /docs/_themes/flask/static/flasky.css_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask/static/flasky.css_t -------------------------------------------------------------------------------- /docs/_themes/flask/static/small_flask.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask/static/small_flask.css -------------------------------------------------------------------------------- /docs/_themes/flask/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask/theme.conf -------------------------------------------------------------------------------- /docs/_themes/flask_small/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask_small/layout.html -------------------------------------------------------------------------------- /docs/_themes/flask_small/static/flasky.css_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask_small/static/flasky.css_t -------------------------------------------------------------------------------- /docs/_themes/flask_small/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask_small/theme.conf -------------------------------------------------------------------------------- /docs/_themes/flask_theme_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/_themes/flask_theme_support.py -------------------------------------------------------------------------------- /docs/changes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/changes.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/guide/cli.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/cli.rst -------------------------------------------------------------------------------- /docs/guide/colorenhancement.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/colorenhancement.rst -------------------------------------------------------------------------------- /docs/guide/colorspace.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/colorspace.rst -------------------------------------------------------------------------------- /docs/guide/distortion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/distortion.rst -------------------------------------------------------------------------------- /docs/guide/draw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/draw.rst -------------------------------------------------------------------------------- /docs/guide/effect.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/effect.rst -------------------------------------------------------------------------------- /docs/guide/exif.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/exif.rst -------------------------------------------------------------------------------- /docs/guide/fx.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/fx.rst -------------------------------------------------------------------------------- /docs/guide/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/install.rst -------------------------------------------------------------------------------- /docs/guide/layers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/layers.rst -------------------------------------------------------------------------------- /docs/guide/montage.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/montage.rst -------------------------------------------------------------------------------- /docs/guide/morphology.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/morphology.rst -------------------------------------------------------------------------------- /docs/guide/quantize.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/quantize.rst -------------------------------------------------------------------------------- /docs/guide/read.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/read.rst -------------------------------------------------------------------------------- /docs/guide/resizecrop.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/resizecrop.rst -------------------------------------------------------------------------------- /docs/guide/resource.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/resource.rst -------------------------------------------------------------------------------- /docs/guide/security.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/security.rst -------------------------------------------------------------------------------- /docs/guide/sequence.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/sequence.rst -------------------------------------------------------------------------------- /docs/guide/threshold.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/threshold.rst -------------------------------------------------------------------------------- /docs/guide/transform.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/transform.rst -------------------------------------------------------------------------------- /docs/guide/write.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/guide/write.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/make.bat -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/roadmap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/roadmap.rst -------------------------------------------------------------------------------- /docs/talks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/talks.rst -------------------------------------------------------------------------------- /docs/test.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/test.rst -------------------------------------------------------------------------------- /docs/wand.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/wand.rst -------------------------------------------------------------------------------- /docs/wand/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/wand/api.rst -------------------------------------------------------------------------------- /docs/wand/color.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.color 3 | :members: 4 | 5 | -------------------------------------------------------------------------------- /docs/wand/compat.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.compat 3 | :members: 4 | -------------------------------------------------------------------------------- /docs/wand/display.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.display 3 | :members: 4 | 5 | -------------------------------------------------------------------------------- /docs/wand/drawing.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.drawing 3 | :members: 4 | -------------------------------------------------------------------------------- /docs/wand/exceptions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/wand/exceptions.rst -------------------------------------------------------------------------------- /docs/wand/font.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.font 3 | :members: 4 | -------------------------------------------------------------------------------- /docs/wand/image.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.image 3 | :members: 4 | 5 | -------------------------------------------------------------------------------- /docs/wand/resource.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.resource 3 | :members: 4 | 5 | -------------------------------------------------------------------------------- /docs/wand/sequence.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.sequence 3 | :members: 4 | -------------------------------------------------------------------------------- /docs/wand/version.rst: -------------------------------------------------------------------------------- 1 | 2 | .. automodule:: wand.version 3 | :members: 4 | 5 | -------------------------------------------------------------------------------- /docs/whatsnew/0.3.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/whatsnew/0.3.rst -------------------------------------------------------------------------------- /docs/whatsnew/0.4.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/whatsnew/0.4.rst -------------------------------------------------------------------------------- /docs/whatsnew/0.5.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/whatsnew/0.5.rst -------------------------------------------------------------------------------- /docs/whatsnew/0.6.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/whatsnew/0.6.rst -------------------------------------------------------------------------------- /docs/whatsnew/0.7.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/docs/whatsnew/0.7.rst -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/pyproject.toml -------------------------------------------------------------------------------- /sample/android-resize-images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/sample/android-resize-images.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/_resource_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/_resource_test.py -------------------------------------------------------------------------------- /tests/assets/League_Gothic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/League_Gothic.otf -------------------------------------------------------------------------------- /tests/assets/animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/animation.gif -------------------------------------------------------------------------------- /tests/assets/apple.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/apple.ico -------------------------------------------------------------------------------- /tests/assets/beach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/beach.jpg -------------------------------------------------------------------------------- /tests/assets/blob.rgb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/blob.rgb -------------------------------------------------------------------------------- /tests/assets/ccobject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/ccobject.png -------------------------------------------------------------------------------- /tests/assets/ccobject_magnitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/ccobject_magnitude.png -------------------------------------------------------------------------------- /tests/assets/ccobject_phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/ccobject_phase.png -------------------------------------------------------------------------------- /tests/assets/channel_images/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/channel_images/alpha.png -------------------------------------------------------------------------------- /tests/assets/channel_images/opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/channel_images/opacity.png -------------------------------------------------------------------------------- /tests/assets/channel_images/true_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/channel_images/true_alpha.png -------------------------------------------------------------------------------- /tests/assets/checks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/checks.png -------------------------------------------------------------------------------- /tests/assets/cmyk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/cmyk.jpg -------------------------------------------------------------------------------- /tests/assets/cmyka.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/cmyka.pdf -------------------------------------------------------------------------------- /tests/assets/croptest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/croptest.png -------------------------------------------------------------------------------- /tests/assets/github.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/github.ico -------------------------------------------------------------------------------- /tests/assets/google.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/google.ico -------------------------------------------------------------------------------- /tests/assets/gray_range.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/gray_range.jpg -------------------------------------------------------------------------------- /tests/assets/horizon_sunset_border2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/horizon_sunset_border2.jpg -------------------------------------------------------------------------------- /tests/assets/mona-lisa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/mona-lisa.jpg -------------------------------------------------------------------------------- /tests/assets/nocomments-delay-100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/nocomments-delay-100.gif -------------------------------------------------------------------------------- /tests/assets/nocomments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/nocomments.gif -------------------------------------------------------------------------------- /tests/assets/orientationtest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/orientationtest.jpg -------------------------------------------------------------------------------- /tests/assets/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/pixels.png -------------------------------------------------------------------------------- /tests/assets/rotatetest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/rotatetest.gif -------------------------------------------------------------------------------- /tests/assets/sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/sample.pdf -------------------------------------------------------------------------------- /tests/assets/sasha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/sasha.jpg -------------------------------------------------------------------------------- /tests/assets/tiger_hd-1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/tiger_hd-1920x1080.jpg -------------------------------------------------------------------------------- /tests/assets/trim-color-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/trim-color-test.png -------------------------------------------------------------------------------- /tests/assets/trimtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/trimtest.png -------------------------------------------------------------------------------- /tests/assets/watermark-offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/watermark-offset.png -------------------------------------------------------------------------------- /tests/assets/watermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/watermark.png -------------------------------------------------------------------------------- /tests/assets/watermark_beach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/assets/watermark_beach.jpg -------------------------------------------------------------------------------- /tests/color_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/color_test.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/drawing_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/drawing_test.py -------------------------------------------------------------------------------- /tests/exceptions_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/exceptions_test.py -------------------------------------------------------------------------------- /tests/image_methods_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/image_methods_test.py -------------------------------------------------------------------------------- /tests/image_properties_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/image_properties_test.py -------------------------------------------------------------------------------- /tests/image_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/image_test.py -------------------------------------------------------------------------------- /tests/misc_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/misc_test.py -------------------------------------------------------------------------------- /tests/sequence_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tests/sequence_test.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/tox.ini -------------------------------------------------------------------------------- /wand/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/__init__.py -------------------------------------------------------------------------------- /wand/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/api.py -------------------------------------------------------------------------------- /wand/assertions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/assertions.py -------------------------------------------------------------------------------- /wand/cdefs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/__init__.py -------------------------------------------------------------------------------- /wand/cdefs/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/core.py -------------------------------------------------------------------------------- /wand/cdefs/drawing_wand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/drawing_wand.py -------------------------------------------------------------------------------- /wand/cdefs/magick_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/magick_image.py -------------------------------------------------------------------------------- /wand/cdefs/magick_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/magick_property.py -------------------------------------------------------------------------------- /wand/cdefs/magick_wand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/magick_wand.py -------------------------------------------------------------------------------- /wand/cdefs/pixel_iterator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/pixel_iterator.py -------------------------------------------------------------------------------- /wand/cdefs/pixel_wand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/pixel_wand.py -------------------------------------------------------------------------------- /wand/cdefs/structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/structures.py -------------------------------------------------------------------------------- /wand/cdefs/wandtypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/cdefs/wandtypes.py -------------------------------------------------------------------------------- /wand/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/color.py -------------------------------------------------------------------------------- /wand/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/compat.py -------------------------------------------------------------------------------- /wand/display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/display.py -------------------------------------------------------------------------------- /wand/drawing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/drawing.py -------------------------------------------------------------------------------- /wand/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/exceptions.py -------------------------------------------------------------------------------- /wand/font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/font.py -------------------------------------------------------------------------------- /wand/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/image.py -------------------------------------------------------------------------------- /wand/resource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/resource.py -------------------------------------------------------------------------------- /wand/sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/sequence.py -------------------------------------------------------------------------------- /wand/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emcconville/wand/HEAD/wand/version.py --------------------------------------------------------------------------------