NGif icon indicating copy to clipboard operation
NGif copied to clipboard

.NET advanced GIF library

Results 5 NGif issues
Sort by recently updated
recently updated
newest added

[oddness.zip](https://github.com/avianbc/NGif/files/1415358/oddness.zip) ![test](https://user-images.githubusercontent.com/21082669/32010506-06197160-b980-11e7-8085-01afa010737e.gif) 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...