小的hutter 是用於 GNU/Linux 發行版的終極免費和開源功能豐富的 Linux 截圖工具。我經常使用這個工具或者在為這個站點創建資源時。 我的 YouTube 頻道,它沒有讓我失望。

這個工具是一個用 perl 編寫的 GTK+ 截圖應用程序。您可以截取特定區域、窗口、整個屏幕或網站的屏幕截圖。您可以應用不同的效果、繪製高亮點、上傳到圖像託管站點,然後在一個窗口中完成所有操作。

如何安裝Shutter Ultimate Linux截圖程序

要在基於 Debian/Ubuntu Linux 的系統上安裝 Shutter,只需輸入以下 apt-get/apt 命令:
$ sudo apt-get install shutter gnome-web-photo libgoo-canvas-perl


$ sudo apt install shutter gnome-web-photo libgoo-canvas-perl

示例輸出:

圖 01:使用 apt-get 命令安裝 Shutter

RHEL/CentOS/Fedora Linux 用戶輸入以下 yum 命令 (
Fedora EPEL 中斷):

# yum install shutter

有關詳細信息,請參閱如何在您的計算機 Fedora Linux 上安裝快門截圖工具。

如何修復 Ubuntu Linux 18.04 LTS 上快門中禁用的編輯按鈕

這個包沒有隨著時間的推移而更新,並已從版本 18.04 LTS 中刪除,因此缺少一些庫。但不要害怕。您可以像這樣快速修復它:您需要輸入以下 wget 和 dpkg/apt 命令。
$ sudo apt install shutter
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
$ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
$ sudo dpkg -i *.deb
$ sudo apt --fix-broken install

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libextutils-depends-perl libextutils-pkgconfig-perl
The following NEW packages will be installed:
  libextutils-depends-perl libextutils-pkgconfig-perl
0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.
1 not fully installed or removed.
Need to get 24.7 kB of archives.
After this operation, 65.5 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://archive.ubuntu.com/ubuntu bionic/universe amd64 libextutils-depends-perl all 0.405-1 [15.5 kB]
Get:2 https://archive.ubuntu.com/ubuntu bionic/universe amd64 libextutils-pkgconfig-perl all 1.16-1 [9,260 B]
Fetched 24.7 kB in 1s (31.1 kB/s)                     
Selecting previously unselected package libextutils-depends-perl.
(Reading database ... 280309 files and directories currently installed.)
Preparing to unpack .../libextutils-depends-perl_0.405-1_all.deb ...
Unpacking libextutils-depends-perl (0.405-1) ...
Selecting previously unselected package libextutils-pkgconfig-perl.
Preparing to unpack .../libextutils-pkgconfig-perl_1.16-1_all.deb ...
Unpacking libextutils-pkgconfig-perl (1.16-1) ...
Setting up libextutils-depends-perl (0.405-1) ...
Setting up libextutils-pkgconfig-perl (1.16-1) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up libgoo-canvas-perl (0.06-2ubuntu3) ...

如何啟用快門?

我使用快門捕獲了級聯菜單

訪問以下菜單選項:

應用> 配件> 快門

或者,您可以輸入快門命令。只需按下快門並直接在桌面上進行全屏截圖。
快門 – 全

可以在窗口選擇模式下啟用快門以捕獲特定窗口(必須用鼠標選擇窗口)。
百葉窗 – 窗戶

最後,您可以在選擇性模式下啟用快門以捕捉屏幕的特定部分。
shutter --selection

默認情況下,快門已最小化並在系統托盤中保留為圖標。您可以使用以下選項禁用系統托盤圖標:
shutter --disable_systray
shutter --disable_systray --full

要捕獲網頁,請執行以下操作:
$ shutter --web=https://www.cyberciti.biz/ -e

示例輸出:

圖 03:如何從 Linux 命令行捕獲網頁

要查看有關所有其他可用選項的信息,請運行:

$ shutter --help

示例輸出:

Usage:
    shutter [options]

Options:
    Example 1
            shutter -a -p=myprofile --min_at_startup

    Example 2
            shutter -s=100,100,300,300 -e

    Example 3
            shutter --window=.*firefox.*

    Example 4
            shutter --web=https://shutter-project.org/ -e

  Capture Mode Options:
    -s, --select=[X,Y,WIDTH,HEIGHT]
            Capture an area of the screen. Providing X,Y,WIDTH,HEIGHT is
            optional.

    -f, --full
            Capture the entire screen.

    -w, --window=[NAME_PATTERN]
            Select a window to capture. Providing a NAME_PATTERN (Perl-style
            regex) ist optional.

    -a, --active
            Capture the current active window.

    --section
            Capture a section. You will be able to select any child window
            by moving the mouse over it.

    -m, --menu
            Capture a menu.

    -t, --tooltip
            Capture a tooltip.

    --web=[URL]
            Capture a webpage. Providing an URL ist optional.

    -r, --redo
            Redo last screenshot.

  Settings Options:
    -p, --profile=NAME
            Load a specific profile on startup.

    -o, --output=FILENAME
            Specify a filename to save the screenshot to (overwrites any
            profile-related setting).

            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.

    -d, --delay=SECONDS
            Wait n seconds before taking a screenshot.

    -c, --include_cursor
            Include cursor when taking a screenshot.

    -C, --remove_cursor
            Remove cursor when taking a screenshot.

  Application Options:
    -h, --help
            Prints a brief help message and exits.

    -v, --version
            Prints version information.

    --debug Prints a lot of debugging information to STDOUT.

    --clear_cache
            Clears cache, e.g. installed plugins, at startup.

    --min_at_startup
            Starts Shutter minimized to tray.

    --disable_systray
            Disables systray icon.

    -e, --exit_after_capture
            Exit after the first capture has been made. This is useful when
            using Shutter in scripts.

    -n, --no_session
            Do not add the screenshot to the session. This is useful when
            using Shutter in scripts.

終極 Linux 截圖程序的截圖

快門截圖默認窗口

快門繪圖工具

快門插件



快門插件

快門插件效果

3D旋轉效果



關閉所有插件

快門3D效果

快門插件效果


(截圖來源:官方項目和nixCraft)

見相關媒體

一個簡單的視頻演示,展示瞭如何使用快門程序來捕捉屏幕、窗口和應用效果:

也可以看看

  • 想要使用 GIMP(Linux 上的 Photoshop 替代品)提高工作效率嗎?試試這些額外的插件或擴展集。 了解如何在 Linux 上安裝或編譯 GIMP 過濾器/插件/擴展

結論是

我喜歡這個簡單的工具。