Имя | Описание |
---|---|
AnimatedGifEncoder | Animated Gif Encoder Class |
Constants | Constants for the .net Gif encoding process. |
GifDecoder | Gif Reader Class |
GifDecoder.GifFrame | |
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. |
Posterize | Posterize filter. |