NGif
NGif copied to clipboard
.NET advanced GIF library
[oddness.zip](https://github.com/avianbc/NGif/files/1415358/oddness.zip)  I'm creating a scroll effect by drawing multiple frames offset by X. The frames are generated in memory, but to illustrate the issue I have exported them to...
This change adds a new way to add Frames, in which the client already knows the palette and can compute their own indexedPixels. This is very common for retro games...
Parallel Expansion - Support for Parallelism, direct byte pointer buffer, out of order frame adds, cancellation token and direct filestream
Adds support for: Parallelism, OutOfOrder frame adds, direct byte pointer buffer, cancellation token, direct filestream
I am making a fractal generator that also encodes an infinite gif of the finished fractal zoom. This encoder works pretty well for that, but at this point where I...