Hi,<br><br>I am trying to generate a mosaic which initializes the newly created geotiff file with an RGB value of &quot;226 1 226&quot; and then to replace those areas with input geotiff file where they exist and keeping the initial value of &quot;226 1 226&quot; where they don&#39;t exist.
<br>I have run the following command:<br>gdalwarp.exe -wo INIT_DEST=&quot;226 1 226&quot; -rc -s_srs EPSG:4326 -t_srs EPSG:4326 inputgeotiff1.tif inputgeotiff2.tif outputgeotiff.tif<br><br>The resulting output geotiff has two issues:
<br>a.) The initial background value is an RGB of &quot;226 226 226&quot; instead of &quot;226 1 226&quot;<br>b.) The first geotiff image called inputgeotiff1.tif is not displayed and the area where it is supposed to be displayed has the initial background image instead.&nbsp;&nbsp; Note:&nbsp; The second input geotiff image is correctly displayed replacing the initial background image.
<br><br>Thanks,<br><br>-- <br>John J. Mitchell