How to save a 2D wave into a BMP file having the same number of pixels as the 2D wave?
restedumonde
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.
Enter this line in your Procedure window and click the Compile button to add the menu item:
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
July 29, 2013 at 01:51 pm - Permalink
Thank you Jim.
July 30, 2013 at 01:36 am - Permalink