KPhotoAlbum/zh-cn: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Updating to match new version of source page)
    Line 7: Line 7:
    == History ==
    == History ==


    The development of '''KPhotoAlbum''' started in 2003 with the name '''KimDaBa''' (for '''K''' '''im'''age '''Da'''ta '''Ba'''se) by Jesper Pedersen<ref>[https://phabricator.kde.org/R463:d42ff3603a292741758024f58774585caef12e27 First commit]</ref>. '''KiPi''' support was added in 2004<ref>[https://phabricator.kde.org/R463:ef47dac30088a0a4485af7a33189948d699caf85 Commit add KiPi support]</ref>. In 2006, Tuomas Suutari a sponsored [google summer of code student], implemented a new sql based database.
    The development of '''KPhotoAlbum''' started in 2003 with the name '''KimDaBa''' (for '''K''' '''im'''age '''Da'''ta '''Ba'''se) by Jesper Pedersen<ref>[https://commits.kde.org/kphotoalbum/d42ff3603a292741758024f58774585caef12e27 First commit]</ref>. '''KiPi''' support was added in 2004<ref>[https://commits.kde.org/kphotoalbum/ef47dac30088a0a4485af7a33189948d699caf85 Commit add KiPi support]</ref>. In 2006, Tuomas Suutari a sponsored [google summer of code student], implemented a new sql based database.


    In July 2007, '''KPhotoAlbum''' started to being ported to KDE 4<ref>https://www.kphotoalbum.org/news/?item=0052 KDE 4 porting started of KPhotoAlbum</ref>. The porting finished in May 2009<ref>https://www.kphotoalbum.org/news/?item=0062</ref>  
    In July 2007, '''KPhotoAlbum''' started to being ported to KDE 4<ref>https://www.kphotoalbum.org/2008/09/03/0052/ KDE 4 porting started of KPhotoAlbum</ref>. The porting finished in May 2009<ref>https://www.kphotoalbum.org/2009/06/12/0062/</ref>  


    In 2014, an android version was released<ref>https://www.kphotoalbum.org/news/?item=0087</ref>. A video of the android version is available in [https://www.youtube.com/watch?v=TxtD7BG61Ro youtube].  
    In 2014, an android version was released<ref>https://www.kphotoalbum.org/2015/03/18/0087/</ref>. A video of the android version is available in [https://www.youtube.com/watch?v=TxtD7BG61Ro youtube].  


    In 2016, '''KPhotoAlbum''' was ported to qt5/kf5<ref>https://www.kphotoalbum.org/news/?item=0092</ref>.  
    In 2016, '''KPhotoAlbum''' was ported to qt5/kf5<ref>https://www.kphotoalbum.org/2016/11/05/0092/</ref>.  


    Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
    Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
    Line 50: Line 50:


    == Extending KPhotoAlbum ==
    == Extending KPhotoAlbum ==
    * '''Image::Kimdaba''' is a perl module available on [http://cpan.org CPAN] which parses the ''index.xml'' database.
    **  [http://search.cpan.org/~jmfayard/Image-Kimdaba/lib/Image/Kimdaba.pm Write your own extensions] to '''KPhotoAlbum'''
    ** Read [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] to download it and to see available scripts
    * Another way to extend '''KPhotoAlbum''' is to write [[Special:myLanguage/KIPI|KIPI plugins]] (that are used also by other KDE photo applications). These plugins provide functions like exporting images to websites like Flickr, Picasa, Facebook, ... correcting exif date stamps or doing some other image manipulations. ('''KPhotoAlbum''' by itself does not touch the original files at all but preserves them intact).
    * Other useful scripts are available from [http://www.hardakers.net/kphotoalbum/#sec-5 Wes Hardaker's site]
    <br />


    * Patches and features awaiting approval or implementation - Please use [https://bugs.kde.org/ bugs.kde.org] for that.
    * Patches and features awaiting approval or implementation - Please use [https://bugs.kde.org/ bugs.kde.org] for that.
    * Some useful scripts are shipped with KPhotoAlbum in the contrib directory.


    <div class="mw-translate-fuzzy">
    <div class="mw-translate-fuzzy">

    Revision as of 14:29, 6 September 2020

    KPhotoAlbum 是个你可以用来方便的给给的图片分类的工具。它提供了许多功能,轻松分类和浏览图片

    History

    The development of KPhotoAlbum started in 2003 with the name KimDaBa (for K image Data Base) by Jesper Pedersen[1]. KiPi support was added in 2004[2]. In 2006, Tuomas Suutari a sponsored [google summer of code student], implemented a new sql based database.

    In July 2007, KPhotoAlbum started to being ported to KDE 4[3]. The porting finished in May 2009[4]

    In 2014, an android version was released[5]. A video of the android version is available in youtube.

    In 2016, KPhotoAlbum was ported to qt5/kf5[6].

    Stable releases are always announced on our news page.


    Getting started

    For an introduction, take the 3 minute KPhotoAlbum tour or see the Videos at KPhotoAlbum's Homepage. To learn more and view some screenshots read the FAQ.

    KPhotoAlbum supports all the normal image formats including raw formats produced by most digital cameras and scanners (using dcraw to do the decoding). It is also possible to use the thumbnails embedded in raw images (that are usually of decent size and quality) for fast viewing so there is no need to decode the whole raw image.

    文档

    There is a 3-minute Tour and a set of How-To videos on the project site. A KPhotoAlbum handbook is also available as a PDF and on-line version.

    KPhotoAlbum 下载

    Source packages, binaries for various distros, and snapshots are available from the project Download page.

    Installation Instructions

    If you need help to install KPhotoAlbum, look at this tutorial about how to install KDE software.


    Live系统像是Knoppix上的KPhotoAlbum

    KPhotoAlbum is available in Neon:

    • User Edition has the latest release
    • Developer Edition (stable branch) has the 5.x branch.
      Most of the time, this should be the same as unstable, but when new features are developed they only arrive in stable after the roughest edges have been smoothed out.
    • Developer Edition (unstable branch) has the master branch of kphotoalbum.

    Extending KPhotoAlbum

    • Patches and features awaiting approval or implementation - Please use bugs.kde.org for that.
    • Some useful scripts are shipped with KPhotoAlbum in the contrib directory.

    帮助开发 KPhotoAlbum ==

    如果你有兴趣帮助KPhotoAlbum开发或其他有关项目,请看下我们的项目主页。或者,如果你有特性请求,请查看后面的特性请求部分。

    已知bug

    查看[1]里的列表和KPhotoAlbum里的解决办法。

    请用bugs.kde.org来要求新特性。

    New Ideas for Future Versions

    如果你有个新主意,但认为bugs.kde.org不是个恰当的地方来回报的话,使用页面上的 交流频道

    More Information

    References