Re: [gdal-dev] Nodata Raster Calue

2008-07-22 Thread Matt Wilkie
Hi SriRam, Try gdalwarp like this: gdalwarp -dstnodata 255 infile.tif outfile.tif If NoData is not defined in the source image in manner gdal automatically recognises you'll need to specify it like so (assuming pure black is NoData): gdalwarp -srcnodata 0 -dstnodata 255 infile.tif out

[gdal-dev] Nodata Raster Calue

2008-07-21 Thread SriRam . PrasadBhasker
I have a Jp2 16 Bit Image [ GreyScale ] This has a NoData value ... I want to change the NoData value to White Color Can anyone let me know the Syntax for getting this done thru GDAL_TRANSLATE___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://l