cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | .TH animate 1 "Date: 2009/01/10 01:00:00" "ImageMagick" |
| 2 | .SH NAME |
| 3 | animate \- 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 |
| 8 | The \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 | |
| 10 | For 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 |
| 12 | Image Settings: |
cristy | e9252c2 | 2013-07-30 15:43:21 +0000 | [diff] [blame] | 13 | \-alpha option on, activate, off, deactivate, set, opaque, copy |
| 14 | transparent, extract, background, or shape |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 15 | \-authenticate value decrypt image with this password |
| 16 | \-backdrop display image centered on a backdrop |
| 17 | \-channel type apply option to select image channels |
| 18 | \-colormap type Shared or Private |
| 19 | \-colorspace type alternate image colorspace |
| 20 | \-decipher filename convert cipher pixels to plain pixels |
| 21 | \-define format:option |
| 22 | define one or more image format options |
| 23 | \-delay value display the next image after pausing |
| 24 | \-density geometry horizontal and vertical density of the image |
| 25 | \-depth value image depth |
| 26 | \-display server display image to this X server |
| 27 | \-dispose method layer disposal method |
| 28 | \-dither method apply error diffusion to image |
cristy | e9252c2 | 2013-07-30 15:43:21 +0000 | [diff] [blame] | 29 | \-filter type use this filter when resizing an image |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 30 | \-format "string" output formatted image characteristics |
| 31 | \-gamma value level of gamma correction |
| 32 | \-geometry geometry preferred size and location of the Image window |
| 33 | \-gravity type horizontal and vertical backdrop placement |
| 34 | \-identify identify the format and characteristics of the image |
| 35 | \-immutable displayed image cannot be modified |
| 36 | \-interlace type type of image interlacing scheme |
| 37 | \-interpolate method pixel color interpolation method |
| 38 | \-limit type value pixel cache resource limit |
| 39 | \-loop iterations loop images then exit |
| 40 | \-matte store matte channel if the image has one |
| 41 | \-map type display image using this Standard Colormap |
| 42 | \-monitor monitor progress |
| 43 | \-pause seconds to pause before reanimating |
| 44 | \-page geometry size and location of an image canvas (setting) |
| 45 | \-quantize colorspace reduce colors in this colorspace |
| 46 | \-quiet suppress all warning messages |
| 47 | \-regard-warnings pay attention to warning messages |
| 48 | \-remote command execute a command in an remote display process |
cristy | e9252c2 | 2013-07-30 15:43:21 +0000 | [diff] [blame] | 49 | \-respect-parentheses settings remain in effect until parenthesis boundary |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 50 | \-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 | |
| 66 | Image Operators: |
| 67 | \-colors value preferred number of colors in the image |
| 68 | \-crop geometry preferred size and location of the cropped image |
| 69 | \-extract geometry extract area from image |
| 70 | \-monochrome transform image to black and white |
| 71 | \-repage geometry size and location of an image canvas (operator) |
| 72 | \-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 |
cristy | e9252c2 | 2013-07-30 15:43:21 +0000 | [diff] [blame] | 76 | \-thumbnail geometry create a thumbnail of the image |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 77 | \-trim trim image edges |
| 78 | |
| 79 | Image Sequence Operators: |
| 80 | \-coalesce merge a sequence of images |
| 81 | \-flatten flatten a sequence of images |
| 82 | |
| 83 | Miscellaneous 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 | |
| 90 | In 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 | |
| 92 | By 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 | |
| 94 | Buttons: |
| 95 | 1 press to map or unmap the Command widget |
| 96 | .SH SEE ALSO |
| 97 | ImageMagick(1) |
| 98 | |
| 99 | .SH COPYRIGHT |
| 100 | |
cristy | fe676ee | 2013-11-18 13:03:38 +0000 | [diff] [blame] | 101 | \fBCopyright (C) 1999-2014 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 |