Property | Type | Description | |
---|---|---|---|
RAW_EXTENSIONS | string[] |
Method | Description | |
---|---|---|
Downscale ( int k, ProgressReporter callback ) : bool | ||
FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : |
||
IsRaw ( string filename ) : bool |
Method | Description | |
---|---|---|
RawLoader ( int width, int height ) : System |
Method | Description | |
---|---|---|
RawLoader ( ) : System |
public Downscale ( int k, ProgressReporter callback ) : bool | ||
k | int | |
callback | ProgressReporter | |
return | bool |
public static FromFile ( string filename, bool divide_by_2, ProgressReporter callback ) : |
||
filename | string | |
divide_by_2 | bool | |
callback | ProgressReporter | |
return |
public static IsRaw ( string filename ) : bool | ||
filename | string | |
return | bool |
protected RawLoader ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |