<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,
    <p>I am glad to announce the first release of the animaGIF package :<br>
      <a class="moz-txt-link-freetext" href="https://atoms.scilab.org/toolboxes/animaGIF">https://atoms.scilab.org/toolboxes/animaGIF</a><br>
      <br>
      animaGIF() aims to be a stand-alone function (no thirdparty), easy
      to use and easy to maintain<br>
      (no hard code to recompile from a Scilab version to next ones).<br>
      <br>
      It is fully documented (with animated examples displayed in the
      Scilab help :-)<br>
      <br>
      Enjoy.<br>
      Samuel<br>
      <br>
      PS : Scilab pointers about the topic :<br>
      <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/5569">http://bugzilla.scilab.org/5569</a><br>
<a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tt4032828.html#a4032836">http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tt4032828.html#a4032836</a><br>
<a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tp4032841p4032845.html">http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tp4032841p4032845.html</a><br>
      <br>
      ---------------------------------------<br>
    </p>
    <div class="atoms_toolbox_title" style="color: rgb(91, 89, 80);
      font-family: sans-serif; font-size: 14.4px; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
      start; text-indent: 0px; text-transform: none; white-space:
      normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
      0px; text-decoration-style: initial; text-decoration-color:
      initial;">
      <h1 style="color: rgb(95, 95, 95); font-family: Georgia, serif;
        font-size: 1.4em; margin: 10px 0px;">animated GIF creator</h1>
    </div>
    <div style="color: rgb(91, 89, 80); font-family: sans-serif;
      font-size: 14.4px; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: 400; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      font-style: italic;">stand-alone creation of an animated GIF image
      from images files or from a live figure</div>
    <p>Description :<br>
    </p>
    <pre style="color: rgb(91, 89, 80); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">animaGIF() builds an animated GIF from png | jpg | bmp images files, or directly
from a live graphical figure.

It uses the JVM embedded in Scilab and is stand-alone. No external thirdparty
application (like ImageMagic or Gimp, etc) is required.

SYNTAXES
--------
animaGIF(filemask, outgif)
animaGIF(imagefiles, outgif)
animaGIF(.., delay)
animaGIF(.., delay, loops)

idGif = animaGIF(idFig, outgif) // opens the GIF stream
idGif = animaGIF(idFig, outgif, delay)
idGif = animaGIF(idFig, outgif, delay, loops)
idGif = animaGIF(idFig, idGif)  // adds a snapshot of the figure
animaGIF(idGif)                 // closes the GIF stream

</pre>
  </body>
</html>