Skip to content
Snippets Groups Projects
Commit 87a88b35 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

DOC: modify documentation in Convert app

parent ec175c9b
No related branches found
No related tags found
No related merge requests found
...@@ -91,16 +91,16 @@ private: ...@@ -91,16 +91,16 @@ private:
// Documentation // Documentation
SetDocName("Image Conversion"); SetDocName("Image Conversion");
SetDocLongDescription("This application performs an image pixel type conversion " SetDocLongDescription("This application performs an image pixel type conversion "
" (short, ushort, uchar, int, uint, float and double types are handled). " "(short, ushort, uchar, int, uint, float and double types are handled). "
"The output image is written in the specified format (ie. that corresponds " "The output image is written in the specified format (ie. that corresponds "
"to the given extension).\n The conversion can include a rescale of the data range, " "to the given extension).\n The conversion can include a rescale of the data range, "
"by default it's set from 2% to 98% of the data values. The rescale can be linear or log2. \n " "by default it's set from 2% to 98% of the data values. The rescale can be linear or log2. \n "
"The choice of the output channels can be done with the extended filename, " "The choice of the output channels can be done with the extended filename, "
"but less easy to handle. To do this, a 'channels' parameter allows you to select " "but less easy to handle. To do this, a 'channels' parameter allows you to select "
"the desired bands at the output. There are 3 modes, the available choices are: \n" "the desired bands at the output. There are 3 modes, the available choices are: \n"
" * grayscale : to display mono image as standard color image. \n" " * grayscale : to display mono image as standard color image \n"
" * rgb : select 3 bands in the input image (multi-bands). \n" " * rgb : select 3 bands in the input image (multi-bands) \n"
" * all : keep all bands. \n"); " * all : keep all bands.");
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors("OTB-Team"); SetDocAuthors("OTB-Team");
SetDocSeeAlso("Rescale"); SetDocSeeAlso("Rescale");
......
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