<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi,<BR>I use the gdalwarp utility to transform geotifs:<BR><BR>gdalwarp -co 
compress=lzw -s_srs "+proj=tmerc +lat_0=0 +lon_0=6 +k=1.000000 
<BR>+x_0=2500000+y_0=0 +ellps=bessel +units=m 
<BR>+towgs84=590.1181,99.6226,340.1890,1.185095,-1.334952,-2.904521,16.51559" 
-t_srs <BR>"+proj=utm +ellps=GRS80 +datum=WGS84 +zone=32" -dstnodata 255 
<BR>bbp07231053_2559-wla_0053-1a.tif 
out/bbp07231053_2559-wla_0053-1a.tif<BR><BR>I want to convert the new 
"nodata-areas" to be displayed in white (255 255 <BR>255)<BR>if I try -dstnodata 
255&nbsp; or -dstnodata "255 255 255" in every picture the no <BR>data areas 
have other colors but not white. What can I do?<BR><BR>Thanks<BR>Sven 
</DIV></BODY></HTML>