C# Class PixelArtUpScaler.BitmapFilter

Exibir arquivo Open project: michaelrbk/pixelart-vectorizer Class Usage Examples

Public Methods

Method Description
Grayscale ( Bitmap b ) : Bitmap
Scale2x ( Bitmap b ) : Bitmap
Scale3x ( Bitmap b ) : Bitmap
Scale4x ( Bitmap b ) : Bitmap

Method Details

Grayscale() public static method

public static Grayscale ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
return System.Drawing.Bitmap

Scale2x() public static method

public static Scale2x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
return System.Drawing.Bitmap

Scale3x() public static method

public static Scale3x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
return System.Drawing.Bitmap

Scale4x() public static method

public static Scale4x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
return System.Drawing.Bitmap