I\'m trying to fix a performance issue when creating GIFs with lots of frames. For example some GIFs could contain > 1200 frames. With my current code I run out of memory. I\'m
If you set kCGImagePropertyGIFHasGlobalColorMap to NO then out of memory will not happen.
kCGImagePropertyGIFHasGlobalColorMap
NO