Hi,
I am looking for a way to create an animted gif file from a set of given JPEGs.
I already created an online solution in php which I can consume as a REST service, but it would be nice to have
this function offline as well. With the PHP graphic libraries this is just a few lines of code…
- submitting jpg to server
 - converting single JPEGs to single GIF’s
 - merging them to an animted gif
 - returnig the gif
 
Maybe one of the cool plugin developer is Interested in creating a gif plugin or is there someone who already
did something like this in Corona?
Thanks for your ideas
Andreas
      
    
 Andreas