[Scilab-users] animaGIF 1.0 is released

Samuel Gougeon sgougeon at free.fr
Mon Jul 22 21:39:39 CEST 2019


Hello,

I am glad to announce the first release of the animaGIF package :
https://atoms.scilab.org/toolboxes/animaGIF

animaGIF() aims to be a stand-alone function (no thirdparty), easy to 
use and easy to maintain
(no hard code to recompile from a Scilab version to next ones).

It is fully documented (with animated examples displayed in the Scilab 
help :-)

Enjoy.
Samuel

PS : Scilab pointers about the topic :
http://bugzilla.scilab.org/5569
http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tt4032828.html#a4032836
http://mailinglists.scilab.org/Scilab-users-animation-of-multiple-plots-tp4032841p4032845.html

---------------------------------------


  animated GIF creator

stand-alone creation of an animated GIF image from images files or from 
a live figure

Description :

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190722/ccdcc3b6/attachment.htm>


More information about the users mailing list