blob: 8d2d912e9eab2937535e3e3dd1931f6d63fe7e44 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001.TH animate 1 "Date: 2009/01/10 01:00:00" "ImageMagick"
2.SH NAME
3animate \- animates an image or image sequence on any X server.
4.SH SYNOPSIS
5.TP
6\fBanimate\fP [\fIoptions\fP] \fIinput-file\fP
7.SH OVERVIEW
8The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on any X server.
9
Cristy47950f62015-12-18 18:31:40 -050010For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-7/www/animate.html or http://www.imagemagick.org/script/animate.php.
cristy3ed852e2009-09-05 21:47:34 +000011.SH DESCRIPTION
12Image Settings:
cristye9252c22013-07-30 15:43:21 +000013 \-alpha option on, activate, off, deactivate, set, opaque, copy
14 transparent, extract, background, or shape
cristy3ed852e2009-09-05 21:47:34 +000015 \-authenticate value decrypt image with this password
16 \-backdrop display image centered on a backdrop
cristy3ed852e2009-09-05 21:47:34 +000017 \-colormap type Shared or Private
18 \-colorspace type alternate image colorspace
19 \-decipher filename convert cipher pixels to plain pixels
20 \-define format:option
21 define one or more image format options
22 \-delay value display the next image after pausing
23 \-density geometry horizontal and vertical density of the image
24 \-depth value image depth
25 \-display server display image to this X server
26 \-dispose method layer disposal method
27 \-dither method apply error diffusion to image
cristye9252c22013-07-30 15:43:21 +000028 \-filter type use this filter when resizing an image
cristy3ed852e2009-09-05 21:47:34 +000029 \-format "string" output formatted image characteristics
30 \-gamma value level of gamma correction
31 \-geometry geometry preferred size and location of the Image window
32 \-gravity type horizontal and vertical backdrop placement
33 \-identify identify the format and characteristics of the image
34 \-immutable displayed image cannot be modified
35 \-interlace type type of image interlacing scheme
36 \-interpolate method pixel color interpolation method
37 \-limit type value pixel cache resource limit
38 \-loop iterations loop images then exit
39 \-matte store matte channel if the image has one
40 \-map type display image using this Standard Colormap
41 \-monitor monitor progress
42 \-pause seconds to pause before reanimating
43 \-page geometry size and location of an image canvas (setting)
44 \-quantize colorspace reduce colors in this colorspace
45 \-quiet suppress all warning messages
46 \-regard-warnings pay attention to warning messages
47 \-remote command execute a command in an remote display process
Cristy9c8659b2017-05-19 20:05:03 -040048 \-repage geometry size and location of an image canvas (operator)
cristye9252c22013-07-30 15:43:21 +000049 \-respect-parentheses settings remain in effect until parenthesis boundary
cristy3ed852e2009-09-05 21:47:34 +000050 \-sampling-factor geometry
51 horizontal and vertical sampling factor
52 \-scenes range image scene range
53 \-seed value seed a new sequence of pseudo-random numbers
54 \-set attribute value set an image attribute
55 \-size geometry width and height of image
56 \-support factor resize support: > 1.0 is blurry, < 1.0 is sharp
57 \-transparent-color color
58 transparent color
59 \-treedepth value color tree depth
60 \-verbose print detailed information about the image
61 \-visual type display image using this visual type
62 \-virtual-pixel method
63 virtual pixel access method
64 \-window id display image to background of this window
65
66Image Operators:
cristy17ada022014-11-07 22:12:23 +000067 \-channel mask set the image channel mask
cristy3ed852e2009-09-05 21:47:34 +000068 \-colors value preferred number of colors in the image
69 \-crop geometry preferred size and location of the cropped image
70 \-extract geometry extract area from image
71 \-monochrome transform image to black and white
cristy3ed852e2009-09-05 21:47:34 +000072 \-resample geometry change the resolution of an image
73 \-resize geometry resize the image
74 \-rotate degrees apply Paeth rotation to the image
75 \-strip strip image of all profiles and comments
cristye9252c22013-07-30 15:43:21 +000076 \-thumbnail geometry create a thumbnail of the image
cristy3ed852e2009-09-05 21:47:34 +000077 \-trim trim image edges
78
79Image Sequence Operators:
80 \-coalesce merge a sequence of images
81 \-flatten flatten a sequence of images
82
83Miscellaneous Options:
84 \-debug events display copious debugging information
85 \-help print program options
86 \-log format format of debugging information
87 \-list type print a list of supported option arguments
88 \-version print version information
89
90In addition to those listed above, you can specify these standard X resources as command line options: \-background, \-bordercolor, \-borderwidth, \-font, \-foreground, \-iconGeometry, \-iconic, \-name, \-mattecolor, \-shared-memory, or \-title.
91
92By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
93
94Buttons:
95 1 press to map or unmap the Command widget
96.SH SEE ALSO
97ImageMagick(1)
98
99.SH COPYRIGHT
100
Cristy5dd59b82017-03-11 13:01:43 -0500101\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