<div dir="ltr">William,<div><br></div><div>Try gdalwarp after removing the mask band. If that didn't work try gdal_merge.py with -init set to 255.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 2, 2014 at 1:44 AM, William Kyngesburye <span dir="ltr"><<a href="mailto:woklist@kyngchaos.com" target="_blank">woklist@kyngchaos.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've wrestled with various nodata issues in the past, now it's hitting me again...<br>
<br>
I'm using Photoshop to delete collars on scanned maps, creating an alpha mask.  GDAL has no problem with this.  What I want to do is merge maps together (after rectification), then set any remaining nodata areas to white, RGB 255,255,255.  Just dropping the extra alpha band doesn't work because nodata is set to 0,0,0, which is black.  The a_nodata option in gdal_translate just defines what existing value in the data is nodata.<br>

<br>
I tried using gdalwarp with the -dstnodata option which should set nodata values in the output to a specific value, but it carries along the alpha band and ignores dstnodata.<br>
<br>
  gdalwarp -dstnodata "255 255 255" in.tif out.tif<br>
  Processing input file in.tif.<br>
  Using band 4 of source image as alpha.<br>
  Using band 4 of destination image as alpha.<br>
<br>
<br>
-----<br>
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br>
<a href="http://www.kyngchaos.com/" target="_blank">http://www.kyngchaos.com/</a><br>
<br>
First Pogril: Why is life like sticking your head in a bucket filled with hyena offal?<br>
Second Pogril: I don't know.  Why IS life like sticking your head in a bucket filled with hyena offal?<br>
First Pogril: I don't know either.  Wretched, isn't it?<br>
<br>
-HitchHiker's Guide to the Galaxy<br>
<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Chaitanya kumar CH.<br><br>+91-9494447584<br>17.2416N 80.1426E
</div>