blob: b75c98ce8969b1d79e21c80e2257a078efeff818 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH ImageMagick 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2.SH NAME
3ImageMagick \- is a free software suite for the creation, modification and display of bitmap images.
4.SH SYNOPSIS
anthony79da7032012-03-19 05:22:12 +00005\fBmagick\fP [\fIoptions\fP|\fIinput-file\fP]... \fIoutput-file\fP
6\fBmagick-script\fP \fIscript-file\fP [\fIscript-arguments\fP]...
cristy3ed852e2009-09-05 21:47:34 +00007.SH OVERVIEW
8
9ImageMagick\[rg], is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (about 100) including GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and B\\['e]zier curves.
10
11ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you can freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems.
12
13The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically.
14
15ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustom to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.
16
cristye855cb32011-01-16 02:13:10 +000017In the paragraphs below, find a short description for each command-line tool.Cl
18ick on the program name to get details on the program usage and a list of comman
19d-line options that alters how the program performs. If you are just getting acq
20uainted with ImageMagick, start at the top of the list, the convert program, and
21 work your way down. Also be sure to peruse Anthony Thyssen's tutorial on how to
22 use ImageMagick utilities to convert, compose, or edit images from the command-
23line.
cristy3ed852e2009-09-05 21:47:34 +000024.TP
anthony79da7032012-03-19 05:22:12 +000025.B magick
26
27Read images into memory, and perform operations on those images, and write
28then out to either the same of some other image file format.
29
30The "-script" option can be switch from processing command line options,
31to reading options from a file or pipeline.
32.TP
33.B magick-script
34
35As "magick" command but with an implied "-script" option. Allows it to be used
36in special "#!/usr/bin/env magick-script" scripts that will search for the
37"magick-script" command anywhere along the users command path, rather than in
38a hardcorded command location.
39
40.TP
cristy3ed852e2009-09-05 21:47:34 +000041.B convert
42
anthony79da7032012-03-19 05:22:12 +000043Backwards compatiblity for ImageMagick version 6 "convert". Essentually an
44alias to a restrictive form of the "magick" command, which should be used
45instead.
cristy3ed852e2009-09-05 21:47:34 +000046.TP
47.B mogrify
48
49resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert writes to a different image file.
50.TP
anthony79da7032012-03-19 05:22:12 +000051.B identify
52
53describes the format and characteristics of one or more image files.
54.TP
cristy3ed852e2009-09-05 21:47:34 +000055.B composite
56
57overlaps one image over another.
58.TP
59.B montage
60
cristye855cb32011-01-16 02:13:10 +000061create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
cristy3ed852e2009-09-05 21:47:34 +000062.TP
63.B compare
64
65mathematically and visually annotate the difference between an image and its reconstruction..
66
67.TP
68.B stream
69
70is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making stream desirable when working with large images or when you require raw pixel components.
71
72.TP
73.B display
74
75displays an image or image sequence on any X server.
76.TP
77.B animate
78
79animates an image sequence on any X server.
80.TP
81.B import
82
83saves any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.
84.TP
85.B conjure
86
87interprets and executes scripts written in the Magick Scripting Language (MSL).
88.PP
Cristy47950f62015-12-18 18:31:40 -050089For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-7/index.html or http://www.imagemagick.org/.
cristy3ed852e2009-09-05 21:47:34 +000090.SH SEE ALSO
91convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4)
92
93.SH COPYRIGHT
Cristy5dd59b82017-03-11 13:01:43 -050094\fBCopyright (C) 1999-2017 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-7/www/license.html or http://www.imagemagick.org/script/license.php\fP