genbmp [options] <file_name> <text> ...
Display help.
The color (in 32 bit RGB format) to render the text in. Defaults to white (0xffffff).
The color (in 32 bit RGB format) to render the background behind the text in. Defaults to black (0x000000).
The width (in pixels) of the bitmap to be created. Defaults to 150.
The height (in pixels) of the bitmap to be created. Defaults to 150.
The name of the typeface to render the text with. Defaults to 'Arial'.
The maximum height of the font to use in pixels. Defaults to 15.
The gap (in pixels) between the text and the bitmap edge and also between each line of text. Defaults to 10.
The name of the bitmap file generate. [filename]
The text to be rendered into the bitmap. For multiple lines, enclose the text for each line in quotes. Can be specified more than once. [string(s)]
Generates simple bitmap files that contain text.
Copyright (c) 2009-2010 Accenture. All rights reserved.