Home>Article>Operation and Maintenance> What are the screenshot software for Linux?
Linux screenshot software includes: 1. Flameshot, an open source screenshot tool that can annotate, blur and other operations on pictures; 2. Shutter, a screenshot tool applicable to all mainstream Linux distributions; 3. GIMP , is a screenshot software that can perform image zooming, adding filters, etc.; 4. Shutter, etc.
The operating environment of this tutorial: Ubuntu 16.04 system, Dell G3 computer.
linux screenshot software
1. Flameshot
Flameshot is an open source screenshot available for Linux Tools
Flameshot provides almost all the basic features you need from a screenshot tool in Linux.
Function overview:
Comment (highlight, mark, add text, frame selection)
Blurred picture
Picture cropping
Upload to Imgur
Use another Open a screenshot of an app
If you need a new screenshot tool that can be used to annotate, blur, and upload to imgur, then Flameshot is a good choice.
2. Shutter
Shutter is a screenshot tool applicable to all mainstream Linux distributions. Although it has not been updated recently, it is still an excellent tool for manipulating screenshots.
Function overview:
Comment (highlight, mark, add text, frame selection)
Blurred picture
Picture cropping
Upload to picture website
3, GIMP
Function overview:
Advanced image editing functions (zoom, add filters, color Correction, adding layers, cropping, etc.)
Take a screenshot of a certain area
If you need to do some pre-editing of the screenshot, GIMP is a good choice.
4. Shutter
shutter screenshot software supports full-screen screenshots, designated area screenshots, picture editing and other functions. If your system is Ubuntu16.04, it is recommended to use this tool. If you are using Ubuntu 18.04, this tool is not recommended because the libgoo-canvas-perl component has been removed from the Ubuntu default repository. Without this component, you will not be able to edit images and can only take screenshots.
Install shutter
oucanrong@zcwyou:~$ sudo apt install -y shutter
Shutter main interface
##5, flameshot
flameshot is perfect Supporting ubuntu18.04, flameshot also supports full-screen screenshots, designated area screenshots, image editing and other functions. Suitable for tutorials, similar to WeChat picture editing and QQ screenshots. Install flameshotoucanrong@zcwyou:~$ sudo apt install -y flameshot
6. DeepinScrot
DeepinScrot is a domestic screenshot tool. You can completely regard it as a Linux version of QQ screenshot. Download DeepinScrot deb packagewget http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-scrot/deepin-scrot_2.0-0deepin_all.debInstall dependencies
sudo apt install -y python-xlib libcanberra-gtk-moduleInstall deepin-scrot package
sudo dpkg -i deepin-scrot_2.0-0deepin_all.debIf prompted to resolve dependencies, you can use
sudo apt-cache search xxxThen install the relevant dependency packages
sudo apt install -y xxx
Linux Video Tutorial》
The above is the detailed content of What are the screenshot software for Linux?. For more information, please follow other related articles on the PHP Chinese website!