grabscreen [options] [<file_name>]
Display help.
The required output format; defaults to 'jpeg'. 'raw' is the format produced by CFbsBitmap::Save. [jpeg, gif, bmp, png, raw]
The required rectangle to capture, specified as four integers corresponding to top left x, top left y, bottom right x and bottom right y. For example, --rect 10,15,50,65
. Can be specified more than once.
The required screen to capture from. Defaults to zero.
The desired image quality. For 'jpeg', a value in the range 0-100.
Encode the screen as greyscale rather than colour, for a smaller file size. Supported for 'jpeg' and 'png'.
The name of the bitmap file write. If not specified, writes to STDOUT. Must be specified when using raw format. [filename]
Creates a bitmap file of the current contents of the screen.
Creates a bitmap file (by default in JPEG format) of the current contents of the screen. Only operates in graphical environments.
Copyright (c) 2008-2010 Accenture. All rights reserved.