Shutter:終極Linux截圖程式
您知道如何在Linux作業系統中擷取螢幕截圖嗎?如果是,那麼這篇文章就適合您!Linux作業系統上有許多工具可供使用,但我推薦的最受好評的截圖工具是**Shutter**。它是一個開源程式,使用**perl**編寫。它的設計非常出色,只需點選一下按鈕即可輕鬆擷取整個螢幕、螢幕區域、特定視窗甚至網站的螢幕截圖。
Shutter 的功能
Shutter 工具的主要屬性列在下面:
它可以捕獲特定區域、視窗、選單或工具欄
它可以使用**gnome-web-photo**捕獲網站
易於向螢幕截圖新增基本元素(例如矩形、線條等)
易於裁剪螢幕影像。
易於在論壇、維基百科等上分享。
易於上傳到**Ubuntu One**(雲)
安裝 Shutter
要安裝 Shutter,請使用以下命令:
$ sudo apt-get install shutter
示例輸出應如下所示:
Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: imagemagick libbit-vector-perl libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo-perl libcarp-clan-perl libclass-data-inheritable-perl libclass-method-modifiers-perl libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl libdata-random-perl libdate-calc-perl libdate-calc-xs-perl libextutils-depends-perl libextutils-pkgconfig-perl libfile-which-perl libgd-perl libglade2-0 libglib-perl libgnome2-0 libgnome2-bin libgnome2-canvas-perl libgnome2-common libgnome2-gconf-perl libgnome2-perl libgnome2-vfs-perl libgnome2-wnck-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgoo-canvas-perl libgoocanvas-common libgoocanvas3 .......
開啟 Shutter
要開啟 Shutter,請使用以下命令:
$ shutter
輸出螢幕應如下所示:
要使用命令列介面擷取視窗的完整螢幕截圖,請使用以下命令:
$ shutter --full
示例輸出螢幕應如下所示:
要使用命令列介面擷取所選視窗的螢幕截圖,請使用以下命令:
要使用命令列介面捕獲視窗中所選空間,請使用以下命令:
$ shutter --selection
示例輸出螢幕應如下所示:
要檢視 Shutter 中的其他幫助選項,請使用以下命令:
$ 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=http://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. ..........
恭喜!現在您知道如何使用 Shutter 工具在 Linux 作業系統中擷取螢幕截圖了。我們將在下一篇文章中學習更多關於這些型別命令的知識。繼續關注!
廣告