<div dir="ltr">Hi,<div>I have four tif input files, these have 3 bands RGB and are JPEG compressed.</div><div>No null data set.</div><div><br></div><div>My goal is to mosaic these and then warp the mosaic.</div><div><br></div><div>I start it with:</div><div><br></div><div>gdalbuildvrt mosaic.vrt file1.tif 

file2.tif 

file3.tif 

file4.tif</div><div><br></div><div>Then I warp the mosaic:</div><div><br></div><div>gdalwarp -dstalpha -of vrt -overwrite -s_srs EPSG:32632 -t_srs EPSG:7791 mosaic.vrt warped.vrt<br></div><div><br></div><div>Then I run</div><div><br></div><div>gdal_translate -b 1 -b 2 -b 3 -b 4 -co BIGTIFF=YES -co COMPRESS=DEFLATE -co ALPHA=YES -co TILED=YES -co NUM_THREADS=ALL_CPUS 

warped.vrt  output.tif<br></div><div><br></div><div>The final tiff file has black edges.</div><div>What's wrong with my procedure? How to avoid this?</div><div><br></div><div>Thank you</div><div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><span style="font-size:small">___________________</span><br></div><div dir="ltr"><span style="font-size:small"><br></span></div><div dir="ltr">Andrea Borruso<br>
website: <a href="https://medium.com/tantotanto" target="_blank">https://medium.com/tantotanto</a><br>38° 7' 48" N, 13° 21' 9" E, EPSG:4326<br><span style="font-size:small">___________________</span><br>
<br>
"cercare e saper riconoscere chi e cosa,<br>
 in mezzo all’inferno, non è inferno, <br>
e farlo durare, e dargli spazio"<br>
<br>
Italo Calvino<br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>