grendizerufo / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Option to output without header #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
An option to output files with no header information for consoles and games 
would be nice

Original issue reported on code.google.com by andi.ire...@gmail.com on 27 Oct 2008 at 4:19

GoogleCodeExporter commented 9 years ago
This is already available in NVTT's OutputOptions:

void OutputOptions::setOutputHeader(bool outputHeader);

Set it to false to prevent outputting the header:

outputOptions.setOutputHeader(false);

Let me know if that's what you were looking for.

Original comment by cast...@gmail.com on 27 Oct 2008 at 8:20

GoogleCodeExporter commented 9 years ago
sorry yes that is exactly what i needed is there an easy way o ad a custom 
header 
struct in place of the built in one

Original comment by andi.ire...@gmail.com on 28 Oct 2008 at 1:23

GoogleCodeExporter commented 9 years ago
No, but it should be easy for you to provide your own implemention of 
OutputHandler 
and add your own header.

Original comment by cast...@gmail.com on 28 Oct 2008 at 1:37