mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-25 00:50:15 +08:00
commit
e824741632
@ -1,120 +0,0 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Photoflare: An Open Source Image Editor for Simple Editing Needs)
|
||||
[#]: via: (https://itsfoss.com/photoflare/)
|
||||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||||
|
||||
Photoflare: An Open Source Image Editor for Simple Editing Needs
|
||||
======
|
||||
|
||||
_**Brief: Photoflare is an image editor available for Linux and Windows. The editor has a free and open source community edition.**_
|
||||
|
||||
When it comes to image editing on Linux, GIMP is the first and obvious choice. But GIMP could be overwhelming if you don’t need advanced editing feature. This is where applications like Photoflare step in.
|
||||
|
||||
### PhotoFlare: A simple image editor
|
||||
|
||||
![][1]
|
||||
|
||||
Photoflare is an editor that provides basic image editing features with a simple-to-use interface.
|
||||
|
||||
It is inspired by the popular Windows application [PhotoFiltre][2]. The application is not a clone though and it has been written in C++ from scratch and uses Qt framework for the interface.
|
||||
|
||||
The features include cropping, flipping/rotating, resizing image. You can also tools like paint brush, paint bucket, spray can, blur tool and eraser. The magic wand tool lets you select a specific area of the image.
|
||||
|
||||
You can also add lines and text on an image. You cal also change the hue variation to change the color tone of the image.
|
||||
|
||||
You can also create an image from scratch like any other [paint application][3].
|
||||
|
||||
The batch editing option allows you to resize, convert file format and add filter to multiple photos simultaneously.
|
||||
|
||||
![Batch Editing Feature in Photoflare | Photo Credit: Photoflare website][4]
|
||||
|
||||
### Features of Photoflare
|
||||
|
||||
I’ll list the main features of Photoflare for easier reference:
|
||||
|
||||
* Create/draw an image
|
||||
* Crop an image
|
||||
* Rotate an image
|
||||
* Resize image
|
||||
* Edit images with tools like paint brush, paint bucket, spray, blur tool and image
|
||||
* Add lines and text on images
|
||||
* Change the color tone of images
|
||||
* Add vintage filter
|
||||
* Batch resize, filter etc
|
||||
|
||||
|
||||
|
||||
### Installing Photflare on Linux
|
||||
|
||||
![][5]
|
||||
|
||||
On the website of Photoflare, you’ll find the pricing and the option for monthly subscription. However, the application is open source and its [source code is available on GitHub][6].
|
||||
|
||||
The application is also **free** to use. The [pricing/subscription part][7] is for financial support of the project. You can download it for free and if you like the application and would continue to use it, consider donating to the project.
|
||||
|
||||
Photoflare has an [official PPA][8] for Ubuntu and Ubuntu based distributions. This PPA is available for Ubuntu 18.04 and 20.04 versions.
|
||||
|
||||
Open a terminal and use the following commands one by one to install Photoflare:
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:photoflare/photoflare-stable
|
||||
sudo apt update
|
||||
sudo apt install photoflare
|
||||
```
|
||||
|
||||
To remove Photoflare from Ubuntu-based distributions, use this command:
|
||||
|
||||
```
|
||||
sudo apt remove photoflare
|
||||
```
|
||||
|
||||
It would be a good idea to remove the PPA as well:
|
||||
|
||||
```
|
||||
sudo add-apt-repository -r ppa:photoflare/photoflare-stable
|
||||
```
|
||||
|
||||
**Arch Linux** and Manjaro users can [get it from AUR][9].
|
||||
|
||||
There is no ready to use package for Fedora so you’ll have to get the source code:
|
||||
|
||||
[Photoflare source code][6]
|
||||
|
||||
### Experience with Photoflare
|
||||
|
||||
I find it somewhat similar to [Pinta][10] with a bit more features. It is a simple tool for some basic image editing. The batch feature is a plus.
|
||||
|
||||
I did notice image doesn’t look sharp when it is opened for editing. I opened a screenshot for editing and the fonts looked blurry. However, after saving the image and opening it in an [image viewer][11] showed no such issue.
|
||||
|
||||
Altogether, it is a decent tool if you are not looking for a professional grade image editing.
|
||||
|
||||
If you have used it in the past or if you give it a try, do share your experience with Photoflare.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/photoflare/
|
||||
|
||||
作者:[Abhishek Prakash][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/abhishek/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/08/Photoflare.jpg?ssl=1
|
||||
[2]: http://photofiltre.free.fr/frames_en.htm
|
||||
[3]: https://itsfoss.com/open-source-paint-apps/
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/08/batch_editing_photoflare.png?ssl=1
|
||||
[5]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/08/photoflare-editor-linux.png?resize=800%2C580&ssl=1
|
||||
[6]: https://github.com/PhotoFlare/photoflare
|
||||
[7]: https://photoflare.io/pricing/
|
||||
[8]: https://launchpad.net/~photoflare/+archive/ubuntu/photoflare-stable
|
||||
[9]: https://aur.archlinux.org/packages/photoflare-git/
|
||||
[10]: https://itsfoss.com/pinta-new-release/
|
||||
[11]: https://itsfoss.com/image-viewers-linux/
|
@ -0,0 +1,120 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Photoflare: An Open Source Image Editor for Simple Editing Needs)
|
||||
[#]: via: (https://itsfoss.com/photoflare/)
|
||||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||||
|
||||
Photoflare:满足简单编辑需求的开源图像编辑器
|
||||
======
|
||||
|
||||
_**简介:Photoflare 是 Linux 和 Windows 上的图像编辑器。它有一个免费且开源的社区版本。**_
|
||||
|
||||
在 Linux 上编辑图像时,GIMP 显然是首选。但是,如果你不需要高级编辑功能,GIMP 可能会让人不知所措。这是像 Photoflare 这样的应用立足的地方。
|
||||
|
||||
### PhotoFlare:一个简单的图像编辑器
|
||||
|
||||
![][1]
|
||||
|
||||
Photoflare 是一个在简单易用的界面提供基本的图像编辑功能的编辑器。
|
||||
|
||||
它受流行的 Windows 应用 [PhotoFiltre][2] 的启发。这个程序不是仅仅克隆,它是从头开始用 C++ 编写的,并使用 Qt 框架作为界面。
|
||||
|
||||
它的功能包括裁剪、翻转/旋转、调整图像大小。你还可以使用诸如油漆刷、油漆桶、喷雾罐、模糊工具和橡皮擦之类的工具。魔术棒工具可让你选择图像的特定区域。
|
||||
|
||||
你还可以在图像上添加线条和文本。你还可以更改图像的色调。
|
||||
|
||||
你也可以像其他[画图应用][3]一样从头开始创建图像。
|
||||
|
||||
批处理编辑选项可让你同时为多张图片调整大小、转换文件格式和添加滤镜。
|
||||
|
||||
![Batch Editing Feature in Photoflare | Photo Credit: Photoflare website][4]
|
||||
|
||||
### Photoflare 的功能
|
||||
|
||||
为了方便参考,我将列出 Photoflare 的主要功能:
|
||||
|
||||
* 创建/绘制图像
|
||||
* 裁剪图像
|
||||
* 旋转图像
|
||||
* 调整图像大小
|
||||
* 使用画笔、油漆桶、喷涂、模糊工具和图像等工具编辑图像
|
||||
* 在图像上添加线条和文字
|
||||
* 更改图像的色调
|
||||
* 添加老照滤镜
|
||||
* 批量调整大小、滤镜等
|
||||
|
||||
|
||||
|
||||
### 在 Linux 上安装 Photflare
|
||||
|
||||
![][5]
|
||||
|
||||
在 Photoflare 的网站上,你可以找到定价以及每月订阅的选项。但是,应用是开源的,它的[源码可在 GitHub 上找到][6]。
|
||||
|
||||
应用也是“免费”使用的。[定价/订购部分][7]用于项目的财务支持。你可以免费下载它,如果你喜欢该应用并且会继续使用,请考虑给它捐赠。
|
||||
|
||||
Photoflare 有[官方 PPA][8],适用于 Ubuntu 和基于 Ubuntu 的发行版。此 PPA 可用于 Ubuntu 18.04 和 20.04 版本。
|
||||
|
||||
打开终端,逐一输入下面的命令安装 Photoflare:
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:photoflare/photoflare-stable
|
||||
sudo apt update
|
||||
sudo apt install photoflare
|
||||
```
|
||||
|
||||
要从基于 Ubuntu 的发行版中删除 Photoflare,请使用以下命令:
|
||||
|
||||
```
|
||||
sudo apt remove photoflare
|
||||
```
|
||||
|
||||
最好也删除 PPA:
|
||||
|
||||
```
|
||||
sudo add-apt-repository -r ppa:photoflare/photoflare-stable
|
||||
```
|
||||
|
||||
**Arch Linux** 和 Manjaro 用户可以[从 AUR 获取][9]。
|
||||
|
||||
Fedora 没有现成的软件包,因此你需要获取源码:
|
||||
|
||||
[Photoflare source code][6]
|
||||
|
||||
### Photoflare 的经验
|
||||
|
||||
我发现它与 [Pinta][10] 有点相似,但功能更多。它是用于基本图像编辑的简单工具。批处理功能是加分。
|
||||
|
||||
我注意到图像在打开编辑时看起来不清晰。我打开一张截图进行编辑,字体看起来很模糊。但是,保存图像并在[图像查看器][11]中打开后,没有显示此问题。
|
||||
|
||||
总之,如果你不需要专业级的图像编辑,它是一个不错的工具。
|
||||
|
||||
如果你曾经使用过或会去尝试它,请分享你的 Photoflare 使用经验。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/photoflare/
|
||||
|
||||
作者:[Abhishek Prakash][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/abhishek/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/08/Photoflare.jpg?ssl=1
|
||||
[2]: http://photofiltre.free.fr/frames_en.htm
|
||||
[3]: https://itsfoss.com/open-source-paint-apps/
|
||||
[4]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/08/batch_editing_photoflare.png?ssl=1
|
||||
[5]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/08/photoflare-editor-linux.png?resize=800%2C580&ssl=1
|
||||
[6]: https://github.com/PhotoFlare/photoflare
|
||||
[7]: https://photoflare.io/pricing/
|
||||
[8]: https://launchpad.net/~photoflare/+archive/ubuntu/photoflare-stable
|
||||
[9]: https://aur.archlinux.org/packages/photoflare-git/
|
||||
[10]: https://itsfoss.com/pinta-new-release/
|
||||
[11]: https://itsfoss.com/image-viewers-linux/
|
Loading…
Reference in New Issue
Block a user