AnimatedGif
AnimatedGif copied to clipboard
:vhs: A high performance .NET library for reading and creating animated GIFs
No Loop
Is it possible to not loop the created gif?
Attempting to create a gif with only 54 frames using the memory stream variations takes over 7 seconds with a 677x1179 frame, would like to be able to do this...
I got weird problem. The more compressed images I send to the function, the bigger the gif is at the end. It's a bit illogical. Could you maybe know what...
If two images of different resolutions are used for creating a gif, the image with smaller resolution gets displayed in a shrunk size in the GIF, with rest of the...
Would you mind sharing more detail about how you came up with the calculation of the delay time low/high byte? `buffer[4] = (byte) (delay / 10 % 0x100); // Delay...
The lib itself is pretty light (~64 KB) but icon makes it ~400 KB which is pointless because icon is shown nowhere. Please remove the Icon.ico from the .dll itself...
the part of my code that picks the file names is a bit separated from where I create the files, it would be nice if I could use the library...
Could we create a gif from a video?