This topic describes how to save image data to various file formats, how to create screen captures of all layers displayed in the current view (called chipping), and how to export the view to various formats. See the following sections:

Save Files


Use File > Save As > Save As (ENVI, NITF, TIFF, DTED) to save image data to ENVI, NITF, TIFF, or DTED formats.

You can also write a script to export files to these formats (except DTED) using the following tasks:ExportRasterToENVI, ExportRasterToNITF20, ExportRasterToNITF21, ExportRasterToNSIF10, and ExportRasterToTIFF.

ENVI does not retain display enhancements for images when you use Save As. These include rotating, zooming, contrast, brightness, sharpening, stretching, Portals, or viewing multiple layers. Use the File > Chip View To options to retain display enhancements, which is described later in this topic.

If an image contains both standard and Rational Polynomial Coefficient (RPC) spatial references, the RPC information will not be written to the file header upon saving to ENVI format.

Also use this menu option to save vector layer changes to a shapefile (.shp). The vector layer must be the active layer, and it must have been modified.

  1. From the menu bar, select File > Save As > Save As (ENVI, NITF, TIFF, DTED). The Data Selection dialog appears.
  2. Select an input file and perform optional subsetting and masking, then click OK. The Save File As Parameters dialog appears.
  3. Select a format from the Output Format drop-down list. The following options are available:
    • NITF: NITF 2.0 and 2.1 or NSIF 1.0. If you select this option, the Compression drop-down list appears. See Save NITF Files for further instructions.
    • ENVI: ENVI writes the data to ENVI image format and creates and saves an associated header file (.hdr) to disk. This option is disabled for input NITF files with multiple image segments.
    • TIFF: TIFF and GeoTIFF. This option is disabled for input NITF files with multiple image segments.
    • DTED: Digital Terrain Elevation Data. This option is disabled for input NITF files with multiple image segments.
  4. Enter a Data Ignore Value, which is the pixel value that ENVI should ignore when processing data or computing statistics from the image you are saving. Click the Find Suitable Data Ignore Value button to automatically determine a suitable value to use based on the image statistics and data type. After the image has been saved and redisplayed, pixels with the specified data ignore value will be transparent in the view and marked as NoData.
  5. Click the Browse button to open the Select Output Filename dialog and choose an output destination and filename. Click Open accept the output file settings.
  6. Enable the Display result check box to display the output in the view when processing is complete. Otherwise, if the check box is disabled, the result can be loaded from the Data Manager.
  7. Click OK.

Save File as ASCII


This option saves raster data to ASCII (.txt) files that contain the digital number (DN) values for every pixel. If you output multiple bands, the file interleave is the same as the input file. The format of the ASCII file is that of a 2D array.

  1. From the menu bar, select File > Save As > Save As ASCII. The Output File to ASCII Input Filename dialog appears.
  2. Select a file and perform optional spatial subsetting, then click OK. The Output to ASCII Parameters dialog appears.
  3. Enter an integer value for Total Field Size to set the total number of characters in the field.
  4. To set the number of digits that follow the decimal point in the output data, enter a value for Decimal Precision.
  5. Enter an output filename and directory, then click OK.

Save File as ArcView Raster


This option saves output data to ArcView raster (.bil) format file, including the associated .hdr and .stx files. The output file does not contain datum and ellipsoid information.

  1. From the menu bar, select File > Save As > Save As ArcView Raster.
  2. Select an input file and perform optional spatial and spectral subsetting, then click OK. The Output File to ArcView dialog appears.
  3. Enter an output filename and directory, then click OK.

Save File as CADRG


You can also write a script to export files to CADRG format using the ExportRasterToCADRG task.

This option saves raster data to Compressed ARC Digitized Raster Graphics (CADRG) format. You must have a ENVI NITF Module license to write to CADRG format.

  1. From the menu bar, select File > Save As > Save As CADRG.
  2. Select an input file and perform optional spatial subsetting, then click OK. The RPF (CADRG) Output Parameters dialog appears.
  3. Enter an output directory.
  4. Select a Resolution from the drop-down list.
  5. Select a Classification, Country Code, Release Marking, and Producer code option from the drop-down lists provided.
  6. The Originating Station ID and Originator's Name fields are automatically populated with the values (with the same names) from the nitf.cfg file located in the \classic\menu folder of the ENVI installation path. You can override these as needed. The first field is the station ID of the organization in which the image originated. The second field is the image originator name.
  7. Click OK. ENVI creates an RPF directory containing the A.TOC file and a subdirectory under RPF containing the output.

Note: You can customize the country code, release marking, and producer code drop-down lists by editing the rpf_countries.txt, rpf_release.txt, and rpf_producer.txt files located in the menu directory of your ENVI installation.

Save File as CIB


This option saves raster data to Controlled Image Base (CIB) format. You must have a ENVI NITF Module license to write to CIB format.

  1. From the menu bar, select File > Save As > Save As CIB.
  2. Select an input file and perform optional spatial subsetting, then click OK. The RPF (CIB) Output Parameters dialog appears.
  3. Enter an output directory.
  4. Select a Resolution from the drop-down list.
  5. Select a Classification, Country Code, Release Marking, and Producer code option from the drop-down lists provided.
  6. Click OK. ENVI creates an RPF directory containing the A.TOC file and a subdirectory under RPF containing the output.

Note: You can customize the country code, release marking, and producer code drop-down lists by editing the rpf_countries.txt, rpf_release.txt, and rpf_producer.txt files located in the menu directory of your ENVI installation.

Save File as Cloud Optimized GeoTIFF


This option saves raster data to Cloud Optimized GeoTIFF (.tif ) format. This is a good option if you will host the file for HTTP access in a cloud environment. Its structure allows for efficient streaming of data. Cloud Optimized GeoTIFF files are backwards compatible with any software that can read local GeoTIFF files.

You can also write a script to export rasters to Cloud Optimized GeoTIFF using the ExportRasterToCOG task.

  1. From the menu bar, select File > Save As > Save As Cloud Optimized GeoTIFF. The Save As Cloud Optimized GeoTIFF dialog appears.
  2. Select an Input Raster and perform optional spatial and spectral subsetting.
  3. Optional: Enter a Data Ignore Value, which is the pixel value that ENVI should ignore when processing data or computing statistics from the image you are saving. If you do not specify a value and the input raster already has a data ignore value defined, that value will be used in the output file.
  4. Select a Compression Type. The choices are:
    • Deflate: More efficient than LZW but may cause compatibility issues with some software packages
    • JPEG: For 8-bit (byte) data only
    • LERC
    • LERC Deflate
    • LZW
    • None (default)

    All options except for JPEG can be used for lossless compression. JPEG can be used for lossy compression.

  5. Select an output Interleave. The choices are:
    • BIP: Band-interleaved-by-pixel (default)
    • BSQ: Band sequential
  6. Choose an option from the Tile Matrix Set drop-down list. A tile matrix set is an Open Geospatial Consortium (OGC) standard for defining the projection, scaling, and size of individual tiles. For more information, see the OGC Two Dimensional Tile Matrix Set document. The choices are: 
    • Google Maps Compatible: Choose this option when creating Cloud Optimized GeoTIFF files for map services such as Google Maps.
    • Optimized: Choose this option in all other cases. It converts the input raster into a Cloud Optimized GeoTIFF file using 512 x 512 pixels, which provides the best performance in most cases.
  7. Enter a filename and location for the Output Raster.
  8. To reuse these task settings in future ENVI sessions, save them to a file. Click the down arrow and select Save Parameter Values, then specify the location and filename to save to. Note that some parameter types, such as rasters, vectors, and ROIs, will not be saved with the file. To apply the saved task settings, click the down arrow and select Restore Parameter Values, then select the file where you previously stored your settings.

  9. To run the process in the background, click the down arrow and select Run Task in the Background. If an ENVI Server has been set up on the network, the Run Task on remote ENVI Server name is also available. The ENVI Server Job Console will show the progress of the job and will provide a link to display the result when processing is complete. See ENVI Servers for more information.

  10. Click OK.

Save File as ER Mapper


This option saves raster data to ER Mapper format, including required header fields, a bad bands list, band names, and map information or pixel sizes. ER Mapper files are output in a UTM projection only.

  1. From the menu bar, select File > Save As > ER Mapper.
  2. Select an input file and perform optional spatial and spectral subsetting, then click OK. The Output File to ArcView dialog appears.
  3. Enter an output filename and directory, then click OK.

Save File as ERDAS IMAGINE


This option saves raster data to IMAGINE (.img) format. ENVI saves the following file attributes when saving a file in IMAGINE 8.x format:

  • Map information
  • Class colors and names for classification images
  • Spatial and spectral subsets
  • NaN values
  • Unrestricted numbers of samples, lines, or bands
  • Data type: unsigned byte, integer, unsigned integer, long integer, unsigned long integer, floating-point, double-precision floating point, complex, and double-precision complex

Follow these steps to save files to IMAGINE format:

  1. From the menu bar, select File > Save As > ERDAS IMAGINE.
  2. Select an input file and click OK. The ERDAS IMAGINE Output Parameters dialog appears.
  3. The Block Width and Block Height fields default to an optimized block size (in pixels) for writing. You can change the default values as desired, especially if you want to specify the optimal ERDAS block size (64 by 64 pixels). The input image can be any interleave type, but the image is written as block band sequential (BSQ) interleave.
  4. Blocks are similar to tiles used by ENVI to manage data. The size of the block dictates how much image data is processed at one time. Smaller block sizes may result in slower writing performance.

  5. The Enter Output IMAGINE Filename field defaults to the root filename, but uses the .img extension for the IMAGINE format. You can change the path and filename.

  6. You can assign any name to the file, but it must have the .img extension. If the file size is greater than the 2 GB limit, a second file using the root name and the .ige extension is automatically generated in the same directory as the .img file.

  7. Note: If the filename contains a character that is not valid for the ERDAS filename convention, it is changed to an underscore character (_) when the file is saved.

  8. Click OK.

Save File as JPEG2000


This option saves raster data to JPEG2000 (.jp2) format.

  1. From the menu bar, select File > Save As > JPEG2000.
  2. Select an input file and perform optional spatial and spectral subsetting, then click OK. The Output File to JPEG2000 dialog appears.
  3. Enter an output filename and directory.
  4. Use the drop-down list to specify the output compression type:
    • Lossless Compression (default): A completely reversible compression that produces a high-quality result. Less data content is compressed than with Low Compression or High Compression.
    • Low Compression: A non-reversible compression that retains nearly all the original data content while maintaining moderate compression.
    • High Compression: A non-reversible compression that provides the highest level of data content compression, while potentially producing a lower-quality result
  5. Click OK. ENVI creates a JPEG2000 file (.jp2) that is optimized for visual performance.

Save File as PCI


This option saves raster data to a PCI file (.pix), including required header fields, band names, a bad bands list, and map information or pixel sizes.

  1. From the menu bar, select File > Save As > PCI. The Output to PCI Input Filename dialog appears.
  2. Select an input file and perform optional spatial and spectral subsetting, then click OK.
  3. Enter an output filename and directory, then click OK.

Chip the View


Use the File > Chip View To options to create a screen capture of all layers displayed in the current view. Any display enhancements, zooming, rotating, or Portals that are displayed in the view are burned into the output image. ENVI creates an 8-bit, three-band image at screen resolution, even if the input data is a only single vector layer or consists of one band (a grayscale image).

You must display the layer(s) in the current view prior to using Chip View To options. The menu options are disabled if you do not have any layers displayed. You can display any combination of image and/or vector layers for a chip.

Chip to a File

You can also write a script to chip the contents of a view to a file using the ENVIView::ChipToFile method.

  1. Display the layer(s) you wish to chip in the Image window. You can use the Zoom, Pan, or enhancement tools to customize the display. The layers must be oriented with North up. For images that are not georeferenced, you must establish a base projection. For example, to chip an image with RPC information to Geospatial PDF, you can use a DEM to establish a base projection.
  2. From the menu bar, select File > Chip View To > File or click the Chip to File button on the toolbar. The Chip to File Parameters dialog appears.
  3. Select an output format from the Output File drop-down list. The following options are available:
    • NITF: NITF 2.0 and 2.1 or NSIF 1.0. If you select this option, the Compression drop-down list appears. See Save NITF Files for more information about the available options. If you select the Metadata Editor button, you can optionally edit some NITF metadata fields and add PIA tags and text segments before saving the file.

      Note: You will lose all NITF metadata if you use Chip View to > File. Default metadata values will be used based on NITF preferences. To save metadata, use File > Save As to create output instead.

    • ENVI: ENVI image format. When you select this option, ENVI creates and saves an associated header file (.hdr) to disk.
    • TIFF: TIFF and GeoTIFF
    • JPEG: JPEG
    • JPEG2000: JPEG2000
  4. Click the File Select button File Select button to open the Select Output Filename dialog and choose an output destination and filename. Click Open to accept the output file settings.
  5. To reuse these task settings in future ENVI sessions, save them to a file. Click the down arrow and select Save Parameter Values, then specify the location and filename to save to. Note that some parameter types, such as rasters, vectors, and ROIs, will not be saved with the file. To apply the saved task settings, click the down arrow and select Restore Parameter Values, then select the file where you previously stored your settings.

  6. Enable the Display result check box to display the output in the view when processing is complete. Otherwise, if the check box is disabled, the result can be loaded from the Data Manager.
  7. Click OK.

Chip to ArcGIS Pro

This option is available on Windows platforms with a licensed ArcGIS Pro installation. It is not available when the view is divided into multiple views.

You can send a chipped image display from ENVI to ArcGIS Pro. The image you send to ArcGIS Pro will retain all display enhancements and annotations you added in ENVI. Use the following steps:

  1. From the menu bar, select File > Chip View To > ArcGIS Pro.
  2. If ArcGIS Pro is not already running, ENVI will initiate it. The dataset will automatically display in ArcGIS Pro with default enhancements, and it will be added as a new layer to the ArcGIS Pro table of contents.
  3. If one or more instances of ArcGIS Pro is already running, an ArcGIS Pro Instances dialog appears. Select an instance to display your dataset, or start a new instance of ArcGIS Pro software. Click OK.

Chip to Google Earth

  1. Display the layer(s) you wish to chip in the Image window. You can use the Zoom, Pan, Rotate, or enhancement tools to customize the display.
  2. From the menu bar, select File > Chip View To > Google Earth. If you have not yet started Google Earth, it will automatically start. If you do not have Google Earth installed, or if you are on a non-Windows platform, ENVI will create a KML file in the directory specified in the Temporary Directory preference.
  3. You can save the generated image as a KML or KMZ file from Google Earth; be sure to do this before closing ENVI.

Chip to Geospatial PDF

This option is available on Windows 64-bit and Linux 64-bit platforms. It creates a screen capture of all georeferenced data layers displayed in the current view to a Geospatial PDF file. Any display enhancements, zooming, or Portals that are displayed in the view are burned into the PDF document. A Geospatial PDF document is georeferenced, allowing you to obtain latitude and longitude coordinates, measure distances, mark and copy location coordinates.

  1. Display the layer(s) you wish to chip in the current view. You can use the Zoom, Pan, or enhancement tools to customize the display. The layers must be oriented with North up. In addition, a standard base projection must be established.
  2. From the menu bar, select File > Chip View To > Geospatial PDF to export the chipped image display to Geospatial PDF.
  3. In the Chip to Geospatial PDF dialog, enter a an output filename and any of the following information you want to save to the PDF Properties and click OK.
    • Title
    • Author
    • Subject
    • Keywords

You can open the output PDF file in Adobe Acrobat Reader or use Adobe Acrobat Pro for more options, including viewing latitude and longitude coordinates, measuring distances, and marking and copying location coordinates. For more information, see the Adobe website at www.adobe.com.

Chip to PowerPoint

This option is available on Windows 64-bit platforms with the PowerPoint software installed. You can chip one or more views to PowerPoint using predefined templates or no templates. See the Chip Views to PowerPoint topic for instructions.

Export View to Geospatial PDF


This option is available on Windows 64-bit and Linux 64-bit platforms. You can export one or more georeferenced raster layers displayed in the current view to a Geospatial PDF file. It does not retain vector layers, nor does it retain any image rotation or sharpening.

A Geospatial PDF document is georeferenced, allowing you to obtain latitude and longitude coordinates, measure distances, and mark and copy location coordinates.

  1. Display the layers you wish to export in the current view. A standard base projection must be established.
  2. From the menu bar, select File > Export View To > Geospatial PDF.
  3. Select All Layers in View to include ENVI layers that have been unchecked in the Layer Manager and are not displayed in the current view. These hidden layers must be enabled within the PDF viewer to be visible. Select Visible Layers Only to export only those ENVI layers displayed in the current view.
  4. The default image resolution (in pixels per inch) is displayed in the Limit Resolution To field. You can enter a different value if necessary.
  5. The default page size (in inches) is displayed in the Width and Height fields. You can enter a different value in one of these fields if desired, then press the Enter key. The other field will update automatically to maintain the correct aspect ratio.
  6. Enter an output filename and any of the following information you want to save to the PDF Properties.
    • Title
    • Author
    • Subject
    • Keywords
  7. Click OK to export the image to a Geospatial PDF document.

You can open the output PDF file in Adobe Acrobat Reader or use Adobe Acrobat Pro for more options, including viewing latitude and longitude coordinates, measuring distances, and marking and copying location coordinates. For more information, see the Adobe website at www.adobe.com.

Example

Suppose the current view contains two raster layers:

  • The current view size is 800 by 800 pixels.
  • The first raster layer is 7400 x 7400 pixels.
  • The second layer is 1103 x 1103 pixels.
  • The page Width and Height are set in inches, proportional to the view dimensions, at a default resolution of 150 pixels per inch (800 / 150) x (800 / 150) = 5.333 x 5.333 inches.
  • You increased the default resolution from 150 to 300 pixels per inch.

The first raster image's width and height in inches are calculated based on the percentage of the view covered by the image. The current resolution of the first raster layer is then calculated by dividing its pixeldimensions by its physical dimensions (inches).

Since the image covers 100% of the view, the width and height in inches are 5.333 x 5.333. The current resolution is (7400 / 5.333) x (7400 / 5.333) = 1387 pixels per inch. Since this value is greater than the resolution that you selected, the image will be down-sampled by a proportion equivalent to a resolution of 300 pixels per inch. Up-sampling is not available.

Export View to Image File


This option exports all contents of a view to an RGB 24-bit image file. Even if a panchromatic image is displayed in the view, the output will have three bands (red, green, blue). The output image preserves any vector layers, annotation layers, feature counting layers, raster color slices, and image enhancements. It does not preserve any north arrows or cursor probe (crosshairs).

If the view contains a standard base map projection, the output file will be georeferenced to that projection.

This tool is similar to Chip to File except that you can select the output zoom factor and it saves the entire image layer, not just what is displayed on the screen.

You can write a script to export the view to an image file using the ENVIView::Export method.

To save a full-resolution raster to PNG format, write an ENVI API script that uses the ExportRasterToPNG task.

  1. Display the layers you wish to export in the current view.
  2. From the menu bar, select File > Export View To > Image File. The Export View to Image File dialog appears.
  3. Choose an Output Extent. The choices are:
    • Current (default): Exports the contents of the current view extent.
    • Full: Exports the entire dataset extent, not just what is displayed in the view.
  4. The following options define the pixel resolution of the output image. Setting one value will automatically update the other two values. The choices are:
    • Zoom Factor: Enter a floating-point value. This field allows for more precision than the Map Scale field.
    • Map Scale: Enter a denominator value, for example 24000 for a 1:24000 map scale. This field is enabled when a raster layer is georeferenced to a standard map projection.
    • Pixel Size: Enter an integer value indicating the output pixel size.
  5. Select an Output Format. The choices are ENVI or TIFF.
  6. Enter an Output Filename.
  7. Enable the Display result check box to display the output in the view when processing is complete. Otherwise, if the check box is disabled, the result can be loaded from the Data Manager.
  8. Click OK to export the image to disk. On Linux systems, make sure that the view is not obstructed by another dialog or window during the export process.

Tip: If you find a zoom level that you like in the display and you want to match this zoom level in the output raster, select Use Map Scale from the zoom drop-down list in the menu bar. Note the map scale that is displayed, then enter this value in the Map Scale field in the Export View to Image File dialog.

Export Layer to TIFF


This option exports a raster layer displayed in the current view to a TIFF file. It saves the full raster layer extent, with image enhancements, at full resolution.

Note: Sharpening is not preserved upon export. To export a raster layer with sharpening, use Export View to Image File to export only the displayed raster layer.

You can also write a script to export the raster layer of a view to a TIFF file using the ENVIRasterLayer::Export method.

  1. Display the layer you wish to export in the current view. A standard base projection must be established.
  2. Right-click the layer in the Layer Manager, and select Export Layer to TIFF. The Export Layer to TIFF dialog appears.
  3. Enter an Output Filename.
  4. Enable the Display result check box to display the output in the view when processing is complete. Otherwise, if the check box is disabled, the result can be loaded from the Data Manager.
  5. Click OK to export the image to a TIFF file.

See Also


Save and Restore Sessions, Save NITF Files, Chip ENVI Views to PowerPoint, Supported Data Types, Getting Started with ENVI Tutorial