C# 클래스 PixelArtUpScaler.BitmapFilter

파일 보기 프로젝트 열기: michaelrbk/pixelart-vectorizer 1 사용 예제들

공개 메소드들

메소드 설명
Grayscale ( Bitmap b ) : Bitmap
Scale2x ( Bitmap b ) : Bitmap
Scale3x ( Bitmap b ) : Bitmap
Scale4x ( Bitmap b ) : Bitmap

메소드 상세

Grayscale() 공개 정적인 메소드

public static Grayscale ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Scale2x() 공개 정적인 메소드

public static Scale2x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Scale3x() 공개 정적인 메소드

public static Scale3x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

Scale4x() 공개 정적인 메소드

public static Scale4x ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap