Concatenation with OTB 7.0.0 versus OTB 6.6.0

Dear all,

I would like to use the new OTB version (7.0.0) but I have some troubles that I don’t have with the 6.6 version (Windows10).

I have 3 Sentinelle bands images (B4.jp2, B3.jp2, B2.jp2), I need a color composition. So with OTB version 7.0.0, I tried:
otbcli_ConcatenateImages -il B4.jp2 B3.jp2 B2.jp2 -out test_RGB.jp2
Error GDAL format

so I tried
otbcli_ConcatenateImages -il B4.jp2 B3.jp2 B2.jp2 -out test_RGBv1.tif
I had a resulting image without geographics coordinates

With OTB version 6.6.0, I tried the same:
otbcli_ConcatenateImages -il B4.jp2 B3.jp2 B2.jp2 -out test_RGBv2.tif
I had a resulting image with geographics coordinates

So I wondered why the geographics coordinates are no longer present after the concatenation with the version 7.0 ?
Thank you to tell me
Natacha

Dear all,
It’s ok with the new OTB version 7.1.0.
Natacha