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

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

如何安裝 Shutter Ultimate Linux 截圖程序?

您只需鍵入以下 apt-get 命令 / apt 命令即可在基於 Debian / Ubuntu Linux 的系統上安裝快門。
$ sudo apt-get install shutter gnome-web-photo libgoo-canvas-perl


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

樣本輸出:

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

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.

UltimateLinux 截圖

快門截圖的默認窗口

快門繪圖工具

快門插件



快門插件

快門插件的效果

3D旋轉效果



關閉所有插件

快門 3D 效果

快門插件的效果


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

查看相關媒體

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

也可以看看

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

結論是

我喜歡這個簡單的工具。