C# Class ImageProcessor.Imaging.Quantizers.WuQuantizer.ImageBuffer

The image buffer for storing and manipulating pixel information. Adapted from
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
ImageBuffer ( Bitmap image ) : System

Initializes a new instance of the ImageBuffer class.

UpdatePixelIndexes ( IEnumerable lineIndexes ) : void

Updates the pixel indexes.

Method Details

ImageBuffer() public méthode

Initializes a new instance of the ImageBuffer class.
public ImageBuffer ( Bitmap image ) : System
image System.Drawing.Bitmap /// The image to store. ///
Résultat System

UpdatePixelIndexes() public méthode

Updates the pixel indexes.
public UpdatePixelIndexes ( IEnumerable lineIndexes ) : void
lineIndexes IEnumerable /// The enumerable byte array representing each row of pixels. ///
Résultat void