Extract embedded texture images
Arguments
Name | Description |
---|
model | Relative or absolute path to the input model |
out | Relative or absolute path to write the output images to |
Options
Name | Description |
---|
-t, --texture <index> | Zero-based index of the texture to be extracted |
-ba, –-bmp-with-alpha | Specifies whether output BMPs contain an alpha channel or not |
-f, --format <format> | Specifies the output file format. Supported formats are BMP and TGA. The default value is BMP (if a full output filename is specified, the output file format is taken from its extension) |
-s, –-nosuffix | Prevents the tool from adding the _img<n> suffix to all filenames. This option must be specified together with -t to ensure that just one image is written |
-cfast | Fast post processing preset, runs just a few important steps |
-cdefault | Default post processing: runs all recommended steps |
-cfull | Fires almost all post processing steps |
-h, --help | Detailed help on a command |