ofxGifEncoder icon indicating copy to clipboard operation
ofxGifEncoder copied to clipboard

Saving Gif files on iOS

Open thinium opened this issue 8 years ago • 0 comments

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!

thinium avatar Jul 13 '16 16:07 thinium