translated

This commit is contained in:
sarishinohara 2016-05-28 19:21:02 +02:00
parent 1a82c20dc6
commit da07e37c3a
2 changed files with 172 additions and 163 deletions

View File

@ -1,163 +0,0 @@
translating by sarishinohara
BEST LINUX PHOTO MANAGEMENT SOFTWARE IN 2016
=============================================
![](http://itsfoss.com/wp-content/uploads/2016/05/Best-Linux-Photo-Management-Software.jpg)
When it comes to Linux applications, at times there are so many choices and alternatives. But sometimes there are only a few options.
One of our readers had requested to make a list of decent **Linux photo management software**. Something that could replace now defunct Picasa on Linux.
Turns out, though not many, there are some really good applications for managing photo libraries available out there. Either you have a huge collection of photos or only a few of them, one of these options ought to suit your needs.
This list of **best photo management applications for Linux** is different from our earlier list of [best photo applications for Linux][1]. That list contained image related applications for various purposes such as editing, painting etc., while this list deals with only photo managing applications.
So, here we go. Ive also included the installation commands of these applications for Ubuntu and its derivatives. All you need to do is open a terminal and run those.
### [GTHUMB](https://wiki.gnome.org/Apps/gthumb)
![](http://itsfoss.com/wp-content/uploads/2016/05/gThumb-1-1024x540.jpg)
>gThumb Photo Editing
gThumb is a lightweight photo management application built mainly for GNOME desktop environment. It includes all the basic photo management features as well as some editing and advance operations. Some of the main features of gThumb are:
- Image Viewer: Supports all the major image format (including GIF) and metadata (EXIF, XMP etc).
- Image Browser: All the basic browsing operations (thumbnails, move, copy, delete etc) and bookmarking support.
- Image Organizer: Organize photos with tags, catalogs and Libraries. Importing photos from Digital Cameras. Web albums (Picasa, Flickr, Facebook etc) integration.
- Image Editor: Basic photo editing operations, filters, format conversion etc.
And theres much more, check the official [gThumb feature][2] list. If you use GNOME or GNOME based desktop environments (like MATE) you should definitely try this one out.
#### GTHUMB INSTALLATION
```
sudo apt-get install gthumb
```
### [DIGIKAM][3]
![](http://itsfoss.com/wp-content/uploads/2016/05/digiKam-1-1024x540.png)
>digiKam
digiKam is mainly developed for KDE, but works just as well on other desktop environments. It comes with a lot of features with an interface that works nicely. The main features of digiKam includes:
- Photo Organizer: Albums, sub-albums, tags, comments, metadata, sorting support.
- Photo Importer: Import support from Digital Cameras, USB devices, Web Albums (including Picasa & Facebook) and some other features.
- Photo Exporter: Export support for various online platforms and format conversion.
- Photo Editor: Wide range of photo editing operations.
digiKam is certainly one of the best Linux photo management software, if not best.
#### DIGIKAM INSTALLATION
```
sudo apt-get install digikam
```
### [SHOTWELL][4]
![](http://itsfoss.com/wp-content/uploads/2016/05/Shotwell-1-1024x540.png)
>Shotwell
Shotwell photo manager is also for GNOME desktop environment. Shotwell, while isnt as feature-rich as gThumb, does what it promises. The main features of Shotwell are:
- Import photos from Disks or Digital Cameras.
- Event, tags and folder based organization.
- Basic photo editing features and format conversion.
- Supports uploading to web services (Facebook, Flickr, Tumblr etc).
If you want something simple, you can check this one out.
#### SHOTWELL INSTALLATION
```
sudo apt-get install shotwell
```
### [KPHOTOALBUM][5]
![](http://itsfoss.com/wp-content/uploads/2016/05/KPhotoAlbum-1-1024x540.png)
>KPhotoAlbum
KPhotoAlbum is a photo management application also intended to be used on [KDE desktop environment][6]. What makes KPhotoAlbum unique is its categorization process and time-based browsing. You can categorize photos by People, Places, Events etc. And for time-based browsing, it has a dedicated timeline or Date Bar at the bottom of the user interface.
KPhotoAlbum comes with a wide range of features for photo management and editing. Some of the main features include:
- Advance photo organization (with categories, sub-categories, tags, metadata, annotation support and much more).
- Wide range of import and export options (including almost every major photo sharing platforms).
- Various editing options (includes batch operations).
All these advanced organization features do have their downsides user has to do most of them manually. But if youre a KDE lover, this can be a good pick. You can use KPhotoAlbum on other desktop environments too, but it delivers the optimal experience on KDE.
#### KPHOTOALBUM INSTALLATION
```
sudo apt-get install kphotoalbum
```
### [DARKTABLE][7]
![](http://itsfoss.com/wp-content/uploads/2016/05/darktable-1-1024x540.png)
>Darktable
Darktable is more of a photo editing application than an organizer. Darktable stands out for its own user interface regardless of the desktop environment you might be using, and of course for its editing capabilities. The basic features include:
- Basic photo organization.
- Advance and feature-rich photo editing.
- Export support for Picasa & Flickr and format conversion.
If youre into photo editing and retouching, Darktable is a nice choice.
> Reading Suggestion: [How to install Darktable 2.0 in Ubuntu via PPA][8]
#### DARKTABLE INSTALLATION
```
sudo add-apt-repository ppa:pmjdebruijn/darktable-release
sudo apt-get update
sudo apt-get install darktable
```
### OTHERS
If you want a simple application for pulling images from your portable devices (cameras, phones, portable drives etc) and storing them on your Hard Disk, using [Rapid Photo Downloader][9] is a no-brainer. It is an incredible application for importing and backing up photos from portable devices. The installation and configuration process is quite easy and simple.
For installing Rapid Photo Downloader on Ubuntu, fire up a terminal and run this command:
```
sudo apt-get install rapid-photo-downloader
```
If you are still interested in trying a few more options, here you go:
- [GNOME Photos][10] (Photo viewer for GNOME desktop environment)
- [Gwenview][11] (Photo viewer for KDE desktop environment)
- [Picty][12] (Open-source photo collection manager)
So, are you using, or plan to use, any one of these applications? Which, according to you is the best photo management application for Ubuntu or any other Linux? Do you have any favorites to term as Linux photo manager? Do share your views.
----------
via: http://itsfoss.com/linux-photo-management-software/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ItsFoss+%28Its+FOSS%21+An+Open+Source+Blog%29
作者:[Munif Tanjim][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: http://itsfoss.com/author/munif/
[1]: http://itsfoss.com/image-applications-ubuntu-linux/
[2]: https://wiki.gnome.org/Apps/gthumb/features
[3]: https://www.digikam.org/
[4]: https://wiki.gnome.org/Apps/Shotwell
[5]: https://www.kphotoalbum.org/
[6]: https://www.kde.org/
[7]: http://www.darktable.org/
[8]: http://itsfoss.com/darktable-20-released-installation-ppa/
[9]: http://www.damonlynch.net/rapid/index.html
[10]: https://wiki.gnome.org/Apps/Photos
[11]: https://userbase.kde.org/Gwenview
[12]: https://github.com/spillz/picty

View File

@ -0,0 +1,172 @@
2016年最佳 Linux 图像管理软件
=============================================
![](http://itsfoss.com/wp-content/uploads/2016/05/Best-Linux-Photo-Management-Software.jpg)
通常谈及 Linux 上的应用程序时,我们有很多选择,但有时候选择的余地却很小。
有一些读者要我们做一个合宜的**图像管理软件**列表,来代替 Linux 上已被弃用的 Picasa 应用。
其实 Linux 平台上还是有很多很好的图像管理软件的,你可以根据你图片库的大小选择合适的应用。
这个列表和我们先前的 [最佳图像程序应用][1] 有些差别,上次我们介绍了图像编辑软件,绘图软件等,而这次的介绍主要集中在图像管理软件上。
好,下面我们开始介绍。我会详细说明在 Ubuntu 下的安装命令以及衍生的命令,我们只需要打开终端运行这些命令。
### [GTHUMB](https://wiki.gnome.org/Apps/gthumb)
![](http://itsfoss.com/wp-content/uploads/2016/05/gThumb-1-1024x540.jpg)
>gThumb 图像编辑器
gThumb 是在 GNOME 桌面环境下的一个轻量级的图像管理应用它涵盖了基本图像管理功能编辑图片以及更加高级的操作gThumb 主要功能如下:
- 图片查看支持所有主流的图片格式包括gif和元数据EXIF, XMP 等)。
- 图片浏览:所有基础的浏览操作(缩略图,移动,复制,删除等)以及书签支持。
- 图片管理使用标签操作图片目录和图片库。从数码相机网络相册PicasaFlickrFacebook等整合导入图片。
- 图片编辑:基本图像编辑操作,滤镜,格式转换等。
- 更多功能请参考官方 [gThumb功能][2] 列表。如果你使用的是 GNOME 或者基于 GNOME 的桌面环境(如 MATE那么你一定要试用一下。
#### GTHUMB 安装
```
sudo apt-get install gthumb
```
### [DIGIKAM][3]
![](http://itsfoss.com/wp-content/uploads/2016/05/digiKam-1-1024x540.png)
>digiKam
digiKam 主要为 KDE 而设计,在其他桌面环境下也可以使用。它有很多很好的图像界面功能,主要功能如下所示:
- 图片管理:相册,子相册,标签,评论,元数据,排序支持。
- 图片导入支持从数码相机USB设备网络相册包括 Picasa 和 Facebook导入以及另外一些功能。
- 图片输出:支持输出至很多网络在线平台,以及各式转换。
- 图片编辑:支持很多图像编辑的操作。
digiKam 是众多优秀图像管理软件之一。
#### DIGIKAM 安装
```
sudo apt-get install digikam
```
### [SHOTWELL][4]
![](http://itsfoss.com/wp-content/uploads/2016/05/Shotwell-1-1024x540.png)
>Shotwell
Shotwell 图像管理也是为 GNOME 桌面环境设计,虽然功能不及 gThumb 多,但满足了基本需求。主要功能如下:
- 从磁盘或数码相机导入图片。
- 项目,标签和文件夹管理。
- 基本图片编辑功能和格式转换。
- 支持上传至网络平台FacebookFlickrTumblr 等)。
如果你想要一款功能相对简单的应用,你可以尝试一下这个。
#### SHOTWELL 安装
```
sudo apt-get install shotwell
```
### [KPHOTOALBUM][5]
![](http://itsfoss.com/wp-content/uploads/2016/05/KPhotoAlbum-1-1024x540.png)
>KPhotoAlbum
KPhotoAlbum 是一款在 KDE 桌面环境下的图像管理应用。它有一些独特的功能:分类和基于时间浏览。你可以基于人物,地点,时间分类;另外在用户图形界面底部会显示时间栏。
KPhotoAlbum 有很多图像管理和编辑功能,主要功能包括:
- 高级图片操作(目录,子目录,标签,元数据,注释等)。
- 图片导入导出功能(包括主流图片分享平台)。
- 众多编辑功能(包括批量处理)。
这些高级的功能有它们的缺点就是用户需要手工操作。但如果你是KDE爱好者这是个好的选择。它完美适用 KDE但是你也可以在非 KDE 桌面环境下使用 KPhotoAlbum。
#### KPHOTOALBUM 安装
```
sudo apt-get install kphotoalbum
```
### [DARKTABLE][7]
![](http://itsfoss.com/wp-content/uploads/2016/05/darktable-1-1024x540.png)
>Darktable
Darktable 相较于图像管理更偏向于图像编辑。Darktable 有良好的用户图形界面,对桌面环境没有特殊的要求,以及图像编辑功能。它的基本功能如下:
- 基本图片管理。
- 众多高级的图片编辑功能。
- 支持导出至 Picasa 和 Flickr 和格式转换。
如果你喜欢照片编辑和润色Darktable 是个好的选择。
> 推荐阅读:[怎样在Ubuntu下通过PPA安装Darktable 2.0][8]
#### DARKTABLE 安装
```
sudo add-apt-repository ppa:pmjdebruijn/darktable-release
sudo apt-get update
sudo apt-get install darktable
```
### 其它
如果你想要功能简单的应用,比如从便携设备(相机,手机,便携设备等)中导入照片并存入磁盘,使用 [Rapid Photo Downloader][9],它很适合从便携设备中导入和备份图片,而且安装配置过程简单。
在 Ubuntu 上安装 Rapid Photo Downloade打开终端输入命令
```
sudo apt-get install rapid-photo-downloader
```
如果你想尝试更多的选择:
- [GNOME Photos][10] (GNOME桌面环境下的图像查看器)
- [Gwenview][11] (KDE桌面环境下的图像查看器)
- [Picty][12] (开源图像管理器)
那么,你正在使用,或者打算使用其中一款应用吗?你有其它更好的推荐吗?你有最喜欢的 Linux 图像管理软件吗?分享你的观点。
----------
via: http://itsfoss.com/linux-photo-management-software/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ItsFoss+%28Its+FOSS%21+An+Open+Source+Blog%29
作者:[Munif Tanjim][a]
译者:[sarishinohara](https://github.com/sarishinohara)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: http://itsfoss.com/author/munif/
[1]: http://itsfoss.com/image-applications-ubuntu-linux/
[2]: https://wiki.gnome.org/Apps/gthumb/features
[3]: https://www.digikam.org/
[4]: https://wiki.gnome.org/Apps/Shotwell
[5]: https://www.kphotoalbum.org/
[6]: https://www.kde.org/
[7]: http://www.darktable.org/
[8]: http://itsfoss.com/darktable-20-released-installation-ppa/
[9]: http://www.damonlynch.net/rapid/index.html
[10]: https://wiki.gnome.org/Apps/Photos
[11]: https://userbase.kde.org/Gwenview
[12]: https://github.com/spillz/picty