C# Class TEXporter.Format11

Mostrar archivo Open project: FrozenFish24/TurnaboutTools

Public Methods

Method Description
Deinterlace ( byte &tex, int width, int height ) : byte[]
Extract ( byte &tex, int width, int height, string filename ) : void
FlipEndianness ( byte &data ) : void
Insert ( int width, int height, string imageFile, byte header ) : byte[]
Interlace ( byte &pkm, int width, int height ) : byte[]

Method Details

Deinterlace() public static method

public static Deinterlace ( byte &tex, int width, int height ) : byte[]
tex byte
width int
height int
return byte[]

Extract() public static method

public static Extract ( byte &tex, int width, int height, string filename ) : void
tex byte
width int
height int
filename string
return void

FlipEndianness() public static method

public static FlipEndianness ( byte &data ) : void
data byte
return void

Insert() public static method

public static Insert ( int width, int height, string imageFile, byte header ) : byte[]
width int
height int
imageFile string
header byte
return byte[]

Interlace() public static method

public static Interlace ( byte &pkm, int width, int height ) : byte[]
pkm byte
width int
height int
return byte[]