C# Class CatEye.Core.RawLoader

Afficher le fichier Open project: bigfatbrowncat/CatEye Class Usage Examples

Méthodes publiques

Свойство Type Description
RAW_EXTENSIONS string[]

Méthodes publiques

Méthode Description
Downscale ( int k, ProgressReporter callback ) : bool
FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : RawLoader
IsRaw ( string filename ) : bool

Méthodes protégées

Méthode Description
RawLoader ( int width, int height ) : System

Private Methods

Méthode Description
RawLoader ( ) : System

Method Details

Downscale() public méthode

public Downscale ( int k, ProgressReporter callback ) : bool
k int
callback ProgressReporter
Résultat bool

FromFile() public static méthode

public static FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : RawLoader
filename string
divide_by_2 bool
callback ProgressReporter
Résultat RawLoader

IsRaw() public static méthode

public static IsRaw ( string filename ) : bool
filename string
Résultat bool

RawLoader() protected méthode

protected RawLoader ( int width, int height ) : System
width int
height int
Résultat System

Property Details

RAW_EXTENSIONS public_oe static_oe property

public static string[] RAW_EXTENSIONS
Résultat string[]