How to save a 2D wave into a BMP file having the same number of pixels as the 2D wave?

Hi,

Let's say I have a 2D wave, with N rows and M columns.
I would like to save this 2D wave into a BMP file having the same number of pixels as the 2D wave, that is N x M pixels.
Each box of the wave should be one pixel of the BMP file.
So far, I have used "Save Graphics" in the File menu, but this saves also the axes of the image, and I do not want this.

Any idea how to do that?

Thanks.
Restedumonde.
Use the ImageSave command, or use the Image Saver procedure to implement a Data->Save Waves->Save Image dialog:

Enter this line in your Procedure window and click the Compile button to add the menu item:

#include <Image Saver>

--Jim Prouty
Software Engineer, WaveMetrics, Inc.