[GIS] Floating point to 8-bit unsigned raster conversion using ArcGIS for Desktop or ERDAS IMAGINE

arcgis-desktoperdas-imagine

I have an image with value ranging from -1 to +1.

I want to convert this into 0-255 (8bit).

How can this be done using ArcGIS for Desktop or ERDAS IMAGINE?

Best Answer

You will want to stretch your floating point data from (-1 to 1) to (0 - 255). You can accomplish this very easily in Erdas Imagine:

Raster tab > Resolution Group > Radiometric > Rescale


enter image description here

Related Question