github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/www/animate.html (about)

     1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     2    "http://www.w3.org/TR/html4/loose.dtd">
     3  <html>
     4  <head>
     5  	<meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=us-ascii">
     6  	<title>GraphicsMagick GM Utility</title>
     7  	<style type=text/css>
     8  	<!--
     9  		@page { size: 8.5in 11in }
    10  		TD P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt }
    11  		P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt }
    12  		A:link { color: #00B04F }
    13  		A:visited { color: #007B37 }
    14  	-->
    15  	</style>
    16  
    17  </head>
    18  <body LANG="en-US" TEXT="#000000" LINK="#00B04F" VLINK="#007B37" BGCOLOR="#ffffff">
    19  <a name="top"></a>
    20  <table border=0 cellpadding=10 cellspacing=0 style="margin-top:-17px" width="100%"><tr><td>
    21  <br>&nbsp;<br>
    22  <table BORDER=0 WIDTH="100%"> 
    23  <tr> 
    24  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
    25  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
    26  height=14 width=15><b><font face="Helvetica, Arial"><font 
    27  color="#00B04F"><font size="+1">
    28  <a NAME="animate"></a>gm animate
    29  </font></font></font></b></td></tr></table>
    30  <table width="94%" border="0" cellspacing="0" cellpadding="8">
    31  <tr><td width="3%"><br></td><td>
    32  <table BORDER=0 WIDTH="100%"> 
    33  <tr> 
    34  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
    35  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
    36  height=14 width=15><b><font face="Helvetica, Arial"><font 
    37  color="#00B04F"><font size="+1">
    38  <a NAME="contents"></a>Contents
    39  </font></font></font></b></td></tr></table>
    40  <table width="94%" border="0" cellspacing="0" cellpadding="8">
    41  <tr><td width="3%"><br></td><td>
    42  <dl>
    43  <dt>
    44  <a href="#syno">Synopsis</a>
    45  </dt>
    46  <dt>
    47  <a href="#desc">Description</a>
    48  </dt>
    49  <dt>
    50  <a href="#exam">Examples</a>
    51  </dt>
    52  <dt>
    53  <a href="#opti">Options</a>
    54  </dt>
    55  <dt>
    56  <a href="#mous">Mouse Buttons</a>
    57  </dt>
    58  <dt>
    59  <a href="#comm">Command Widget</a>
    60  </dt>
    61  <dt>
    62  <a href="#keyb">Keyboard Accelerators</a>
    63  </dt>
    64  <dt>
    65  <a href="#xres">X Resources</a>
    66  </dt>
    67  </dl>
    68  </td></tr></table>
    69  <table BORDER=0 WIDTH="100%"> 
    70  <tr> 
    71  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
    72  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
    73  height=14 width=15><b><font face="Helvetica, Arial"><font 
    74  color="#00B04F"><font size="+1">
    75  <a NAME="syno"></a>Synopsis
    76  </font></font></font></b></td></tr></table>
    77  <table width="94%" border="0" cellspacing="0" cellpadding="8">
    78  <tr><td width="3%"><br></td><td>
    79  <p>
    80  <strong>gm animate</strong> <strong>[</strong> <em>options</em> <strong>...]</strong> <em>file</em> [ [
    81  <em>options</em> ...] <em>file</em> ...]
    82  <br>&nbsp;<br>
    83  </td></tr></table>
    84  <table BORDER=0 WIDTH="100%"> 
    85  <tr> 
    86  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
    87  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
    88  height=14 width=15><b><font face="Helvetica, Arial"><font 
    89  color="#00B04F"><font size="+1">
    90  <a NAME="desc"></a>Description
    91  </font></font></font></b></td></tr></table>
    92  <table width="94%" border="0" cellspacing="0" cellpadding="8">
    93  <tr><td width="3%"><br></td><td>
    94  <p>
    95  <strong>Animate</strong> displays a sequence of images on any workstation display
    96  running an X server. <strong>animate</strong> first determines the hardware capabilities
    97  of the workstation. If the number of unique colors in an image is less
    98  than or equal to the number the workstation can support, the image is displayed
    99  in an X window. Otherwise the number of colors in the image is first reduced
   100  to match the color resolution of the workstation before it is displayed.
   101  <p>
   102  This means that a continuous-tone 24 bits-per-pixel image can display on
   103  a 8 bit pseudo-color device or monochrome device. In most instances the
   104  reduced color image closely resembles the original. Alternatively, a monochrome
   105  or pseudo-color image sequence can display on a continuous-tone 24 bits-per-pixel
   106  device.
   107  <p>
   108  To help prevent color flashing on X server visuals that have colormaps,
   109  <strong>animate</strong>
   110  creates a single colormap from the image sequence. This can be rather time
   111  consuming. You can speed this operation up by reducing the colors in the
   112  image before you "animate" them. Use <strong>mogrify</strong> to color reduce the
   113  images to a single colormap. See <strong>mogrify(1)</strong> for details. Alternatively,
   114  you can use a Standard Colormap; or a static, direct, or true color visual.
   115  You can define a Standard Colormap with <em>xstdcmap</em>. See <strong>xstdcmap(1)</strong>
   116  for details. This method is recommended for colormapped X server because
   117  it eliminates the need to compute a global colormap.
   118  </td></tr></table>
   119       <p>
   120  <i><a href="#top">Back to Contents</a></i> 
   121  &nbsp;</p>
   122  <table BORDER=0 WIDTH="100%"> 
   123  <tr> 
   124  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   125  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   126  height=14 width=15><b><font face="Helvetica, Arial"><font 
   127  color="#00B04F"><font size="+1">
   128  <a NAME="exam"></a>Examples
   129  </font></font></font></b></td></tr></table>
   130  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   131  <tr><td width="3%"><br></td><td>
   132  <p>
   133  To animate a set of images of a cockatoo, use:
   134  <pre>
   135      gm animate cockatoo.*
   136  </pre>
   137  <p>
   138  To animate a cockatoo image sequence while using the Standard Colormap
   139  <em>best</em>, use:
   140  <pre>
   141      xstdcmap -best
   142      gm animate -map best cockatoo.*
   143  </pre>
   144  <p>
   145  To animate an image of a cockatoo without a border centered on a backdrop,
   146  use:
   147  <br>&nbsp;<br>
   148  <pre>
   149      gm animate +borderwidth -backdrop cockatoo.*
   150  </pre>
   151  </td></tr></table>
   152       <p>
   153  <i><a href="#top">Back to Contents</a></i> 
   154  &nbsp;</p>
   155  <table BORDER=0 WIDTH="100%"> 
   156  <tr> 
   157  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   158  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   159  height=14 width=15><b><font face="Helvetica, Arial"><font 
   160  color="#00B04F"><font size="+1">
   161  <a NAME="opti"></a>Options
   162  </font></font></font></b></td></tr></table>
   163  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   164  <tr><td width="3%"><br></td><td>
   165  <p>
   166  For a more detailed description of each option, see
   167  Options, above.
   168  <a href="GraphicsMagick.html"><em>GraphicsMagick(1)</em></a>.
   169  <br>&nbsp;<br>
   170  <table BORDER=0 WIDTH="94%">
   171  <tr>
   172  <td width="3%"><br></td> 
   173  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   174  <img SRC="images/right_triangle_option.png"
   175  ALT=">" BORDER=0 height=14
   176  width=15><b><font face="Helvetica, Arial"
   177  ><font color="#00B04F"><font size="+1">
   178      <a href="GraphicsMagick.html#details-authenticate">-authenticate</a> <i>&lt;string&gt;</i>
   179  </font></font></font></b></td></tr></table>
   180  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>decrypt image with this password</td></tr></table>
   181  <table BORDER=0 WIDTH="94%">
   182  <tr>
   183  <td width="3%"><br></td> 
   184  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   185  <img SRC="images/right_triangle_option.png"
   186  ALT=">" BORDER=0 height=14
   187  width=15><b><font face="Helvetica, Arial"
   188  ><font color="#00B04F"><font size="+1">
   189      <a href="GraphicsMagick.html#details-backdrop">-backdrop</a>
   190  </font></font></font></b></td></tr></table>
   191  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>display the image centered on a backdrop.</td></tr></table>
   192  <table BORDER=0 WIDTH="94%">
   193  <tr>
   194  <td width="3%"><br></td> 
   195  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   196  <img SRC="images/right_triangle_option.png"
   197  ALT=">" BORDER=0 height=14
   198  width=15><b><font face="Helvetica, Arial"
   199  ><font color="#00B04F"><font size="+1">
   200      <a href="GraphicsMagick.html#details-background">-background</a> <i>&lt;color&gt;</i>
   201  </font></font></font></b></td></tr></table>
   202  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the background color</td></tr></table>
   203  <table BORDER=0 WIDTH="94%">
   204  <tr>
   205  <td width="3%"><br></td> 
   206  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   207  <img SRC="images/right_triangle_option.png"
   208  ALT=">" BORDER=0 height=14
   209  width=15><b><font face="Helvetica, Arial"
   210  ><font color="#00B04F"><font size="+1">
   211      <a href="GraphicsMagick.html#details-bordercolor">-bordercolor</a> <i>&lt;color&gt;</i>
   212  </font></font></font></b></td></tr></table>
   213  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the border color</td></tr></table>
   214  <table BORDER=0 WIDTH="94%">
   215  <tr>
   216  <td width="3%"><br></td> 
   217  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   218  <img SRC="images/right_triangle_option.png"
   219  ALT=">" BORDER=0 height=14
   220  width=15><b><font face="Helvetica, Arial"
   221  ><font color="#00B04F"><font size="+1">
   222      -borderwidth <i>&lt;geometry&gt;</i>
   223  </font></font></font></b></td></tr></table>
   224  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the border width</td></tr></table>
   225  <table BORDER=0 WIDTH="94%">
   226  <tr>
   227  <td width="3%"><br></td> 
   228  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   229  <img SRC="images/right_triangle_option.png"
   230  ALT=">" BORDER=0 height=14
   231  width=15><b><font face="Helvetica, Arial"
   232  ><font color="#00B04F"><font size="+1">
   233      <a href="GraphicsMagick.html#details-chop">-chop</a> <i>&lt;width&gt;x&lt;height&gt;</i>{<i>+-</i>}<i>&lt;x&gt;</i>{<i>+-</i>}<i>&lt;y&gt;</i>{<i>%</i>}<i></i>
   234  </font></font></font></b></td></tr></table>
   235  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>remove pixels from the interior of an image</td></tr></table>
   236  <table BORDER=0 WIDTH="94%">
   237  <tr>
   238  <td width="3%"><br></td> 
   239  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   240  <img SRC="images/right_triangle_option.png"
   241  ALT=">" BORDER=0 height=14
   242  width=15><b><font face="Helvetica, Arial"
   243  ><font color="#00B04F"><font size="+1">
   244      <a href="GraphicsMagick.html#details-colormap">-colormap</a> <i>&lt;type&gt;</i>
   245  </font></font></font></b></td></tr></table>
   246  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>define the colormap type</td></tr></table>
   247  <table BORDER=0 WIDTH="94%">
   248  <tr>
   249  <td width="3%"><br></td> 
   250  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   251  <img SRC="images/right_triangle_option.png"
   252  ALT=">" BORDER=0 height=14
   253  width=15><b><font face="Helvetica, Arial"
   254  ><font color="#00B04F"><font size="+1">
   255      <a href="GraphicsMagick.html#details-colors">-colors</a> <i>&lt;value&gt;</i>
   256  </font></font></font></b></td></tr></table>
   257  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>preferred number of colors in the image</td></tr></table>
   258  <table BORDER=0 WIDTH="94%">
   259  <tr>
   260  <td width="3%"><br></td> 
   261  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   262  <img SRC="images/right_triangle_option.png"
   263  ALT=">" BORDER=0 height=14
   264  width=15><b><font face="Helvetica, Arial"
   265  ><font color="#00B04F"><font size="+1">
   266      <a href="GraphicsMagick.html#details-colorspace">-colorspace</a> <i>&lt;value&gt;</i>
   267  </font></font></font></b></td></tr></table>
   268  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the type of colorspace</td></tr></table>
   269  <table BORDER=0 WIDTH="94%">
   270  <tr>
   271  <td width="3%"><br></td> 
   272  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   273  <img SRC="images/right_triangle_option.png"
   274  ALT=">" BORDER=0 height=14
   275  width=15><b><font face="Helvetica, Arial"
   276  ><font color="#00B04F"><font size="+1">
   277      <a href="GraphicsMagick.html#details-crop">-crop</a> <i>&lt;width&gt;x&lt;height&gt;</i>{<i>+-</i>}<i>&lt;x&gt;</i>{<i>+-</i>}<i>&lt;y&gt;</i>{<i>%</i>}<i></i>
   278  </font></font></font></b></td></tr></table>
   279  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>preferred size and location of the cropped image</td></tr></table>
   280  <table BORDER=0 WIDTH="94%">
   281  <tr>
   282  <td width="3%"><br></td> 
   283  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   284  <img SRC="images/right_triangle_option.png"
   285  ALT=">" BORDER=0 height=14
   286  width=15><b><font face="Helvetica, Arial"
   287  ><font color="#00B04F"><font size="+1">
   288      -debug <i>&lt;events&gt;</i>
   289  </font></font></font></b></td></tr></table>
   290  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>enable debug printout</td></tr></table>
   291  <table BORDER=0 WIDTH="94%">
   292  <tr>
   293  <td width="3%"><br></td> 
   294  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   295  <img SRC="images/right_triangle_option.png"
   296  ALT=">" BORDER=0 height=14
   297  width=15><b><font face="Helvetica, Arial"
   298  ><font color="#00B04F"><font size="+1">
   299      <a href="GraphicsMagick.html#details-define">-define</a> <i>&lt;key&gt;</i>{<i>=&lt;value&gt;</i>}<i>,...</i>
   300  </font></font></font></b></td></tr></table>
   301  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>add coder/decoder specific options</td></tr></table>
   302  <table BORDER=0 WIDTH="94%">
   303  <tr>
   304  <td width="3%"><br></td> 
   305  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   306  <img SRC="images/right_triangle_option.png"
   307  ALT=">" BORDER=0 height=14
   308  width=15><b><font face="Helvetica, Arial"
   309  ><font color="#00B04F"><font size="+1">
   310      <a href="GraphicsMagick.html#details-delay">-delay</a> <i>&lt;1/100ths of a second&gt;</i>
   311  </font></font></font></b></td></tr></table>
   312  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>display the next image after pausing</td></tr></table>
   313  <table BORDER=0 WIDTH="94%">
   314  <tr>
   315  <td width="3%"><br></td> 
   316  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   317  <img SRC="images/right_triangle_option.png"
   318  ALT=">" BORDER=0 height=14
   319  width=15><b><font face="Helvetica, Arial"
   320  ><font color="#00B04F"><font size="+1">
   321      <a href="GraphicsMagick.html#details-density">-density</a> <i>&lt;width&gt;x&lt;height&gt;</i>
   322  </font></font></font></b></td></tr></table>
   323  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>horizontal and vertical resolution in pixels of the image</td></tr></table>
   324  <table BORDER=0 WIDTH="94%">
   325  <tr>
   326  <td width="3%"><br></td> 
   327  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   328  <img SRC="images/right_triangle_option.png"
   329  ALT=">" BORDER=0 height=14
   330  width=15><b><font face="Helvetica, Arial"
   331  ><font color="#00B04F"><font size="+1">
   332      <a href="GraphicsMagick.html#details-depth">-depth</a> <i>&lt;value&gt;</i>
   333  </font></font></font></b></td></tr></table>
   334  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>depth of the image</td></tr></table>
   335  <table BORDER=0 WIDTH="94%">
   336  <tr>
   337  <td width="3%"><br></td> 
   338  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   339  <img SRC="images/right_triangle_option.png"
   340  ALT=">" BORDER=0 height=14
   341  width=15><b><font face="Helvetica, Arial"
   342  ><font color="#00B04F"><font size="+1">
   343      <a href="GraphicsMagick.html#details-display">-display</a> <i>&lt;host:display[.screen]&gt;</i>
   344  </font></font></font></b></td></tr></table>
   345  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>specifies the X server to contact</td></tr></table>
   346  <table BORDER=0 WIDTH="94%">
   347  <tr>
   348  <td width="3%"><br></td> 
   349  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   350  <img SRC="images/right_triangle_option.png"
   351  ALT=">" BORDER=0 height=14
   352  width=15><b><font face="Helvetica, Arial"
   353  ><font color="#00B04F"><font size="+1">
   354      <a href="GraphicsMagick.html#details-dispose">-dispose</a> <i>&lt;method&gt;</i>
   355  </font></font></font></b></td></tr></table>
   356  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>GIF disposal method</td></tr></table>
   357  <table BORDER=0 WIDTH="94%">
   358  <tr>
   359  <td width="3%"><br></td> 
   360  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   361  <img SRC="images/right_triangle_option.png"
   362  ALT=">" BORDER=0 height=14
   363  width=15><b><font face="Helvetica, Arial"
   364  ><font color="#00B04F"><font size="+1">
   365      <a href="GraphicsMagick.html#details-dither">-dither</a>
   366  </font></font></font></b></td></tr></table>
   367  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>apply Floyd/Steinberg error diffusion to the image</td></tr></table>
   368  <table BORDER=0 WIDTH="94%">
   369  <tr>
   370  <td width="3%"><br></td> 
   371  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   372  <img SRC="images/right_triangle_option.png"
   373  ALT=">" BORDER=0 height=14
   374  width=15><b><font face="Helvetica, Arial"
   375  ><font color="#00B04F"><font size="+1">
   376      <a href="GraphicsMagick.html#details-font">-font</a> <i>&lt;name&gt;</i>
   377  </font></font></font></b></td></tr></table>
   378  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>use this font when annotating the image with text</td></tr></table>
   379  <table BORDER=0 WIDTH="94%">
   380  <tr>
   381  <td width="3%"><br></td> 
   382  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   383  <img SRC="images/right_triangle_option.png"
   384  ALT=">" BORDER=0 height=14
   385  width=15><b><font face="Helvetica, Arial"
   386  ><font color="#00B04F"><font size="+1">
   387      <a href="GraphicsMagick.html#details-foreground">-foreground</a> <i>&lt;color&gt;</i>
   388  </font></font></font></b></td></tr></table>
   389  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>define the foreground color</td></tr></table>
   390  <table BORDER=0 WIDTH="94%">
   391  <tr>
   392  <td width="3%"><br></td> 
   393  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   394  <img SRC="images/right_triangle_option.png"
   395  ALT=">" BORDER=0 height=14
   396  width=15><b><font face="Helvetica, Arial"
   397  ><font color="#00B04F"><font size="+1">
   398      <a href="GraphicsMagick.html#details-gamma">-gamma</a> <i>&lt;value&gt;</i>
   399  </font></font></font></b></td></tr></table>
   400  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>level of gamma correction</td></tr></table>
   401  <table BORDER=0 WIDTH="94%">
   402  <tr>
   403  <td width="3%"><br></td> 
   404  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   405  <img SRC="images/right_triangle_option.png"
   406  ALT=">" BORDER=0 height=14
   407  width=15><b><font face="Helvetica, Arial"
   408  ><font color="#00B04F"><font size="+1">
   409      <a href="GraphicsMagick.html#details-geometry">-geometry</a> <i>&lt;width&gt;x&lt;height&gt;</i>{<i>+-</i>}<i>&lt;x&gt;</i>{<i>+-</i>}<i>&lt;y&gt;</i>{<i>%</i>}<i></i>{<i>@</i>}<i></i>{<i>!</i>}<i></i>{<i>^</i>}<i></i>{<i>&lt;</i>}<i></i>{<i>&gt;</i>}<i></i>
   410  </font></font></font></b></td></tr></table>
   411  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>Specify dimension, offset, and resize options.</td></tr></table>
   412  <table BORDER=0 WIDTH="94%">
   413  <tr>
   414  <td width="3%"><br></td> 
   415  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   416  <img SRC="images/right_triangle_option.png"
   417  ALT=">" BORDER=0 height=14
   418  width=15><b><font face="Helvetica, Arial"
   419  ><font color="#00B04F"><font size="+1">
   420      -help
   421  </font></font></font></b></td></tr></table>
   422  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>print usage instructions</td></tr></table>
   423  <table BORDER=0 WIDTH="94%">
   424  <tr>
   425  <td width="3%"><br></td> 
   426  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   427  <img SRC="images/right_triangle_option.png"
   428  ALT=">" BORDER=0 height=14
   429  width=15><b><font face="Helvetica, Arial"
   430  ><font color="#00B04F"><font size="+1">
   431      <a href="GraphicsMagick.html#details-iconGeometry">-iconGeometry</a> <i>&lt;geometry&gt;</i>
   432  </font></font></font></b></td></tr></table>
   433  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>specify the icon geometry</td></tr></table>
   434  <table BORDER=0 WIDTH="94%">
   435  <tr>
   436  <td width="3%"><br></td> 
   437  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   438  <img SRC="images/right_triangle_option.png"
   439  ALT=">" BORDER=0 height=14
   440  width=15><b><font face="Helvetica, Arial"
   441  ><font color="#00B04F"><font size="+1">
   442      -iconic
   443  </font></font></font></b></td></tr></table>
   444  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>iconic animation</td></tr></table>
   445  <table BORDER=0 WIDTH="94%">
   446  <tr>
   447  <td width="3%"><br></td> 
   448  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   449  <img SRC="images/right_triangle_option.png"
   450  ALT=">" BORDER=0 height=14
   451  width=15><b><font face="Helvetica, Arial"
   452  ><font color="#00B04F"><font size="+1">
   453      <a href="GraphicsMagick.html#details-interlace">-interlace</a> <i>&lt;type&gt;</i>
   454  </font></font></font></b></td></tr></table>
   455  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the type of interlacing scheme</td></tr></table>
   456  <table BORDER=0 WIDTH="94%">
   457  <tr>
   458  <td width="3%"><br></td> 
   459  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   460  <img SRC="images/right_triangle_option.png"
   461  ALT=">" BORDER=0 height=14
   462  width=15><b><font face="Helvetica, Arial"
   463  ><font color="#00B04F"><font size="+1">
   464      <a href="GraphicsMagick.html#details-limit">-limit</a> <i>&lt;type&gt; &lt;value&gt;</i>
   465  </font></font></font></b></td></tr></table>
   466  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>Disk, File, Map, Memory, Pixels, Width, Height or Threads resource limit</td></tr></table>
   467  <table BORDER=0 WIDTH="94%">
   468  <tr>
   469  <td width="3%"><br></td> 
   470  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   471  <img SRC="images/right_triangle_option.png"
   472  ALT=">" BORDER=0 height=14
   473  width=15><b><font face="Helvetica, Arial"
   474  ><font color="#00B04F"><font size="+1">
   475      <a href="GraphicsMagick.html#details-log">-log</a> <i>&lt;string&gt;</i>
   476  </font></font></font></b></td></tr></table>
   477  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>Specify format for debug log</td></tr></table>
   478  <table BORDER=0 WIDTH="94%">
   479  <tr>
   480  <td width="3%"><br></td> 
   481  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   482  <img SRC="images/right_triangle_option.png"
   483  ALT=">" BORDER=0 height=14
   484  width=15><b><font face="Helvetica, Arial"
   485  ><font color="#00B04F"><font size="+1">
   486      <a href="GraphicsMagick.html#details-map">-map</a> <i>&lt;type&gt;</i>
   487  </font></font></font></b></td></tr></table>
   488  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>display image using this type.</td></tr></table>
   489  <table BORDER=0 WIDTH="94%">
   490  <tr>
   491  <td width="3%"><br></td> 
   492  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   493  <img SRC="images/right_triangle_option.png"
   494  ALT=">" BORDER=0 height=14
   495  width=15><b><font face="Helvetica, Arial"
   496  ><font color="#00B04F"><font size="+1">
   497      <a href="GraphicsMagick.html#details-matte">-matte</a>
   498  </font></font></font></b></td></tr></table>
   499  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>store matte channel if the image has one</td></tr></table>
   500  <table BORDER=0 WIDTH="94%">
   501  <tr>
   502  <td width="3%"><br></td> 
   503  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   504  <img SRC="images/right_triangle_option.png"
   505  ALT=">" BORDER=0 height=14
   506  width=15><b><font face="Helvetica, Arial"
   507  ><font color="#00B04F"><font size="+1">
   508      <a href="GraphicsMagick.html#details-mattecolor">-mattecolor</a> <i>&lt;color&gt;</i>
   509  </font></font></font></b></td></tr></table>
   510  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>specify the color to be used with the <strong>-frame</strong> option</td></tr></table>
   511  <table BORDER=0 WIDTH="94%">
   512  <tr>
   513  <td width="3%"><br></td> 
   514  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   515  <img SRC="images/right_triangle_option.png"
   516  ALT=">" BORDER=0 height=14
   517  width=15><b><font face="Helvetica, Arial"
   518  ><font color="#00B04F"><font size="+1">
   519      -monitor
   520  </font></font></font></b></td></tr></table>
   521  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>show progress indication</td></tr></table>
   522  <table BORDER=0 WIDTH="94%">
   523  <tr>
   524  <td width="3%"><br></td> 
   525  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   526  <img SRC="images/right_triangle_option.png"
   527  ALT=">" BORDER=0 height=14
   528  width=15><b><font face="Helvetica, Arial"
   529  ><font color="#00B04F"><font size="+1">
   530      -monochrome
   531  </font></font></font></b></td></tr></table>
   532  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>transform the image to black and white</td></tr></table>
   533  <table BORDER=0 WIDTH="94%">
   534  <tr>
   535  <td width="3%"><br></td> 
   536  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   537  <img SRC="images/right_triangle_option.png"
   538  ALT=">" BORDER=0 height=14
   539  width=15><b><font face="Helvetica, Arial"
   540  ><font color="#00B04F"><font size="+1">
   541      -name
   542  </font></font></font></b></td></tr></table>
   543  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>name an image</td></tr></table>
   544  <table BORDER=0 WIDTH="94%">
   545  <tr>
   546  <td width="3%"><br></td> 
   547  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   548  <img SRC="images/right_triangle_option.png"
   549  ALT=">" BORDER=0 height=14
   550  width=15><b><font face="Helvetica, Arial"
   551  ><font color="#00B04F"><font size="+1">
   552      <a href="GraphicsMagick.html#details-noop">-noop</a>
   553  </font></font></font></b></td></tr></table>
   554  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>NOOP (no option)</td></tr></table>
   555  <table BORDER=0 WIDTH="94%">
   556  <tr>
   557  <td width="3%"><br></td> 
   558  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   559  <img SRC="images/right_triangle_option.png"
   560  ALT=">" BORDER=0 height=14
   561  width=15><b><font face="Helvetica, Arial"
   562  ><font color="#00B04F"><font size="+1">
   563      <a href="GraphicsMagick.html#details-pause">-pause</a> <i>&lt;seconds&gt;</i>
   564  </font></font></font></b></td></tr></table>
   565  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>pause between animation loops [animate]</td></tr></table>
   566  <table BORDER=0 WIDTH="94%">
   567  <tr>
   568  <td width="3%"><br></td> 
   569  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   570  <img SRC="images/right_triangle_option.png"
   571  ALT=">" BORDER=0 height=14
   572  width=15><b><font face="Helvetica, Arial"
   573  ><font color="#00B04F"><font size="+1">
   574      <a href="GraphicsMagick.html#details-remote">-remote</a>
   575  </font></font></font></b></td></tr></table>
   576  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>perform a X11 remote operation</td></tr></table>
   577  <table BORDER=0 WIDTH="94%">
   578  <tr>
   579  <td width="3%"><br></td> 
   580  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   581  <img SRC="images/right_triangle_option.png"
   582  ALT=">" BORDER=0 height=14
   583  width=15><b><font face="Helvetica, Arial"
   584  ><font color="#00B04F"><font size="+1">
   585      <a href="GraphicsMagick.html#details-rotate">-rotate</a> <i>&lt;degrees&gt;</i>{<i>&lt;</i>}<i></i>{<i>&gt;</i>}<i></i>
   586  </font></font></font></b></td></tr></table>
   587  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>rotate the image</td></tr></table>
   588  <table BORDER=0 WIDTH="94%">
   589  <tr>
   590  <td width="3%"><br></td> 
   591  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   592  <img SRC="images/right_triangle_option.png"
   593  ALT=">" BORDER=0 height=14
   594  width=15><b><font face="Helvetica, Arial"
   595  ><font color="#00B04F"><font size="+1">
   596      <a href="GraphicsMagick.html#details-sampling-factor">-sampling-factor</a> <i>&lt;horizontal_factor&gt;x&lt;vertical_factor&gt;</i>
   597  </font></font></font></b></td></tr></table>
   598  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>chroma subsampling factors</td></tr></table>
   599  <table BORDER=0 WIDTH="94%">
   600  <tr>
   601  <td width="3%"><br></td> 
   602  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   603  <img SRC="images/right_triangle_option.png"
   604  ALT=">" BORDER=0 height=14
   605  width=15><b><font face="Helvetica, Arial"
   606  ><font color="#00B04F"><font size="+1">
   607      <a href="GraphicsMagick.html#details-scenes">-scenes</a> <i>&lt;value-value&gt;</i>
   608  </font></font></font></b></td></tr></table>
   609  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>range of image scene numbers to read</td></tr></table>
   610  <table BORDER=0 WIDTH="94%">
   611  <tr>
   612  <td width="3%"><br></td> 
   613  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   614  <img SRC="images/right_triangle_option.png"
   615  ALT=">" BORDER=0 height=14
   616  width=15><b><font face="Helvetica, Arial"
   617  ><font color="#00B04F"><font size="+1">
   618      <a href="GraphicsMagick.html#details-shared-memory">-shared-memory</a>
   619  </font></font></font></b></td></tr></table>
   620  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>use shared memory</td></tr></table>
   621  <table BORDER=0 WIDTH="94%">
   622  <tr>
   623  <td width="3%"><br></td> 
   624  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   625  <img SRC="images/right_triangle_option.png"
   626  ALT=">" BORDER=0 height=14
   627  width=15><b><font face="Helvetica, Arial"
   628  ><font color="#00B04F"><font size="+1">
   629      <a href="GraphicsMagick.html#details-size">-size</a> <i>&lt;width&gt;x&lt;height&gt;</i>{<i>+offset</i>}<i></i>
   630  </font></font></font></b></td></tr></table>
   631  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>width and height of the image</td></tr></table>
   632  <table BORDER=0 WIDTH="94%">
   633  <tr>
   634  <td width="3%"><br></td> 
   635  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   636  <img SRC="images/right_triangle_option.png"
   637  ALT=">" BORDER=0 height=14
   638  width=15><b><font face="Helvetica, Arial"
   639  ><font color="#00B04F"><font size="+1">
   640      <a href="GraphicsMagick.html#details-text-font">-text-font</a> <i>&lt;name&gt;</i>
   641  </font></font></font></b></td></tr></table>
   642  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>font for writing fixed-width text</td></tr></table>
   643  <table BORDER=0 WIDTH="94%">
   644  <tr>
   645  <td width="3%"><br></td> 
   646  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   647  <img SRC="images/right_triangle_option.png"
   648  ALT=">" BORDER=0 height=14
   649  width=15><b><font face="Helvetica, Arial"
   650  ><font color="#00B04F"><font size="+1">
   651      <a href="GraphicsMagick.html#details-title">-title</a> <i>&lt;string&gt;</i>
   652  </font></font></font></b></td></tr></table>
   653  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>assign title to displayed image [<em>animate, display, montage</em>]</td></tr></table>
   654  <table BORDER=0 WIDTH="94%">
   655  <tr>
   656  <td width="3%"><br></td> 
   657  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   658  <img SRC="images/right_triangle_option.png"
   659  ALT=">" BORDER=0 height=14
   660  width=15><b><font face="Helvetica, Arial"
   661  ><font color="#00B04F"><font size="+1">
   662      <a href="GraphicsMagick.html#details-treedepth">-treedepth</a> <i>&lt;value&gt;</i>
   663  </font></font></font></b></td></tr></table>
   664  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>tree depth for the color reduction algorithm</td></tr></table>
   665  <table BORDER=0 WIDTH="94%">
   666  <tr>
   667  <td width="3%"><br></td> 
   668  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   669  <img SRC="images/right_triangle_option.png"
   670  ALT=">" BORDER=0 height=14
   671  width=15><b><font face="Helvetica, Arial"
   672  ><font color="#00B04F"><font size="+1">
   673      <a href="GraphicsMagick.html#details-trim">-trim</a>
   674  </font></font></font></b></td></tr></table>
   675  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>trim an image</td></tr></table>
   676  <table BORDER=0 WIDTH="94%">
   677  <tr>
   678  <td width="3%"><br></td> 
   679  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   680  <img SRC="images/right_triangle_option.png"
   681  ALT=">" BORDER=0 height=14
   682  width=15><b><font face="Helvetica, Arial"
   683  ><font color="#00B04F"><font size="+1">
   684      <a href="GraphicsMagick.html#details-type">-type</a> <i>&lt;type&gt;</i>
   685  </font></font></font></b></td></tr></table>
   686  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>the image type</td></tr></table>
   687  <table BORDER=0 WIDTH="94%">
   688  <tr>
   689  <td width="3%"><br></td> 
   690  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   691  <img SRC="images/right_triangle_option.png"
   692  ALT=">" BORDER=0 height=14
   693  width=15><b><font face="Helvetica, Arial"
   694  ><font color="#00B04F"><font size="+1">
   695      <a href="GraphicsMagick.html#details-verbose">-verbose</a>
   696  </font></font></font></b></td></tr></table>
   697  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>print detailed information about the image</td></tr></table>
   698  <table BORDER=0 WIDTH="94%">
   699  <tr>
   700  <td width="3%"><br></td> 
   701  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   702  <img SRC="images/right_triangle_option.png"
   703  ALT=">" BORDER=0 height=14
   704  width=15><b><font face="Helvetica, Arial"
   705  ><font color="#00B04F"><font size="+1">
   706      <a href="GraphicsMagick.html#details-version">-version</a>
   707  </font></font></font></b></td></tr></table>
   708  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>print GraphicsMagick version string</td></tr></table>
   709  <table BORDER=0 WIDTH="94%">
   710  <tr>
   711  <td width="3%"><br></td> 
   712  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   713  <img SRC="images/right_triangle_option.png"
   714  ALT=">" BORDER=0 height=14
   715  width=15><b><font face="Helvetica, Arial"
   716  ><font color="#00B04F"><font size="+1">
   717      <a href="GraphicsMagick.html#details-visual">-visual</a> <i>&lt;type&gt;</i>
   718  </font></font></font></b></td></tr></table>
   719  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>animate images using this X visual type</td></tr></table>
   720  <table BORDER=0 WIDTH="94%">
   721  <tr>
   722  <td width="3%"><br></td> 
   723  <td ALIGN=LEFT BGCOLOR="#FFFFFF">
   724  <img SRC="images/right_triangle_option.png"
   725  ALT=">" BORDER=0 height=14
   726  width=15><b><font face="Helvetica, Arial"
   727  ><font color="#00B04F"><font size="+1">
   728      <a href="GraphicsMagick.html#details-window">-window</a> <i>&lt;id&gt;</i>
   729  </font></font></font></b></td></tr></table>
   730  <table width="90%" border="0" cellspacing="0"              cellpadding="8">              <tr><td width="6%"><br></td><td>make image the background of a window</td></tr></table>
   731  <p>
   732  For a more detailed description of each option, see
   733  Options, above.
   734  <a href="GraphicsMagick.html"><em>GraphicsMagick(1)</em></a>.
   735  <br>&nbsp;<br>
   736  <p>
   737  Any option you specify on the command line remains in effect for the group
   738  of images following it, until the group is terminated by the appearance of
   739  any option or <strong>-noop</strong>.  For example, to animate three images, the first
   740  with 32 colors, the second with an unlimited number of colors, and the
   741  third with only 16 colors, use:
   742  <br>&nbsp;<br>
   743  <pre>
   744      gm animate -colors 32 cockatoo.1 -noop cockatoo.2 -colors 16 cockatoo.3
   745  </pre>
   746  <p>
   747  <strong>Animate</strong> options can appear on the command line or in your X resources
   748  file. See <em>X(1)</em>. Options on the command line supersede values specified
   749  in your X resources file.
   750  <p>Image filenames may appear in any order on the command line if the image
   751  format is <em>MIFF</em> (refer to <strong>miff(5)</strong> and the
   752  <strong>scene</strong> keyword
   753  is specified in the image. Otherwise the images will display in the order
   754  they appear on the command line.
   755  </td></tr></table>
   756       <p>
   757  <i><a href="#top">Back to Contents</a></i> 
   758  &nbsp;</p>
   759  <table BORDER=0 WIDTH="100%"> 
   760  <tr> 
   761  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   762  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   763  height=14 width=15><b><font face="Helvetica, Arial"><font 
   764  color="#00B04F"><font size="+1">
   765  <a NAME="mous"></a>Mouse Buttons
   766  </font></font></font></b></td></tr></table>
   767  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   768  <tr><td width="3%"><br></td><td>
   769  <p>
   770  Press any button to map or unmap the Command widget. See the next section
   771  for more information about the Command widget.
   772  </td></tr></table>
   773       <p>
   774  <i><a href="#top">Back to Contents</a></i> 
   775  &nbsp;</p>
   776  <table BORDER=0 WIDTH="100%"> 
   777  <tr> 
   778  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   779  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   780  height=14 width=15><b><font face="Helvetica, Arial"><font 
   781  color="#00B04F"><font size="+1">
   782  <a NAME="comm"></a>Command Widget
   783  </font></font></font></b></td></tr></table>
   784  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   785  <tr><td width="3%"><br></td><td>
   786  <p>
   787  The Command widget lists a number of sub-menus and commands. They are
   788  <ul>
   789  <li><strong>Animate</strong>
   790  <ul>
   791  <li>    Open
   792  <li>    Play
   793  <li>    Step
   794  <li>    Repeat
   795  <li>    Auto Reverse
   796  </ul>
   797  <li><strong>Speed</strong>
   798  <ul>
   799  <li>    Faster
   800  <li>    Slower
   801  </ul>
   802  <li><strong>Direction</strong>
   803  <ul>
   804  <li>    Forward
   805  <li>    Reverse
   806  </ul>
   807  <li><strong>Image Info</strong>
   808  <li><strong>Help</strong>
   809  <li><strong>Quit</strong>
   810  </ul>
   811  <p>
   812  Menu items with a indented triangle have a sub-menu. They are represented
   813  above as the indented items. To access a sub-menu item, move the pointer
   814  to the appropriate menu and press a button and drag. When you find the
   815  desired sub-menu item, release the button and the command is executed.
   816  Move the pointer away from the sub-menu if you decide not to execute a
   817  particular command.
   818  </td></tr></table>
   819       <p>
   820  <i><a href="#top">Back to Contents</a></i> 
   821  &nbsp;</p>
   822  <table BORDER=0 WIDTH="100%"> 
   823  <tr> 
   824  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   825  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   826  height=14 width=15><b><font face="Helvetica, Arial"><font 
   827  color="#00B04F"><font size="+1">
   828  <a NAME="keyb"></a>Keyboard Accelerators
   829  </font></font></font></b></td></tr></table>
   830  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   831  <tr><td width="3%"><br></td><td>
   832  <dl>
   833  <dt><strong>Ctl+O</strong></dt>
   834  <dd>Press to load an image from a file.</dd>
   835  <dt><strong>space</strong></dt>
   836  <dd>Press to display the next image in the sequence.</dd>
   837  <dt><strong>&lt;</strong></dt>
   838  <dd>Press to speed-up the display of the images.  Refer to
   839  <strong>-delay</strong> for more information.</dd>
   840  <dt><strong>&gt;</strong></dt>
   841  <dd>Press to slow the display of the images.  Refer to
   842  <strong>-delay</strong> for more information.</dd>
   843  <dt><strong>?</strong></dt>
   844  <dd>Press to display information about the image.  Press
   845  any key or button to erase the information.</dd>
   846  <dd>This information is printed: image name;  image size;
   847  and the total number of unique colors in the image.</dd>
   848  <dt><strong>F1</strong></dt>
   849  <dd>Press to display helpful information about <strong>animate(1)</strong>.</dd>
   850  <dt><strong>Ctl-q</strong></dt>
   851  <dd>Press to discard all images and exit program.</dd>
   852  </dl>
   853  </td></tr></table>
   854       <p>
   855  <i><a href="#top">Back to Contents</a></i> 
   856  &nbsp;</p>
   857  <table BORDER=0 WIDTH="100%"> 
   858  <tr> 
   859  <td ALIGN=LEFT bgcolor="#FFFFFF"><img 
   860  SRC="images/right_triangle.png"  ALT=">" BORDER=0 
   861  height=14 width=15><b><font face="Helvetica, Arial"><font 
   862  color="#00B04F"><font size="+1">
   863  <a NAME="xres"></a>X Resources
   864  </font></font></font></b></td></tr></table>
   865  <table width="94%" border="0" cellspacing="0" cellpadding="8">
   866  <tr><td width="3%"><br></td><td>
   867  <p>
   868  <strong>Animate</strong> options can appear on the command line or in your X resource
   869  file. Options on the command line supersede values specified in your X
   870  resource file. See <strong>X(1)</strong> for more information on X resources.
   871  <p>
   872  All <strong>animate</strong> options have a corresponding X resource. In addition,
   873  the <strong>animate</strong> program uses the following X resources:
   874  <dl>
   875  <dt><strong>background</strong> <strong>(</strong><em>class</em> <strong>Background)</strong></dt>
   876  <dd>
   877  Specifies the preferred color to use for the Image window background. The
   878  default is #ccc.</dd>
   879  <dt><strong>borderColor</strong> <strong>(</strong><em>class</em> <strong>BorderColor)</strong></dt>
   880  <dd>
   881  Specifies the preferred color to use for the Image window border. The default
   882  is #ccc.</dd>
   883  <dt><strong>borderWidth</strong> <strong>(</strong><em>class</em> <strong>BorderWidth)</strong></dt>
   884  <dd>
   885  Specifies the width in pixels of the Image window border. The default is
   886  2.</dd>
   887  <dt><strong>font</strong> <strong>(</strong><em>class</em> <strong>Font</strong> <strong>or</strong> <strong>FontList)</strong></dt>
   888  <dd>
   889  Specifies the name of the preferred font to use in normal formatted text.
   890  The default is 14 point <em>Helvetica</em>.</dd>
   891  <dt><strong>foreground</strong> <strong>(</strong><em>class</em> <strong>Foreground)</strong></dt>
   892  <dd>
   893  Specifies the preferred color to use for text within the Image window.
   894  The default is black.</dd>
   895  <dt><strong>geometry</strong> <strong>(</strong><em>class</em> <strong>geometry)</strong></dt>
   896  <dd>
   897  Specifies the preferred size and position of the image window. It is not
   898  necessarily obeyed by all window managers.
   899  Offsets, if present, are handled in <em>X(1)</em> style.  A negative x offset is
   900  measured from the right edge of the screen to the right edge of the icon,
   901  and a negative y offset is measured from the bottom edge of the screen
   902  to the bottom edge of the icon.</dd>
   903  <dt><strong>iconGeometry</strong> <strong>(</strong><em>class</em> <strong>IconGeometry)</strong></dt>
   904  <dd>
   905  Specifies the preferred size and position of the application when iconified.
   906  It is not necessarily obeyed by all window managers.
   907  Offsets, if present, are handled in the same manner as in class Geometry.</dd>
   908  <dt><strong>iconic</strong> <strong>(</strong><em>class</em> <strong>Iconic)</strong></dt>
   909  <dd>
   910  This resource indicates that you would prefer that the application's windows
   911  initially not be visible as if the windows had be immediately iconified
   912  by you. Window managers may choose not to honor the application's request.</dd>
   913  <dt><strong>matteColor</strong> <strong>(</strong><em>class</em> <strong>MatteColor)</strong></dt>
   914  <dd>
   915  Specify the color of windows. It is used for the backgrounds of windows,
   916  menus, and notices. A 3D effect is achieved by using highlight and shadow
   917  colors derived from this color. Default value: #ddd.</dd>
   918  <dt><strong>name</strong> <strong>(</strong><em>class</em> <strong>Name)</strong></dt>
   919  <dd>
   920  This resource specifies the name under which resources for the application
   921  should be found. This resource is useful in shell aliases to distinguish
   922  between invocations of an application, without resorting to creating links
   923  to alter the executable file name. The default is the application name.</dd>
   924  <dt><strong>sharedMemory</strong> <strong>(</strong><em>class</em> <strong>SharedMemory)</strong></dt>
   925  <dd>
   926  This resource specifies whether animate should attempt use shared memory
   927  for pixmaps. ImageMagick must be compiled with shared memory support, and
   928  the display must support the MIT-SHM extension. Otherwise, this resource
   929  is ignored. The default is True.</dd>
   930  <dt><strong>text_font</strong> <strong>(</strong><em>class</em> <strong>textFont)</strong></dt>
   931  <dd>
   932  Specifies the name of the preferred font to use in fixed (typewriter style)
   933  formatted text. The default is 14 point <em>Courier</em>.</dd>
   934  <dt><strong>title</strong> <strong>(</strong><em>class</em> <strong>Title)</strong></dt>
   935  <dd>
   936  This resource specifies the title to be used for the Image window. This
   937  information is sometimes used by a window manager to provide some sort
   938  of header identifying the window. The default is the image file name.</dd>
   939  </dl>
   940  </td></tr></table>
   941       <p>
   942  <i><a href="#top">Back to Contents</a></i> 
   943  &nbsp;</p>