Свойство | Тип | Описание | |
---|---|---|---|
Class | String | ||
UnpackNum | int | ||
exportOffset | int | ||
headerData | byte[] | ||
imageData | byte[] | ||
properties | SaltPropertyReader.Property>.Dictionary |
Свойство | Тип | Описание | |
---|---|---|---|
ChooseNewCache | void | ||
MakeCache | void | ||
MoveCaches | void |
Метод | Описание | |
---|---|---|
CopyImgList ( ITexture2D tex2D, IPCCObject PCC ) : void | ||
CopyImgList ( |
||
Dispose ( ) : void | ||
DumpImg ( |
Gets the raw image data, mainly for use with AK's image displayer
|
|
DumpTexture ( string filename ) : void | ||
GenerateImageInfo ( ) : IImageInfo | ||
GetImage ( int size = -1 ) : System.Drawing.Bitmap | ||
GetImageData ( int size = -1 ) : byte[] | ||
GetTexArchive ( string dir ) : String | ||
LowResFix ( ) : void | ||
ME3SaltTexture2D ( ) : System | ||
ME3SaltTexture2D ( |
||
ME3SaltTexture2D ( string name, List |
||
OneImageToRuleThemAll ( |
||
ToArray ( uint pccExportDataOffset, IPCCObject pcc ) : byte[] | ||
ToArray ( uint pccExportDataOffset, |
||
addBiggerImage ( |
||
extractImage ( ImageInfo imgInfo, bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
extractImage ( string strImgSize, bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
extractMaxImage ( bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
getFileFormat ( ) : string | ||
getPropertyList ( ) : List |
||
removeImage ( ) : void | ||
replaceImage ( string strImgSize, |
||
replaceImage2 ( string strImgSize, |
||
singleImageUpscale ( |
||
upscaleImage ( |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
ChooseNewCache ( string bioPath, int buffLength ) : void | ||
MakeCache ( String filename, String biopath ) : void | ||
MoveCaches ( string cookedPath, string NewCache ) : void |
public CopyImgList ( ITexture2D tex2D, IPCCObject PCC ) : void | ||
tex2D | ITexture2D | |
PCC | IPCCObject | |
Результат | void |
public CopyImgList ( |
||
inTex | ||
pcc | ||
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public DumpImg ( |
||
imgSize | ||
archiveDir | string | |
Результат | byte[] |
public DumpTexture ( string filename ) : void | ||
filename | string | |
Результат | void |
public GetImage ( int size = -1 ) : System.Drawing.Bitmap | ||
size | int | |
Результат | System.Drawing.Bitmap |
public GetImageData ( int size = -1 ) : byte[] | ||
size | int | |
Результат | byte[] |
public GetTexArchive ( string dir ) : String | ||
dir | string | |
Результат | String |
public ME3SaltTexture2D ( |
||
pccObj | ||
texIdx | int | |
pathBioGame | String | |
hash | uint | |
Результат | System |
public ME3SaltTexture2D ( string name, List |
||
name | string | |
pccs | List |
|
ExpIDs | List |
|
hash | uint | |
pathBIOGame | string | |
GameVersion | int | |
Результат | System |
public OneImageToRuleThemAll ( |
||
im | ||
archiveDir | string | |
imgData | byte | |
Результат | void |
public ToArray ( uint pccExportDataOffset, IPCCObject pcc ) : byte[] | ||
pccExportDataOffset | uint | |
pcc | IPCCObject | |
Результат | byte[] |
public ToArray ( uint pccExportDataOffset, |
||
pccExportDataOffset | uint | |
pcc | ||
Результат | byte[] |
public addBiggerImage ( |
||
im | ||
archiveDir | string | |
Результат | void |
public extractImage ( ImageInfo imgInfo, bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
imgInfo | ImageInfo | |
NoOutput | bool | |
archiveDir | string | |
fileName | string | |
Результат | byte[] |
public extractImage ( string strImgSize, bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
strImgSize | string | |
NoOutput | bool | |
archiveDir | string | |
fileName | string | |
Результат | byte[] |
public extractMaxImage ( bool NoOutput, string archiveDir = null, string fileName = null ) : byte[] | ||
NoOutput | bool | |
archiveDir | string | |
fileName | string | |
Результат | byte[] |
public replaceImage ( string strImgSize, |
||
strImgSize | string | |
im | ||
archiveDir | string | |
Результат | void |
public replaceImage2 ( string strImgSize, |
||
strImgSize | string | |
im | ||
archiveDir | string | |
Результат | void |
public singleImageUpscale ( |
||
im | ||
archiveDir | string | |
Результат | void |
public upscaleImage ( |
||
inTex | ||
Результат | void |