I'm using the gifAnimation library and I was wondering if it is possible to save the gif I have made in the program instead of exporting using .finish(). Below is some code that should clarify what i'm trying to do.
for(int x=0;x<10;x++)
gifExport.addFrame();
Gif myGif = gifExport.//some Save function//.
Any help is appreciated. I'm willing to try another gif library if needed. In fact tell me if there are any other gif libraries out there. Thank you.