[GRASS-user] Question about r.out.tiff

Nikos Alexandris nikos.alexandris at felis.uni-freiburg.de
Tue Sep 30 21:14:02 EDT 2008


If I want to force NULL's to become 0 in the r.out.tiff module is it
enough to change the line

G_set_null_value_color(255, 255, 255, &colors);

to

G_set_null_value_color(0, 0, 0, &colors);

?

Thank you, Nikos



More information about the grass-user mailing list