<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I have a large set of .tif files and I need to merge/mosaic them all into one .tif with the no-data value removed (i.e. value 230, 245, 255). However, when I put this in...pixel &#39;230, 245, 255&#39; becomes &#39;0, 245, 255&#39;).</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I am trying to get NO PIXEL returned for 230, 245, 255. Is that possible?</p><div><div>I:\TFS_6\trial_merge&gt;gdal_merge.py -o test.tif -n 230 245 255 file1.tif file2.tif</div><div><br></div><div>ERROR 4: `245&#39; does not exist in the file system,</div><div>and is not recognised as a supported dataset name.</div><div><br></div><div>ERROR 4: `255&#39; does not exist in the file system,</div><div>and is not recognised as a supported dataset name.</div><div><br></div><div>0...10...20...30...40...50...60...70...80...90...100 - done.</div></div></div>