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 ============