Linux(Ubuntu20.10)安装GIMP
原文:https://www.cnblogs.com/carious/p/10716647.html
GIMP
名稱由GNU Image Manipulation Program(GNU圖像處理程序)的首字母組成)是一個自由及開放原始碼的點陣圖圖像編輯器,用于圖像照片潤飾及編輯、自由繪圖、調整大小、裁剪、相片蒙太奇、裝換圖像格式以及其他專業任務。
GIMP始于1995年,使用GPLv3+,可運行于GNU/Linux、MS Windows、Mac OS X等平臺,其原生文件格式的擴展名是.xcf。
功能特色:
用于圖像編輯工具可在工具箱、菜單及對話框獲得。包括填充、畫筆、漸變、選取、圖層及蒙版……等工具。
GIMP 2.8 正式發布(GIMP 2.8 正式版 PPA 可用) ttp://www.linuxidc.com/Linux/2012-05/59763.htm
安裝步驟(打開終端):
1.Add GIMP PPA
Open terminal from Unity Dash, App launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit Enter:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp2.Install or Upgrade the editor.
sudo apt-get update sudo apt-get install gimp3.(Optional) Uninstall.
Just in case you want to uninstall or downgrade GIMP image editor. Use Software Center to remove it, or run below commands one by one to purge PPA as well as downgrade the software:
總結
以上是生活随笔為你收集整理的Linux(Ubuntu20.10)安装GIMP的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python Django之GET请求和
- 下一篇: Python禁止最大化按钮和禁止拉伸窗口