1SHUTTER(1)            User Contributed Perl Documentation           SHUTTER(1)
2
3
4

NAME

6       Shutter - Feature-rich Screenshot Tool
7

SYNOPSIS

9       shutter [options] [file ...]
10
12       Shutter is Copyright (C) by Mario Kemper and Shutter Team
13

DESCRIPTION

15       Shutter is a feature-rich screenshot program. You can take a screenshot
16       of a specific area, window, your whole screen, or even of a website -
17       apply different effects to it, draw on it to highlight points, and then
18       upload to an image hosting site, all within one window.
19

OPTIONS

21       Example 1
22               shutter -a -p=myprofile --min_at_startup
23
24       Example 2
25               shutter -s=100,100,300,300 -e
26
27       Example 3
28               shutter --window=.*firefox.*
29
30       Example 4
31               shutter --web=http://shutter-project.org/ -e
32
33   CAPTURE MODE OPTIONS
34       -s, --select=[X,Y,WIDTH,HEIGHT]
35               Capture an area of the screen. Providing X,Y,WIDTH,HEIGHT is
36               optional.
37
38       -f, --full
39               Capture the entire screen.
40
41       -w, --window=[NAME_PATTERN]
42               Select a window to capture. Providing a NAME_PATTERN (Perl-
43               style regex) ist optional.
44
45       -a, --active
46               Capture the current active window.
47
48       --section
49               Capture a section. You will be able to select any child window
50               by moving the mouse over it.
51
52       -m, --menu
53               Capture a menu.
54
55       -t, --tooltip
56               Capture a tooltip.
57
58       --web=[URL]
59               Capture a webpage. Providing an URL ist optional.
60
61   SETTINGS OPTIONS
62       -p, --profile=NAME
63               Load a specific profile on startup.
64
65   APPLICATION OPTIONS
66       -h, --help
67               Prints a brief help message and exits.
68
69       --man   Prints the manual page and exits.
70
71       -v, --version
72               Prints version information.
73
74       -d, --debug
75               Prints a lot of debugging information to STDOUT.
76
77       --clear_cache
78               Clears cache, e.g. installed plugins, at startup.
79
80       --min_at_startup
81               Starts Shutter minimized to tray.
82
83       --disable_systray
84               Disables systray icon.
85
86       -e, --exit_after_capture
87               Exit after the first capture has been made. This is useful when
88               using Shutter in scripts.
89

BUG REPORTS

91       If you find a bug in Shutter, you should report it.  But first, you
92       should make sure that it really is a bug, and that it appears in the
93       latest version of Shutter.
94
95       The latest version is always available from:
96       https://launchpad.net/shutter
97
98       Once you have determined that a bug actually exists, please report it
99       at launchpad: https://bugs.launchpad.net/shutter/+filebug
100
101
102
103perl v5.10.1                      2010-09-20                        SHUTTER(1)
Impressum