ofxGifEncoder
ofxGifEncoder copied to clipboard
Saving Gif files on iOS
Hi, I am using ofxGifEncoder to create a Gif file. The addon is using FreeImage to create the GIF file and use FreeImage_CloseMultiBitmap to save the Gif file. It works fine on max os, but I don't know how to save the Gif file to a specified location, like ofxiPhoneGetDocumentsDirectory() for example.
Any advices are appreciated!