Skip to content

Commit 99087bc

Browse files
committed
Updated with Image Manipulation and library
1 parent 7555767 commit 99087bc

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

docs/scenarios/imaging.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22
Image Manipulation
33
==================
44

5-
.. todo::
6-
Add introduction about image manipulation and its Python libraries.
5+
PythonMagick is the Python binding of the ImageMagick library.
6+
ImageMagick® is a free software suite to create, edit, and compose bitmap images. It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.
7+
8+
ImageMagick is free software: it is delivered with full source code and can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems.
9+
10+
Most of the functionality of ImageMagick can be used interactively from the command line; more often, however, the features are used from programs written in the programming languages C, Ch, C++, Java, Perl, PHP, Python, Ruby, Tcl/Tk, for which ready-made ImageMagick interfaces (PerlMagick, Magick++, PythonMagick, MagickWand for PHP, RMagick, TclMagick, and JMagick) are available. This makes it possible to modify or create images automatically and dynamically.
11+
12+
ImageMagick supports many image formats (over 90 major formats) including formats like GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX.
13+
14+
Here are just a few examples of what ImageMagick can do:
15+
16+
Convert an image from one format to another (e.g. TIFF to JPEG)
17+
Resize, rotate, sharpen, color reduce, or add special effects to an image
18+
Create a montage of image thumbnails
19+
Create a transparent image suitable for use on the Web
20+
Turn a group of images into a GIF animation sequence
21+
Create a composite image by combining several separate images
22+
Draw shapes or text on an image
23+
Decorate an image with a border or frame
24+
Describe the format and characteristics of an image
725

826
Python Imaging Library
927
----------------------

0 commit comments

Comments
 (0)