Skip to content
Snippets Groups Projects
Commit 71abd467 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: ReadImageInfo application doc update.

parent 8fa707d4
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,17 @@ private:
{
SetName("ReadImageInfo");
SetDescription("Get information about the image");
// Documentation
SetDocName("read image information Application");
SetDocLongDescription("Display informations about the image in the logger tab.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine ReadImageInfo ${OTB-BIN}/bin "
"--in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif");
AddDocTag("Util");
}
virtual ~ReadImageInfo()
......
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