From 236f03c0b9a4982328ed1201978f7f69d192d9b2 Mon Sep 17 00:00:00 2001 From: Anton Novoselov Date: Tue, 1 Aug 2017 12:53:38 +0300 Subject: Blast 1.1 release (windows / linux) see docs/release_notes.txt for details --- docs/api_docs/files/pageconverter.html | 37 +++++++++++++--------------------- 1 file changed, 14 insertions(+), 23 deletions(-) (limited to 'docs/api_docs/files/pageconverter.html') diff --git a/docs/api_docs/files/pageconverter.html b/docs/api_docs/files/pageconverter.html index 18ac0a3..70c805c 100644 --- a/docs/api_docs/files/pageconverter.html +++ b/docs/api_docs/files/pageconverter.html @@ -1,6 +1,6 @@ - NVIDIA(R) Blast(R) SDK 1.0 API Reference: DataConverter + NVIDIA(R) Blast(R) SDK 1.1 API Reference: LegacyConverter @@ -20,38 +20,29 @@
-

DataConverter

+

LegacyConverter

 
 USAGE:
 
-   DataConverter  -i <infile> -o <outfile> [-v <outversion>] [--]
-                         [--version] [-h]
+   LegacyConverter <infile> [-t <type>] [-o <outfile>] [-e <encoding>]
 
 Where:
 
-   -i <infile>,  --infile <infile>
-     (required)  Input binary file.
+   <infile>  (required)  Input legacy format file.
 
-   -o <outfile>,  --outfile <outfile>
-     (required)  Output binary file.
+   -t <type>
+     (optional)  The file format of <infile>.  Must be one of: {llasset, tkasset, bpxa, pllasset, ptkasset, pbpxa} (case insensitive).
+     If not given, the file extension of <infile> is used.
+   
+   -outfile <outfile>
+     (optional)  Filename (including path) of the output converted file.
+	 If not given, the filename <infile> is used, with extension (if it has one) changed to .blast.
 
-   -v <outversion>,  --outversion <outversion>
-     Output binary block version. Pass -1 or ignore this parameter to
-     convert to latest version.
-
-   --,  --ignore_rest
-     Ignores the rest of the labeled arguments following this flag.
-
-   --version
-     Displays version information and exits.
-
-   -h,  --help
-     Displays usage information and exits.
+   -e <encoding>
+     (optional)  Encoding to use for output file.  Must be one of: {cpnb, raw} (case insensitive).
+	 If not given, cpnb (Cap'n Proto binary) is used.
 
 

-Blast™ low-level and Tk libraries will only load data in the most current format. If your data is in an older format, you may use the Data Format Conversion Extension (NvBlastExtConverterLL) API to convert to the current format.

-DataConverter.exe is a utility to convert Blast™ data from an older format into the current format. The data must be stored in a binary-format file with filename given as the <infile> parameter. It uses the Data Format Conversion Extension (NvBlastExtConverterLL) API to perform the conversion.

-Currently, DataConverter only works on the low-level data formats for an asset (NvBlastAsset) and family (NvBlastFamily). The .blast files used by SampleAssetViewer (see Samples) may be converted using this tool.


-- cgit v1.2.3