| 4 | == Usage == |
| 5 | {{{ |
| 6 | ossim-img2md [options] <metadata_writer> <input_file> <output_file> |
| 7 | }}} |
| 8 | |
| 9 | == Options == |
| 10 | {{{ |
| 11 | --disable-elev Will disable the elevation |
| 12 | --disable-notify Takes an argument. Arguments are ALL, WARN, NOTICE, INFO, |
| 13 | FATAL, DEBUG. If you want multiple disables then just do |
| 14 | multiple --disable-notify on the command line. All argument |
| 15 | are case insensitive. Default is all are enabled. |
| 16 | --disable-plugin Will disable the plugin loader |
| 17 | --ossim-logfile takes a logfile as an argument. All output messages are |
| 18 | redirected to the specified log file. By default there is |
| 19 | no log file and all messages are enabled. |
| 20 | -K specify individual keywords to add to the preferences |
| 21 | keyword list: name=value |
| 22 | -P specify a preference file to load |
| 23 | -T specify the classes to trace, ex: ossimInit|ossimImage.* |
| 24 | will trace ossimInit and all ossimImage classes |
| 25 | -V or --version Display version information. |
| 26 | -h or --help Shows help |
| 27 | -t or --template Template to pass to meta data writer. |
| 28 | }}} |