mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
51 lines
2.6 KiB
Markdown
51 lines
2.6 KiB
Markdown
Pinta 1.6发布了!在 Ubuntu 和 Linux Mint 上安装Pinta
|
||
================================================================================
|
||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/03/Pinta_Ubuntu_Linux.jpeg)
|
||
|
||
|
||
[Pinta][1] 是一款免费的开源绘图应用软件,它在Linux用户中很受欢迎。你也可以把它看作是**微软画图软件的开源替代品**。Pinta 可以在很多平台上使用,如 Linux、Windows 以及 Mac OS X。
|
||
|
||
Gimp 作为一款功能齐全的图像编辑软件而流行,相比Pinta则单纯是一种绘图工具。我常用它在我的截图上画箭头和曲线,而且我可以说这是我在 Linux 上最喜欢的绘图应用软件。
|
||
|
||
### Pinta 1.6 的新功能###
|
||
|
||
经过一年多的时间,Pinta发布了1.6版本,修复了50多个漏洞并且增加了一些新功能。增加的新功能如下:
|
||
|
||
- 线条工具现在支持绘制曲线和箭头
|
||
- 绘制好的图形可以编辑形状
|
||
- 所有的图形工具现在支持绘制虚线
|
||
- 所有的选择工具现在支持并集、排除,异或和交集模式
|
||
- 插件可通过插件管理器安装
|
||
- 命令行中加入新选项
|
||
|
||
新版本同时也修复了一个很烦人的漏洞——右键菜单选项,[在打开方式中使用Pinta不能打开文件][2]。你可以在[发布说明][3]阅读所有的改变。
|
||
|
||
### 在 Ubuntu 和 Linux Mint 中安装 Pinta 1.6###
|
||
|
||
Pinta 1.5 可以在 Ubuntu 14.04,14.10,Linux Mint 17 和 elementary OS 中使用。如果你想安装最新的 1.6 版本,你可以使用 Pinta 团队的官方PPA源。如果你已经安装了 Pinta 1.5 也不必担心。再安装一次将会使版本升级。
|
||
|
||
打开终端并使用以下命令:
|
||
|
||
sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
|
||
sudo apt-get update
|
||
sudo apt-get install pinta
|
||
|
||
下载源代码或者获取 Windows 和 Mac OS X 的安装文件,请点击[Pinta下载页面][4]。在如下这篇相关文章中,你也可以选出[Linux中最好的照片应用软件][5]。
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: http://itsfoss.com/pinta-1-6-ubuntu-linux-mint/
|
||
|
||
作者:[Abhishek][a]
|
||
译者:[linuhap](https://github.com/linuhap)
|
||
校对:[Caroline](https://github.com/carolinewuyan)
|
||
|
||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||
|
||
[a]:http://itsfoss.com/author/abhishek/
|
||
[1]:http://pinta-project.com/
|
||
[2]:http://itsfoss.com/add-application-list-open-applications-ubuntu-1310/
|
||
[3]:http://pinta-project.com/releases/1-6
|
||
[4]:http://pinta-project.com/releases
|
||
[5]:http://itsfoss.com/image-applications-ubuntu-linux/
|