C# Class ProtImage.CZ3Parser

Inheritance: CZParserBase
Mostra file Open project: wetor/LucaSystemTools

Public Methods

Method Description
CZ3ToPng ( string infile ) : void
FileExport ( string name, string outpath = null ) : void
FileImport ( string name, string outpath = null ) : void
PngToCZ3 ( string outfile ) : void

Private Methods

Method Description
Export ( Array Texture ) : Bitmap

Method Details

CZ3ToPng() public method

public CZ3ToPng ( string infile ) : void
infile string
return void

FileExport() public method

public FileExport ( string name, string outpath = null ) : void
name string
outpath string
return void

FileImport() public method

public FileImport ( string name, string outpath = null ) : void
name string
outpath string
return void

PngToCZ3() public method

public PngToCZ3 ( string outfile ) : void
outfile string
return void