From ab3a6acf6a4b77b065fe5ac9e5ec563aac5557d3 Mon Sep 17 00:00:00 2001
From: scuri
In the Windows environment, if the string "-b" - is present, it means that a Bitmap must be created instead of a - metafile, and, if the string "-m" is specified, a + is present at the end, it means that a Bitmap must be created instead of a + metafile, and, if the string "-m" is + present at the end, a CD Metafile will be created. For a Bitmap the remaining string - must contains the bitmap size and optionally its resolution: "-b - widthxheight [resolution]" or in C "%dx%d %g", + must contains the bitmap size and optionally its resolution: "widthxheight [resolution] + -b" or in C "%dx%d %g -b", the resolution default is the screen resolution.
In the X-Windows environment, the Display ("%p") where the data will be stored must be passed as a parameter before the CD -- cgit v1.2.3