I am trying to colourise a las-file from an orthophoto and the export it as an ASCII-grid (xyzRGB). This works fine but the RGB values it returns are 5 digits which i guess is 32 bit (?). The program I am loading the data into (GeoVisionary) needs it to be 3 digits (0-255), is it possible to ask las2txt or lascolor to do that?
--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
Gustaf,
You want to add the following function:
Transform RGB colors.
-scale_rgb_down (by 256)
Edgar
--