Имя | Описание |
---|---|
AnimatedGifEncoder | Animated Gif Encoder Class |
GifEncoder | Encodes multiple images as an animated gif to a stream. ALWAYS wire this up in a "using" block Disposing the encoder will complete the file. Uses default .net GIF encoding and adds animation headers. |
LzwEncoder | Image compression routines. |
NeuQuant | Neural Quantization Class |
PixelUtil | Helper Class that gets and sets image pixels using Marshal calls. |