Image.Range Description Name class Tinman.Image.Range Derived from Image Normalizes the pixels values of the given image by mapping raw pixel values to normalized pixel values using the specified intervals. Fields / Required image Type Image Constraint # != null The image to normalize. range Type PixelRange The pixel value range. Fields / Optional reinterpret Type bool Default false true to leave raw pixels values unchanged and reinterpret them according to range, false to normalize raw pixel values to range. Fields / External info Type Image.Info Contains information about the image data source, including image format and embedded geo-referencing information. Random Raw