Skip to content
Snippets Groups Projects
Commit 9c288a62 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:try to improve the documentation of the output image pixel type parameter

parent 56a25adc
No related branches found
No related tags found
No related merge requests found
......@@ -687,8 +687,11 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer &
{
oss << "\t Type: String (output image file name and optionally its pixel type)"
<< std::endl;
oss
<< "\t You can also add after the filename the output pixel type"
<< std::endl;
oss
<< "\t Possible pixel type: int8, uint8, int16, uint16, int32, uint32, flooat or double"
<< "\t Possible pixel types:{int8,uint8,int16,uint16,int32,uint32,float,double}"
<< std::endl;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment