C# 클래스 CatEye.Core.RawLoader

파일 보기 프로젝트 열기: bigfatbrowncat/CatEye 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RAW_EXTENSIONS string[]

공개 메소드들

메소드 설명
Downscale ( int k, ProgressReporter callback ) : bool
FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : RawLoader
IsRaw ( string filename ) : bool

보호된 메소드들

메소드 설명
RawLoader ( int width, int height ) : System

비공개 메소드들

메소드 설명
RawLoader ( ) : System

메소드 상세

Downscale() 공개 메소드

public Downscale ( int k, ProgressReporter callback ) : bool
k int
callback ProgressReporter
리턴 bool

FromFile() 공개 정적인 메소드

public static FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : RawLoader
filename string
divide_by_2 bool
callback ProgressReporter
리턴 RawLoader

IsRaw() 공개 정적인 메소드

public static IsRaw ( string filename ) : bool
filename string
리턴 bool

RawLoader() 보호된 메소드

protected RawLoader ( int width, int height ) : System
width int
height int
리턴 System

프로퍼티 상세

RAW_EXTENSIONS 공개적으로 정적으로 프로퍼티

public static string[] RAW_EXTENSIONS
리턴 string[]