[Scilab-users] animaGIF 1.0 is released

Claus Futtrup cfuttrup at gmail.com
Tue Jul 23 22:23:23 CEST 2019


Hi Samuel

Thanks. That's such a useful feature. You're a Scilab genius!

Cheers,
Claus

On 22.07.2019 21:39, Samuel Gougeon wrote:
> 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
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users




---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190723/5b938147/attachment.htm>


More information about the users mailing list