1animate(1) General Commands Manual animate(1)
2
3
4
6 animate - animates an image or image sequence on any X server.
7
9 animate [options] input-file
10
12 The animate program is a member of the ImageMagick(1) suite of tools.
13 Use it to animate an image or image sequence on any X server.
14
15 For more information about the animate command, point your browser to
16 file:///usr/share/doc/ImageMagick-6.3.2/www/animate.html or
17 http://www.imagemagick.org/script/animate.php.
18
20 Image Settings:
21 -authenticate value decrypt image with this password
22 -backdrop display image centered on a backdrop
23 -channel type apply option to select image channels
24 -colormap type Shared or Private
25 -colorspace type alternate image colorspace
26 -debug events display copious debugging information
27 -define format:option
28 define one or more image format options
29 -delay value display the next image after pausing
30 -density geometry horizontal and vertical density of the image
31 -depth value image depth
32 -display server display image to this X server
33 -dither apply Floyd/Steinberg error diffusion to image
34 -format "string" output formatted image characteristics
35 -gamma value level of gamma correction
36 -geometry geometry preferred size and location of the Image window
37 -help print program options
38 -identify identify the format and characteristics of the
39 image
40 -interlace type type of image interlacing scheme
41 -interpolate method pixel color interpolation method
42 -limit type value pixel cache resource limit
43 -log format format of debugging information
44 -loop iterations loop images then exit
45 -matte store matte channel if the image has one
46 -map type display image using this Standard Colormap
47 -monitor monitor progress
48 -pause seconds to pause before reanimating
49 -page geometry size and location of an image canvas (setting)
50 -quantize colorspace reduce colors in this colorspace
51 -quiet suppress all error or warning messages
52 -regard-warnings pay attention to warning messages
53 -remote command execute a command in an remote display process
54 -sampling-factor geometry
55 horizontal and vertical sampling factor
56 -scenes range image scene range
57 -set attribute value set an image attribute
58 -size geometry width and height of image
59 -support factor resize support: > 1.0 is blurry, < 1.0 is sharp
60 -transparent-color color
61 transparent color
62 -treedepth value color tree depth
63 -verbose print detailed information about the image
64 -version print version information
65 -visual type display image using this visual type
66 -virtual-pixel method
67 virtual pixel access method
68 -window id display image to background of this window
69
70 Image Operators:
71 -colors value preferred number of colors in the image
72 -crop geometry preferred size and location of the cropped image
73 -extract geometry extract area from image
74 -monochrome transform image to black and white
75 -repage geometry size and location of an image canvas (operator)
76 -resample geometry change the resolution of an image
77 -resize geometry resize the image
78 -rotate degrees apply Paeth rotation to the image
79 -strip strip image of all profiles and comments
80 -trim trim image edges
81
82 Image Sequence Operators:
83 -coalesce merge a sequence of images
84 -flatten flatten a sequence of images
85
86 In addition to those listed above, you can specify these standard X
87 resources as command line options: -background, -bordercolor, -border‐
88 width, -font, -foreground, -iconGeometry, -iconic, -name, -mattecolor,
89 -shared-memory, or -title.
90
91 By default, the image format of `file' is determined by its magic num‐
92 ber. To specify a particular image format, precede the filename with
93 an image format name and a colon (i.e. ps:image) or specify the image
94 type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for
95 standard input or output.
96
97 Buttons:
98 1 press to map or unmap the Command widget
99
101 ImageMagick(1)
102
103
105 Copyright (C) 1999-2006 ImageMagick Studio LLC. Additional copyrights
106 and licenses apply to this software, see
107 file:///usr/share/doc/ImageMagick-6.3.2/www/license.php or
108 http://www.imagemagick.org/script/license.php
109
110
111
112ImageMagick Date: 2005/03/01 01:00:00 animate(1)