root/ImageMagick/trunk/utilities/animate.1.in

Revision 1, 5.0 KB (checked in by cristy, 3 months ago)


Line 
1.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
10For more information about the animate command, point your browser to file://@DOCUMENTATION_PATH@/www/animate.html or http://www.imagemagick.org/script/animate.php.
11.SH DESCRIPTION
12Image Settings:
13  \-authenticate value  decrypt image with this password
14  \-backdrop            display image centered on a backdrop
15  \-channel type        apply option to select image channels
16  \-colormap type       Shared or Private
17  \-colorspace type     alternate image colorspace
18  \-decipher filename   convert cipher pixels to plain pixels
19  \-define format:option
20                       define one or more image format options
21  \-delay value         display the next image after pausing
22  \-density geometry    horizontal and vertical density of the image
23  \-depth value         image depth
24  \-display server      display image to this X server
25  \-dispose method      layer disposal method
26  \-dither method       apply error diffusion to image
27  \-format "string"     output formatted image characteristics
28  \-gamma value         level of gamma correction
29  \-geometry geometry   preferred size and location of the Image window
30  \-gravity type        horizontal and vertical backdrop placement
31  \-identify            identify the format and characteristics of the image
32  \-immutable           displayed image cannot be modified
33  \-interlace type      type of image interlacing scheme
34  \-interpolate method  pixel color interpolation method
35  \-limit type value    pixel cache resource limit
36  \-loop iterations     loop images then exit
37  \-matte               store matte channel if the image has one
38  \-map type            display image using this Standard Colormap
39  \-monitor             monitor progress
40  \-pause               seconds to pause before reanimating
41  \-page geometry       size and location of an image canvas (setting)
42  \-quantize colorspace reduce colors in this colorspace
43  \-quiet               suppress all warning messages
44  \-regard-warnings     pay attention to warning messages
45  \-remote command      execute a command in an remote display process
46  \-sampling-factor geometry
47                       horizontal and vertical sampling factor
48  \-scenes range        image scene range
49  \-seed value          seed a new sequence of pseudo-random numbers
50  \-set attribute value set an image attribute
51  \-size geometry       width and height of image
52  \-support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
53  \-transparent-color color
54                       transparent color
55  \-treedepth value     color tree depth
56  \-verbose             print detailed information about the image
57  \-visual type         display image using this visual type
58  \-virtual-pixel method
59                       virtual pixel access method
60  \-window id           display image to background of this window
61
62Image Operators:
63  \-colors value        preferred number of colors in the image
64  \-crop geometry       preferred size and location of the cropped image
65  \-extract geometry    extract area from image
66  \-monochrome          transform image to black and white
67  \-repage geometry     size and location of an image canvas (operator)
68  \-resample geometry   change the resolution of an image
69  \-resize geometry     resize the image
70  \-rotate degrees      apply Paeth rotation to the image
71  \-strip               strip image of all profiles and comments
72  \-trim                trim image edges
73
74Image Sequence Operators:
75  \-coalesce            merge a sequence of images
76  \-flatten             flatten a sequence of images
77
78Miscellaneous Options:
79  \-debug events        display copious debugging information
80  \-help                print program options
81  \-log format          format of debugging information
82  \-list type           print a list of supported option arguments
83  \-version             print version information
84
85In 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. 
86
87By 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.
88
89Buttons:
90  1    press to map or unmap the Command widget
91.SH SEE ALSO
92ImageMagick(1)
93
94.SH COPYRIGHT
95
96\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.