Convert a LAS file to TIFF
Converts a LAS image to a TIFF Greyscale or Palette-color image.
- IN
- Input file. The input LAS image.
- OUTFILE
- Output file. The output TIFF file. This file will be created in the specified directory with the specified name. If the extension is not specified an extension of ;TIF will be used. Also the OUTFILE will be used for the directory and root specification of the intermediate ;BIL file.
- DELFLG(YES)
- Delete flag. Delete the intermediate ;BIL file.
The LAS image color.img will be converted to the TIFF format file bob3.tif. The intermediate file bob3.bil will not be deleted.
The LAS image color.img will be converted to the TIFF format file bob3.tif. The upper left corner of the output image will correspond to 500,500 of the input image and will have extents of 1000 by 1000. The bands used will be 1, 2 and 4 as red, green, blue repectively. The intermediate file will be deleted.
The specified input LAS image will be converted from LAS by TRANSLAS-OUT to a flat transfer file with the file name syntax of OUTFILE;bil. The transfer file will be used to create the output TIFF file.
The number of bands allowed is either 1 or 3 bands. Specify the bands desired if the LAS image has a different number of bands.
The number of bits per pixel in the LAS image is not currently supported.
The error message that is displayed immediately preceding this message is the specific error that occured. Processing is terminated.
The input LAS image file could not be opened. Check file permissions and rerun.
The output TIFF image file could not be created. Check file permissions and rerun.