root / ImageMagick / branches / ImageMagick-6.3.5 / utilities / animate.1

Revision 7647, 4.6 kB (checked in by cristy, 15 months 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:///usr/local/share/doc/ImageMagick-6.3.5/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  -debug events        display copious debugging information
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  -dither              apply Floyd/Steinberg error diffusion to image
26  -format "string"     output formatted image characteristics
27  -gamma value         level of gamma correction
28  -geometry geometry   preferred size and location of the Image window
29  -help                print program options
30  -identify            identify the format and characteristics of the image
31  -interlace type      type of image interlacing scheme
32  -interpolate method  pixel color interpolation method
33  -limit type value    pixel cache resource limit
34  -log format          format of debugging information
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  -version             print version information
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
78In 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. 
79
80By 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.
81
82Buttons:
83  1    press to map or unmap the Command widget
84.SH SEE-ALSO
85ImageMagick(1)
86
87.SH COPYRIGHT
88
89\fBCopyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.3.5/www/license.php or http://www.imagemagick.org/script/license.php\fP
Note: See TracBrowser for help on using the browser.