printim

The printim command will produce a PNG or GIF formatted image file based on the current contents of the metabuffer, which is usually the stuff displayed on the screen, minus any widgets. The syntax is:

where:

One or more options may be given in any order. bgImage and fgImage must be PNG format.

Usage Notes

  1. printim works with GrADS version 1.8 (or higher).
  2. printim can be used while in batch mode.

Examples

The following command produces a 1000x800 PNG image into file out.png:

This command produces a 800x600 GIF image, with a white background, into file gifimage.out:

This command produces a GIF image with transparent color 0 and a background image mybkg.png. This means that in image.gif, the background image mybkg.png will be seen wherever the color 0 (background) appeared in the current display.