blob: 7d4a5246111a6c3f7124c073ffd17122d20e2211 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001Introduction to ImageMagick
2
cristye68f5992015-03-03 17:44:51 +00003 ImageMagick® is a software suite to create, edit, compose, or convert
4 bitmap images. It can read and write images in a variety of formats (over
5 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
cristy4fa14332015-06-06 18:23:08 +00006 PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
cristye68f5992015-03-03 17:44:51 +00007 shear and transform images, adjust image colors, apply various special
8 effects, or draw text, lines, polygons, ellipses and Bézier curves.
cristya1410932010-11-06 18:16:16 +00009
cristyc1c61662009-09-30 14:04:37 +000010 The functionality of ImageMagick is typically utilized from the command
11 line or you can use the features from programs written in your favorite
cristy4fa14332015-06-06 18:23:08 +000012 language. Choose from these interfaces: G2F (Ada), MagickCore (C),
13 MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
14 JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
cristyc1c61662009-09-30 14:04:37 +000015 (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
16 (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
17 (Tcl/TK). With a language interface, use ImageMagick to modify or create
18 images dynamically and automagically.
cristyed8d54c2015-05-25 13:48:40 +000019
dirkb8dc6242015-06-06 11:09:29 +000020 ImageMagick utilizes multiple computational threads to increase performance
cristyed8d54c2015-05-25 13:48:40 +000021 and can read, process, or write mega-, giga-, or tera-pixel image sizes.
cristya1410932010-11-06 18:16:16 +000022
cristyc1c61662009-09-30 14:04:37 +000023 ImageMagick is free software delivered as a ready-to-run binary distribution
cristy4fa14332015-06-06 18:23:08 +000024 or as source code that you may use, copy, modify, and distribute in both open
25 and proprietary applications. It is distributed under the Apache 2.0 license.
cristya1410932010-11-06 18:16:16 +000026
cristy1bd5c4d2010-06-11 13:55:20 +000027 The ImageMagick development process ensures a stable API and ABI. Before
28 each ImageMagick release, we perform a comprehensive security assessment
cristy4fa14332015-06-06 18:23:08 +000029 that includes memory error and thread data race detection to prevent
30 security vulnerabilities.
cristyc1c61662009-09-30 14:04:37 +000031
dirk398f3862015-08-09 13:03:21 +020032 ImageMagick is available from http://www.imagemagick.org/download to download.
33 It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
cristye68f5992015-03-03 17:44:51 +000034
cristy4fa14332015-06-06 18:23:08 +000035 The authoritative ImageMagick web site is
36 http://www.imagemagick.org. The authoritative source code repository is
dirk398f3862015-08-09 13:03:21 +020037 http://git.imagemagick.org/repos/ImageMagick/.
cristye68f5992015-03-03 17:44:51 +000038
39
cristy3ed852e2009-09-05 21:47:34 +000040Features and Capabilities
cristya1410932010-11-06 18:16:16 +000041
cristyc1c61662009-09-30 14:04:37 +000042 Here are just a few examples of what ImageMagick can do:
cristya1410932010-11-06 18:16:16 +000043
44 * Format conversion: convert an image from one format to another (e.g.
45 PNG to JPEG).
cristya06a5a82015-06-08 22:43:28 +000046 * Transform: resize, rotate, deskew, crop, flip or trim an image.
cristya1410932010-11-06 18:16:16 +000047 * Transparency: render portions of an image invisible.
48 * Draw: add shapes or text to an image.
49 * Decorate: add a border or frame to an image.
50 * Special effects: blur, sharpen, threshold, or tint an image.
51 * Animation: create a GIF animation sequence from a group of images.
52 * Text & comments: insert descriptive or artistic text in an image.
53 * Image identification: describe the format and attributes of an image.
54 * Composite: overlap one image over another.
55 * Montage: juxtapose image thumbnails on an image canvas.
56 * Generalized pixel distortion: correct for, or induce image distortions
57 including perspective.
cristy698968d2014-04-11 16:39:25 +000058 * Computer vision: Canny edge detection.
cristya1410932010-11-06 18:16:16 +000059 * Morphology of shapes: extract features, describe shapes and recognize
60 patterns in images.
61 * Motion picture support: read and write the common image formats used in
62 digital film work.
63 * Image calculator: apply a mathematical expression to an image or image
64 channels.
cristy4bc91a12014-12-27 01:45:49 +000065 * Connected component labeling: uniquely label connected regions in an
66 image.
cristya1410932010-11-06 18:16:16 +000067 * Discrete Fourier transform: implements the forward and inverse DFT.
cristydf6cf212014-01-29 18:06:41 +000068 * Perceptual hash: maps visually identical images to the same or similar
cristyeab3d612014-01-29 18:09:51 +000069 hash-- useful in image retrieval, authentication, indexing, or copy
70 detection as well as digital watermarking.
cristy48002432014-01-29 15:31:47 +000071 * Color management: accurate color management with color profiles or in
72 lieu of-- built-in gamma compression or expansion as demanded by the
73 colorspace.
cristya1410932010-11-06 18:16:16 +000074 * High dynamic-range images: accurately represent the wide range of
75 intensity levels found in real scenes ranging from the brightest direct
76 sunlight to the deepest darkest shadows.
77 * Encipher or decipher an image: convert ordinary images into
78 unintelligible gibberish and back again.
79 * Virtual pixel support: convenient access to pixels outside the image
80 region.
81 * Large image support: read, process, or write mega-, giga-, or
82 tera-pixel image sizes.
83 * Threads of execution support: ImageMagick is thread safe and most
84 internal algorithms are OpenMP-enabled to take advantage of speed-ups
85 offered by multicore processor chips.
cristy37aa5592013-01-27 22:59:34 +000086 * Distributed pixel cache: offload intermediate pixel storage to one or
87 more remote servers.
cristya1410932010-11-06 18:16:16 +000088 * Heterogeneous distributed processing: certain algorithms are
89 OpenCL-enabled to take advantage of speed-ups offered by executing in
90 concert across heterogeneous platforms consisting of CPUs, GPUs, and
91 other processors.
92 * ImageMagick on the iPhone: convert, edit, or compose images on your
cristy4fa14332015-06-06 18:23:08 +000093 iPhone or iPad.
cristya1410932010-11-06 18:16:16 +000094
cristy4fa14332015-06-06 18:23:08 +000095 Examples of ImageMagick Usage shows how to use ImageMagick from the
96 command-line to accomplish any of these tasks and much more. Also,
97 see Fred's ImageMagick Scripts: a plethora of command-line scripts that
98 perform geometric transforms, blurs, sharpens, edging, noise removal,
99 and color manipulations. With Magick.NET, use ImageMagick without having
100 to install ImageMagick on your server or desktop.
cristy4bc91a12014-12-27 01:45:49 +0000101