This merge request removes the Convert
application.
Convert
is deprecated and will be removed in OTB 7.0.
The following modifications have been made :
Convert
application has been removed from the AppImageUtils/app
CMakeLists and the otbConvert.cxx
has been deletedapTuUtConvertExtendedFilename_writer
and apTvUtConvertExtendedFilename_readerGEOM
now use DynamicConvert
instead of Convert
. They have been renamed in apTuUtDynamicConvertExtendedFilename_writer
and apTvUtDynamicConvertExtendedFilename_readerGEOM
. The baseline is unchanged. Note that those are the only test in OTB using the extended filename mechanism in an application.Convert
have been removed, along with their baseline.Convert
was used in the cookbook as an example application (for otbcli
, otbgui
and extended filenames). It has been replaced by DynamicConvert
.SetDocSeeAlso
method of applications ConcatenateImages
and DynamicConvert
Bug440
has been removed, as it tests the same thing as, for instance, PythonRescaleTest. This test was using the Convert
application.Convert
is replaced by DynamicConvert
(https://www.orfeo-toolbox.org/CookBook/Applications/app_DynamicConvert.html)
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging: