Exporting Image Data to a File
You can export the pixel data from an image selected in an iTool window into a single image file using the File → Export Image menu option. Using this option exports only the image data — no annotations, axes, or other visual items shown in the iTool window are included.
Tip
It is important to know that the data you modify in an iTool is not changed in the IDL main scope. Any data variables remain in IDL unchanged. To save the changes you make to data in an iTool, export the data to IDL. See Exporting Data to the IDL Session for more information.
This may be useful if you have modified your image data using the items from the Operations menu, and would like to save the modified image data in its own file.
By default, you can save image data in the following formats:
For example, to export an image:
Exporting via the Context Menu
An alternate way to export a variable to IDL is to select the visualization within the iTool and right-click to choose Export to Image or Export to IDL.

