BRender Tutorial Guide:8 BRender Tools :TEXCONV
Next|Prev|Up

TEXCONV


TEXCONV is a command-line tool for importing and manipulating textures.

Command line format: texconv {options}

Command line options are given below:

If an input type is not specified, it will be guessed from the filename extension.

The default output type is pixelmap.

Note that TEXCONV can take a BRender .pix file and convert it to .tga format. You could save a scene generated in BRender:

	BrPixelmapSave(back_buffer, "filename.pix")
then convert it to .tga format:

	TEXCONV filename.pix -P std.pal -o filename.tga

Generated with CERN WebMaker