From 47d3b5e18c4930d3930c933b9d4b7f8fc1f699f4 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Wed, 25 Jul 2018 03:33:26 +0200 Subject: [PATCH] .. --- muk_thumbnails/doc/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/muk_thumbnails/doc/index.rst b/muk_thumbnails/doc/index.rst index 82d48a8..b496287 100644 --- a/muk_thumbnails/doc/index.rst +++ b/muk_thumbnails/doc/index.rst @@ -45,7 +45,16 @@ of document pages, and the conversion between PostScript and PDF files. To install Ghostscript please follow the instructions (`here `_). +ImageMagick +------------- + +ImageMagick can be used to create, edit, compose, or convert bitmap images. It can read and write +images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, +Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and +transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, +ellipses and Bezier curves. +To install ImageMagick please follow the instructions (`here `_). Installation ============