mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-22 23:00:57 +08:00
commit
e0ac6faa93
@ -1,91 +0,0 @@
|
||||
[#]: subject: (Fotoxx: An Open Source App for Managing and Editing Large Photo Collection)
|
||||
[#]: via: (https://itsfoss.com/fotoxx/)
|
||||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
|
||||
Fotoxx: An Open Source App for Managing and Editing Large Photo Collection
|
||||
======
|
||||
|
||||
When it comes to [photo management software in Linux][1], Shotwell is perhaps the most famous of them all. No wonder it comes preinstalled in many distributions.
|
||||
|
||||
But if you are looking for a Shotwell like application which is a bit faster, Fotoxx could be a good choice.
|
||||
|
||||
It may not have a modern user interface, but it is fast in handling a large collection of photos. And it matters because indexing and showing thumbnails for thousands of photos could take considerable time and computing resources.
|
||||
|
||||
### Manage photos and edit them in Linux with Fotoxx
|
||||
|
||||
![Fotoxx interface][2]
|
||||
|
||||
As you can see in the screenshot above, it is not the nicest interface. Looks more like an application from around 2010. What it lacks in the visual department, it makes up with features and performance.
|
||||
|
||||
You can import a huge collection of photos, including RAW images. The images stay where they are. They are not copied or moved. They just get indexed in the application.
|
||||
|
||||
You can edit image metadata like tags, geotags, dates, ratings, captions etc. You can search images based on these matadata.
|
||||
|
||||
It also has a map feature that groups and displays images belonging to a certain location (based on geotag data on the images).
|
||||
|
||||
![Map view][3]
|
||||
|
||||
Since it focuses on managing large collection of photos, it has several batch functions to rename, resize, copy/move, convert image format and edit metadata.
|
||||
|
||||
You can select images to create albums and slideshows and all this happens without duplicating the images. Photos can be combined to create 360-degree panoramas.
|
||||
|
||||
Fotoxx also has several editing functions that can be used to retouch the images, add effect (like sketching, painting), trim, rotate and more.
|
||||
|
||||
There is also options for removing red eyes and dust spots from the old, scanned photo prints.
|
||||
|
||||
I can go on with the features list but it won’t end. Its website describes its full capabilities and you should check it out.
|
||||
|
||||
[Fotoxx Feature Overview][4]
|
||||
|
||||
If it interests you, you can watch this video that demonstrates the features of Fotoxx:
|
||||
|
||||
[Subscribe to It’s FOSS YouTube channel][5]
|
||||
|
||||
### Installing Fotoxx on Linux
|
||||
|
||||
Please keep in mind that **Fotoxx developer recommends a strong computer** with 4+ CPU cores, 16+ GB memory for proper functioning. Lesser computers may be slow or may fail to edit large images.
|
||||
|
||||
Fotoxx is available in the repositories of most Linux distributions like Debian, Ubuntu, Fedora and Arch Linux. Just use your distribution’s package manager or software center to search for Fotoxx and install it.
|
||||
|
||||
On Ubuntu and Debian based distributions, you can use the apt command to install it like this:
|
||||
|
||||
```
|
||||
sudo apt install fotoxx
|
||||
```
|
||||
|
||||
When you first run it, it will ask to search the home directory for images. You may continue with it or limit the search location to selected folders.
|
||||
|
||||
![][6]
|
||||
|
||||
I noticed that despite indexing over 4,700 in a minute or so, it didn’t start displaying the images immediately. I had to **click on Gallery->All Folders and the select the folder(s) and then it showed the images**. So, this is something to keep in mind.
|
||||
|
||||
Fotoxx is an extensive tool and it will take some time in getting used to it and explore all its features. Its webapge lists several examples that you should have a look at.
|
||||
|
||||
[Fotoxx Feature Examples][4]
|
||||
|
||||
As I said earlier, it is not the prettiest application, but it gets the job done with a huge list of features. If you are a photographer or have a large collection of images, you may give Fotoxx a try and see if it fits your need. And when you do that, please do share your experience with it in the comment section.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/fotoxx/
|
||||
|
||||
作者:[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://itsfoss.com/linux-photo-management-software/
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-interface.jpg?resize=800%2C561&ssl=1
|
||||
[3]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-geotag-map-view.jpg?resize=800%2C466&ssl=1
|
||||
[4]: https://kornelix.net/fotoxx/fotoxx.html
|
||||
[5]: https://www.youtube.com/c/itsfoss?sub_confirmation=1
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-indexing.png?resize=800%2C617&ssl=1
|
@ -0,0 +1,88 @@
|
||||
[#]: subject: (Fotoxx: An Open Source App for Managing and Editing Large Photo Collection)
|
||||
[#]: via: (https://itsfoss.com/fotoxx/)
|
||||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
|
||||
Fotoxx:用于管理和编辑大型照片收藏的开源应用
|
||||
======
|
||||
|
||||
说到 [Linux 中的照片管理软件][1],Shotwell 可能是其中最有名的。难怪它在许多发行版中都预装了。
|
||||
|
||||
但是,如果你正在寻找一个类似 Shotwell 的应用,而且速度更快,Fotoxx 可能是一个不错的选择。
|
||||
|
||||
它可能没有一个现代的用户界面,但它在处理大量照片收藏时速度很快。这一点很重要,因为索引和显示成千上万张照片的缩略图可能需要相当多的时间和计算资源。
|
||||
|
||||
### 用 Fotoxx 在 Linux 中管理照片并编辑它们
|
||||
|
||||
![Fotoxx interface][2]
|
||||
|
||||
正如你在上面的截图中看到的,它没有漂亮的界面。看起来更像是一个 2010 年左右的应用。它在视觉上的不足,在功能和性能上得到了弥补。
|
||||
|
||||
你可以导入大量的照片,包括 RAW 图像。这些图片保持原样。它们不会被复制或移动。它们只是在应用中被索引。
|
||||
|
||||
你可以编辑图像元数据,如标签、地理标签、日期、评级、标题等。你可以根据这些元数据来搜索图片。
|
||||
|
||||
它还有一个地图功能,可以分组并显示属于某个地点的图片(基于图片上的地理标签数据)。
|
||||
|
||||
![Map view][3]
|
||||
|
||||
由于它专注于管理大型照片集,它有几个批处理功能,可以重命名、调整大小、复制/移动、转换图像格式和编辑元数据。
|
||||
|
||||
你可以选择图片来创建相册和幻灯片,所有这些都是在去重图片的情况下进行的。照片可以组合成 360 度的全景图。
|
||||
|
||||
Fotoxx 还有几个编辑功能,可以用来修饰图片,添加效果(如素描,绘画)、修剪、旋转等。
|
||||
|
||||
还有一些选项可以去除旧的、扫描过的照片打印件上的红眼和尘斑。
|
||||
|
||||
我可以继续列举功能清单,但这没有结束。它的网站描述了它的全部功能,你应该去看看。
|
||||
|
||||
[Fotoxx Feature Overview][4]
|
||||
|
||||
如果你感兴趣,你可以观看这个演示 Fotoxx 功能的视频。
|
||||
|
||||
### 在 Linux 上安装 Fotoxx
|
||||
|
||||
请记住,**Fotoxx 的开发者建议使用一台强大的计算机**,有 4 个以上的 CPU 核心,16GB 以上的内存,以便正常运行。较小的计算机可能会很慢,或可能无法编辑大型图像。
|
||||
|
||||
Fotoxx 在大多数 Linux 发行版中都有,如 Debian、Ubuntu、Fedora 和 Arch Linux。只需使用你的发行版的包管理器或软件中心来搜索 Fotoxx 并安装它。
|
||||
|
||||
在基于 Ubuntu 和 Debian 的发行版上,你可以使用 apt 命令来安装它,像这样:
|
||||
|
||||
```
|
||||
sudo apt install fotoxx
|
||||
```
|
||||
|
||||
当你第一次运行它时,它会要求搜索主目录中的图像。你可以继续使用它,或者将搜索位置限制在选定的文件夹。
|
||||
|
||||
![][6]
|
||||
|
||||
我注意到,尽管在一分钟左右的时间内索引了 4700 多张,但它并没有立即开始显示图片。我不得不**点击 Gallery->All Folders,然后选择文件夹,然后它就显示了图片**。所以,这一点要记住。
|
||||
|
||||
Fotoxx 是一个功能广泛的工具,你需要一些时间来适应它并探索它的所有功能。它的网站列出了几个例子,你应该看看。
|
||||
|
||||
[Fotoxx Feature Examples][4]
|
||||
|
||||
正如我前面所说,它不是最漂亮的应用,但它大量的功能列表可以完成任务。如果你是一个摄影师或有大量的图片收藏,你可以试试 Fotoxx,看看它是否符合你的需要。当你试过后,请在评论区分享你的经验。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/fotoxx/
|
||||
|
||||
作者:[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://itsfoss.com/linux-photo-management-software/
|
||||
[2]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-interface.jpg?resize=800%2C561&ssl=1
|
||||
[3]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-geotag-map-view.jpg?resize=800%2C466&ssl=1
|
||||
[4]: https://kornelix.net/fotoxx/fotoxx.html
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/06/fotoxx-indexing.png?resize=800%2C617&ssl=1
|
Loading…
Reference in New Issue
Block a user