<html><head></head><body>
<div>
<div><div style="direction: ltr;">Congrats Samuel, that is a useful feature!</div><div style="direction: ltr;">I am always looking for some animations to demonstrate the capabilities of Scilab. This shall help greatly. I will advertise it in the newsfeed.</div></div>
<div><br></div>
<div class="ms-outlook-ios-signature"><div><br></div><div style="direction: ltr;">--</div><div style="direction: ltr;">Yann Debray</div><div style="direction: ltr;">Scilab Director</div><div style="direction: ltr;">ESI Group</div><div style="direction: ltr;">Cell: +33 6 88 20 67 01 </div><div style="direction: ltr;">Website: https://www.scilab.org</div></div>
</div>
<br><br><br>
<div class="gmail_quote">On Tue, Jul 23, 2019 at 10:22 PM +0200, "Claus Futtrup" <span dir="ltr"><<a href="mailto:cfuttrup@gmail.com" target="_blank">cfuttrup@gmail.com</a>></span> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="3D"ltr"">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class="moz-cite-prefix">Hi Samuel</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Thanks. That's such a useful feature.
You're a Scilab genius!</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Cheers,</div>
<div class="moz-cite-prefix">Claus<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">On 22.07.2019 21:39, Samuel Gougeon
wrote:<br>
</div>
<blockquote type="cite" cite="mid:17ae14e8-8527-b0a8-6c6b-7040e5a79c08@free.fr">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
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" moz-do-not-send="true">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" moz-do-not-send="true">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" moz-do-not-send="true">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" moz-do-not-send="true">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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<p><br>
</p>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
<tbody><tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
<td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avast.com</a>
</td>
</tr>
</tbody></table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div>
</div>
</blockquote>
</div>
</body></html>