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

Revision 11865, 4.8 kB (checked in by cristy, 8 weeks ago)
Line 
1.TH animate 1 "Date: 2005/03/01 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  -identify            identify the format and characteristics of the image
31  -immutable           displayed image cannot be modified
32  -interlace type      type of image interlacing scheme
33  -interpolate method  pixel color interpolation method
34  -limit type value    pixel cache resource limit
35  -loop iterations     loop images then exit
36  -matte               store matte channel if the image has one
37  -map type            display image using this Standard Colormap
38  -monitor             monitor progress
39  -pause               seconds to pause before reanimating
40  -page geometry       size and location of an image canvas (setting)
41  -quantize colorspace reduce colors in this colorspace
42  -quiet               suppress all warning messages
43  -regard-warnings     pay attention to warning messages
44  -remote command      execute a command in an remote display process
45  -sampling-factor geometry
46                       horizontal and vertical sampling factor
47  -scenes range        image scene range
48  -seed value          seed a new sequence of pseudo-random numbers
49  -set attribute value set an image attribute
50  -size geometry       width and height of image
51  -support factor      resize support: > 1.0 is blurry, < 1.0 is sharp
52  -transparent-color color
53                       transparent color
54  -treedepth value     color tree depth
55  -verbose             print detailed information about the image
56  -visual type         display image using this visual type
57  -virtual-pixel method
58                       virtual pixel access method
59  -window id           display image to background of this window
60
61Image Operators:
62  -colors value        preferred number of colors in the image
63  -crop geometry       preferred size and location of the cropped image
64  -extract geometry    extract area from image
65  -monochrome          transform image to black and white
66  -repage geometry     size and location of an image canvas (operator)
67  -resample geometry   change the resolution of an image
68  -resize geometry     resize the image
69  -rotate degrees      apply Paeth rotation to the image
70  -strip               strip image of all profiles and comments
71  -trim                trim image edges
72
73Image Sequence Operators:
74  -coalesce            merge a sequence of images
75  -flatten             flatten a sequence of images
76
77Miscellaneous Options:
78  -debug events        display copious debugging information
79  -help                print program options
80  -log format          format of debugging information
81  -list type           print a list of supported option arguments
82  -version             print version information
83
84In 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. 
85
86By 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.
87
88Buttons:
89  1    press to map or unmap the Command widget
90.SH SEE-ALSO
91ImageMagick(1)
92
93.SH COPYRIGHT
94
95\fBCopyright (C) 1999-2008 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.