Ubuntu 安装一款常用的图像编辑软件

因为在Ubuntu系统想对图像进行模糊编辑,发现没有像windows系统上自带的画图软件,所以在网上搜到了一款很好用的Ubuntu图像编辑软件叫gimp,听说gimp是一款可以媲美PS的图像编辑软件 gimp全名为:GNU Image Manipulation Program

安装:

sudo apt-get install gimp

回车即可。

Ubuntu常用的图像截图和编辑软件如下:

截图: Shutter

编辑:Gimp, Kolourpaint, Pinta

安装shutter的步骤:

    sudo add-apt-repository ppa:shutter/ppa
    sudo apt-get update
    sudo apt-get install shutter

效果如图所示,还可以编辑图像!
Ubuntu 安装一款常用的图像编辑软件_第1张图片

你可能感兴趣的:(ubuntu)