mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
commit
750c03070c
@ -1,50 +0,0 @@
|
||||
linuhap translating
|
||||
Pinta 1.6 Released! Install It In Ubuntu And Linux Mint
|
||||
================================================================================
|
||||
![](http://itsfoss.itsfoss.netdna-cdn.com/wp-content/uploads/2015/03/Pinta_Ubuntu_Linux.jpeg)
|
||||
|
||||
[Pinta][1] is a free and open source drawing application which is very popular among Linux users. It won’t be incorrect to term it as an **open source alternative to Microsoft Paint**. Pinta is available for all major platforms such as Linux, Windows and Mac OS X.
|
||||
|
||||
While Gimp is popular as full featured image editing software, Pinta is more of a paint and drawing tool. I have used it extensively in my tutorials for drawing arrows and curves on the screenshots and I can say that it’s my favorite drawing app in Linux.
|
||||
|
||||
### New features in Pinta 1.6 ###
|
||||
|
||||
After over an year, Pinta has released version 1.6, fixing over 50 bugs and introducing some new features. New features are as following:
|
||||
|
||||
- Line tool now supports drawing curves and arrows
|
||||
- Shapes can be edited even after being drawn
|
||||
- All shape tools now support drawing dashed lines
|
||||
- All selection tools now support the Union, Exclude, Xor, and Intersection modes
|
||||
- Add-in manager now consists of ‘add ins’
|
||||
- New options in command line usage
|
||||
|
||||
New version also fixes the annoying bug where you [cannot open a file with Pinta in right click menu option][2]. You can read all the changes in the [release note][3].
|
||||
|
||||
### Install Pinta 1.6 in Ubuntu and Linux Mint ###
|
||||
|
||||
Pinta 1.5 is available in Ubuntu 14.04, 14.10, Linux Mint 17, elementary OS. If you want to install the latest version 1.6, you can use the official PPA from Pinta team. Don’t worry if you have Pinta 1.5 installed already. Installing it again will upgrade the version.
|
||||
|
||||
Open a terminal and use the following commands:
|
||||
|
||||
sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
|
||||
sudo apt-get update
|
||||
sudo apt-get install pinta
|
||||
|
||||
To download the source code or to get the installation files for Windows and Mac OS X, check the [download page of Pinta][4]. In a related post, you can also check out [best photo applications for Linux][5].
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://itsfoss.com/pinta-1-6-ubuntu-linux-mint/
|
||||
|
||||
作者:[Abhishek][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [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/
|
@ -0,0 +1,50 @@
|
||||
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)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [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/
|
Loading…
Reference in New Issue
Block a user