[Scilab-users] animaGIF 1.0 is released

Yann Debray @ Scilab yann.debray at scilab-enterprises.com
Tue Jul 23 22:42:17 CEST 2019


  
  
  
    
    	Congrats Samuel, that is a useful feature!I am always looking for some animations to demonstrate the capabilities of Scilab. This shall help greatly. I will advertise it in the newsfeed.
    	
    	

    	
--Yann DebrayScilab DirectorESI GroupCell: +33 6 88 20 67 01 Website: https://www.scilab.org
    
  




On Tue, Jul 23, 2019 at 10:22 PM +0200, "Claus Futtrup" <cfuttrup at gmail.com> wrote:











  
    
  
  
    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

    
    



    
  


	
        
		Virus-free. www.avast.com
		
	
 






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


More information about the users mailing list