| SHUTTER(1) | User Contributed Perl Documentation | SHUTTER(1) |
Shutter - Feature-rich Screenshot Tool
shutter [options]
Shutter is Copyright (C) by Mario Kemper and Shutter Team
Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window.
Supported image formats: You can save to any popular image format (e.g. jpeg, png, gif, bmp). Additionally it is possible to save to pdf, ps or svg.
Please note: There are several wildcards available, like
%Y = year
%m = month
%d = day
%T = time
$w = width
$h = height
$name = multi-purpose (e.g. window title)
$nb_name = like $name but without blanks in resulting strings
$profile = name of current profile
$R = random char (e.g. $RRRR = ag4r)
%NN = counter
The string is interpretted by strftime. See "man strftime" for more examples.
As an example: shutter -f -e -o './%y-%m-%d_$w_$h.png' would create a file named '11-10-28_1280_800.png' in the current directory.
If you find a bug in Shutter, you should report it. But first, you should make sure that it really is a bug, and that it appears in the latest version of Shutter.
The latest version is always available from: https://github.com/shutter-project/shutter/releases
Once you have determined that a bug actually exists, please report it at github: https://github.com/shutter-project/shutter/issues/new
| 2025-03-02 | perl v5.40.0 |