Take screenshot terminal Ubuntu
If we use gnome in our ubuntu, it is easy to capture the screen. You can take screenshot by menu
Applications -> Accessories -> Take Screenshot
But, if you just using terminal or shell you can do those steps above. So, what should we do? Ok. Let’s use another command. First, you have to install imagemagick :
sudo apt-get install imagemagick
sudo apt-get install graphicsmagick-imagemagick-compat
Then you can take screenshot by command :
import filename.filetype
example :
import screenshot1.png
Easy right !!

Tags:
