Documentation/devtools/maemo5/screenshot-tool: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>kaltsi New page: == Description == This simple command line tool takes a screenshot of the current screen and saves the image as a PNG file. == Packages == '''source''': screenshot-tool '''binary''': s... |
imported>amigadave |
||
| Line 31: | Line 31: | ||
- | - | ||
[[Category:Devtools]] | |||
[[Category:Fremantle]] | |||
Revision as of 11:18, 12 February 2010
Description
This simple command line tool takes a screenshot of the current screen and saves the image as a PNG file.
Packages
source: screenshot-tool
binary: screenshot-tool
Usage Examples
Take a screenshot and save it to file screen.png:
# screenshot-tool screen.png
Take a screenshot after 5 seconds and save it to file delayed.png
# screenshot-tool -d 5 delayed.png
Links
-
See Also
-