HOW TO

Use CONVERTIMAGE to change or edit TIFF header information

Last Published: April 25, 2020

Summary

Instructions provided describe how to use CONVERTIMAGE to change or edit TIFF header information. ArcMap uses the header information in a TIFF to georeference that image, and occasionally the information in the header causes problems with scale and georeference in ArcMap. Editing the header information is typically the safest way to solve such problems. This can be done by using CONVERTIMAGE at an Arc prompt to create a new TIFF.

Procedure

In the example below, the input image is converted to a bitmap. Bitmaps do not support any header information; therefore, the world files for the image are used for reference when the bitmap is converted back to TIFF.

  1. Open an ArcInfo Workstation Arc: prompt.
  2. Set the working directory to the storage location of the image.
  3. Use CONVERTIMAGE to convert the TIFF to a bitmap. The syntax is similar to:

    Code:
    CONVERTIMAGE input1.tif output1.bmp BMP


    Note:
    For specifics on the CONVERTIMAGE command, refer to ArcDoc.

    Note:
    If the TIFF is compressed, use the NONE option in CONVERTIMAGE to get an uncompressed TIFF before converting to a bitmap.

  4. Compare the original TIFF world file with the newly created bitmap's world file. Edit the bitmap's world file if it is different; it should match the original.

    Note:
    World files, *.tfw, *.bpw, and so forth, can be created, viewed, and edited with any text editor, such as Notepad.

  5. Use CONVERTIMAGE again to convert the bitmap back to a TIFF. This operation takes the information from the bitmap world file and includes it in the new TIFF header and world file. This operation removes any projection information in the TIFF header.
  6. Redefine the spatial reference for the image in ArcCatalog. The conversion in Workstation drops this information from the file.
  7. Check the final image in ArcMap.

Article ID:000005321

Software:
  • ArcMap 8 x
  • ArcMap 9 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