From 29a1cbfc1373feaf0b861d0aa4b34ebb218fd772 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Mon, 6 Aug 2018 09:57:25 +0200 Subject: [PATCH] Update index.rst --- muk_thumbnails/doc/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/muk_thumbnails/doc/index.rst b/muk_thumbnails/doc/index.rst index 030d2b1..7392ab2 100644 --- a/muk_thumbnails/doc/index.rst +++ b/muk_thumbnails/doc/index.rst @@ -56,6 +56,27 @@ ellipses and Bezier curves. To install ImageMagick please follow the instructions (`here `_). +Wand +------------- + +Wand is a ctypes-based simple ImageMagick binding for Python. It is used to interact with ImageMagick via a Python interface. + +To install Wand please follow the instructions (`here `_). + +Imageio +------------- + +Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. + +To install Imageio please follow the instructions (`here `_). + +MoviePy +------------- + +MoviePy is a Python module for video editing, which can be used for basic operations (like cuts, concatenations, title insertions), video compositing (a.k.a. non-linear editing), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF. + +To install MoviePy please follow the instructions (`here `_). + Installation ============