assimp extract <model> [out]

Extract embedded texture images

Arguments

NameDescription
modelRelative or absolute path to the input model
outRelative or absolute path to write the output images to

Options

NameDescription
-t, --texture <index>Zero-based index of the texture to be extracted
-ba, –-bmp-with-alphaSpecifies 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, –-nosuffixPrevents 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
-cfastFast post processing preset, runs just a few important steps
-cdefaultDefault post processing: runs all recommended steps
-cfullFires almost all post processing steps
-h, --helpDetailed help on a command