HOW TO

Project a pseudocolor image

Last Published: April 25, 2020

Summary

Before you project a pseudocolor image, you need to convert it to an ArcInfo grid with a colormap. You can then project the grid and convert it back to an image using the original colormap.

The colormap is an ASCII table that converts the grid's values to a specific RGB component for display.

Procedure



  1. Convert the image to a grid.

    Code:
    Arc: IMAGEGRID img.tif img img.clr

    The colormap file 'img.clr' will be created in the same directory as the grid 'img'.

  2. Project the grid.

    Code:
    Arc: PROJECT GRID img imgprj

    ArcInfo 8.x offers the PROJECTGRID command. All previous versions of ArcInfo offer the PROJECT command with the GRID option.

  3. Convert the projected grid and colormap back to an image.

    Code:
    Arc: GRIDIMAGE imgprj img.clr imgprj.tif TIFF

Article ID:000002165

Software:
  • ArcMap 8 x
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic