Display an LAS image using the ImageMagick "display" utility.
IMDISPLAY uses the ImageMagick "display" utility to display a one- or three-band LAS image. Band selection and image windowing are supported.If the image data type is not byte, the minimum value for all specified bands and the maximum for all specified bands are determined; program MAP is used to adjust the range to 0-255.
- IN
- Name of LAS image to display. The image specification may contain spatial and/or spectral windowing, and may specify a logical image comprised of two or three actual image files. However, the total number of input bands specified must be either 1 or 3.
A single channel image is converted from type I*4 to type BYTE, with the values adjusted to range from 0 to 255, and then displayed.
The specified spatial window of three bands selected from an input image having a larger number of bands are displayed.
The specified bands and spatial window of the input image is copied to a temporary file. The dimensions, number of bands, and data type of this temporary image are determined.
If the data type is not BYTE, IMDISPLAY uses process MAP to adjust the range from the minumum value of any band to the maximum value of any band in the temporary file to the range 0 to 255, with image data type BYTE.
When the user exits the ImageMagick "display" utility, IMDISPLAY deletes the temporary files.
None.
The ImageMagick "display" utility primarily supports images having either one or three bands. IMDISPLAY cannot handle other types of input.