KPhotoAlbum: Difference between revisions

From KDE UserBase Wiki
m (fix typo)
(corrected link)
(40 intermediate revisions by 6 users not shown)
Line 6: Line 6:
|}
|}
<translate>
<translate>
== History == <!--T:64-->
<!--T:65-->
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.
<!--T:66-->
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>
<!--T:67-->
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].
<!--T:68-->
In 2016, '''KPhotoAlbum''' was ported to qt5/kf5<ref>https://www.kphotoalbum.org/news/?item=0092</ref>.
<!--T:2-->
<!--T:2-->
Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". The current release is '''KPhotoAlbum''' version 4.4 (as of April 2014).
Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
 
 
<!--T:62-->
[[File:KPhotoAlbum_main_windows.png|500px|center]]
 
== Getting started == <!--T:69-->


<!--T:3-->
<!--T:3-->
__TOC__
For an introduction, take the [https://www.kphotoalbum.org/documentation/3minutetour/ 3 minute KPhotoAlbum tour] or see the [https://www.kphotoalbum.org/documentation/videos/ Videos] at [https://www.kphotoalbum.org/ KPhotoAlbum's Homepage].  To learn more and view some screenshots read the [[Special:myLanguage/KPhotoAlbum FAQ|FAQ]].
For an introduction, take the [http://kphotoalbum.org/index.php?page=3-minute-tour 3 minute KPhotoAlbum tour] or see the [http://kphotoalbum.org/index.php?page=videos Videos] at [http://kphotoalbum.org/ KPhotoAlbum's Homepage].  To learn more and view some screenshots read the [[Special:myLanguage/KPhotoAlbum FAQ|FAQ]].


<!--T:4-->
<!--T:4-->
'''KPhotoAlbum''' supports all the normal image formats including raw
'''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.
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.


==Documentation== <!--T:5-->
== Using KPhotoAlbum == <!--T:5-->


<!--T:6-->
<!--T:6-->
There is a [http://www.kphotoalbum.org/index.php?page=3-minute-tour 3-minute Tour] and a set of [http://www.kphotoalbum.org/index.php?page=videos How-To videos] on the project site. A '''KPhotoAlbum''' handbook is also available as a [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/kphotoalbum.pdf PDF] and [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/index.html on-line version].
There is a [https://www.kphotoalbum.org/documentation/3minutetour/ 3-minute Tour] and a set of [https://www.kphotoalbum.org/documentation/videos/ How-To videos] on the project site. A '''KPhotoAlbum''' handbook is also available as a [https://docs.kde.org/development/en/extragear-graphics/kphotoalbum/kphotoalbum.pdf PDF] and [https://docs.kde.org/development/en/extragear-graphics/kphotoalbum/index.html on-line version].


== KPhotoAlbum Downloads == <!--T:7-->
== Getting KPhotoAlbum == <!--T:7-->


<!--T:8-->
<!--T:8-->
Source packages, binaries for various distros, and snapshots are available from [http://www.kphotoalbum.org/index.php?page=download the project Download page].
Source packages, binaries for various distros, and snapshots are available from [https://www.kphotoalbum.org/download/ the project Download page].
 
<!--T:63-->
{{Install|KPhotoAlbum}}


== KPhotoAlbum on Live systems like Knoppix == <!--T:9-->
=== KPhotoAlbum on Live systems === <!--T:9-->


<!--T:10-->
<!--T:10-->
You can use an image file (or create your own) which integrates '''KPhotoAlbum''' in a Knoppix CD/DVD if '''KPhotoAlbum''' is missing there.  The details can be found on the page [[Special:myLanguage/KPhotoAlbum on Knoppix|KPhotoAlbum on Knoppix]].
KPhotoAlbum is available in [https://neon.kde.org/download Neon]:
* User Edition has the latest release
* Developer Edition (stable branch) has the ''5.x'' branch.<br/>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 == <!--T:11-->
== Extending KPhotoAlbum == <!--T:11-->
Line 43: Line 65:
* 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).
* 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]
* Other useful scripts are available from [http://www.hardakers.net/kphotoalbum/#sec-5 Wes Hardaker's site]
* With [http://wersdoerfer.com/wicked/Kimdaba2Mysql Kimdaba2Mysql] it's possible to:
<br />
** insert your index.xml metadata into a mysql-database
** generate a search-formular on your website  with your kimdaba-keywords, example [http://wersdoerfer.com/bilder here]<br />


<!--T:30-->
<!--T:30-->
* 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.


 
=== Help develop KPhotoAlbum === <!--T:15-->
 
<!--T:13-->
With [http://www.gowdy.us/pse3/ pse3tokimdaba.pl] it's possible to extract information from your Photoshop Elements 3 database to create an index.xml file. There are quite a few limitations, see the above page for more details.
 
<!--T:14-->
[http://d200.vmrt.homelinux.com/|djKPA djKPA] is a [http://www.djangoproject.org Django] web site designed to be the web interface of your [http://www.kphotoalbum.org KPhotoAlbum] photo repository.
The philosophy of djKPA is be as far as possible fully automatic: labels, tags, descriptions, ... of photo come from '''KPhotoAlbum'''. Nevertheless, djKPA is a real interactive application that allows your visitors to vote, post comments, show exif, ... and visit your photos by browsing the your Tags.
 
==Help Develop KPhotoAlbum== <!--T:15-->


<!--T:16-->
<!--T:16-->
If you are interested in helping the '''KPhotoAlbum''' development or related projects, please look at our [http://www.kphotoalbum.org/index.php?page=getting-involved this project page]. Or, if you have an idea for a feature, please see the Feature Requests section, below.
If you are interested in helping the '''KPhotoAlbum''' development or related projects, please look at [https://www.kphotoalbum.org/gettinginvolved/ this project page]. Or, if you have an idea for a feature, please see the Feature Requests section, below.
 
==Building KPhotoAlbum== <!--T:31-->
 
<!--T:32-->
Step-by-step guide to build KPhotoAlbum from source code on Debian or Ubuntu are available on page [[Special:myLanguage/Building KPhotoAlbum|Building KPhotoAlbum]].
 
== KPA Release Steps== <!--T:33-->
 
<!--T:34-->
* Update the ChangeLog to mark the new release and add the key improvements to the list of changes, if they are not already mentioned in the ChangeLog
 
<!--T:35-->
* Update doc/index.docbook to reflect the new release (if the documentation has been updated)
  {{Input|1=<nowiki><releaseinfo>4.5</releaseinfo></nowiki>}}
 
<!--T:36-->
* Commit the last changes
{{Input|1=<nowiki>git commit -v -a</nowiki>}}
 
<!--T:37-->
* Tag the new release and push it out
{{Input|1=<nowiki>git tag -a -m "kpa 4.5 released" v4.5
git push
git push --tags</nowiki>}}
 
<!--T:38-->
* Create a tar ball of the released sources using the instructions on the following section (''kphotoalbum.rb --version 4.5'')
 
<!--T:39-->
* Upload the created tar ball to upload.kde.org using an FTP client.
** Uploads are to be done in ''incoming'' directory.
** The current instructions of notifying administrators of the upload are shown when logging in to the FTP server. You create a ticket and provide SHA sums and some other information of the upload.
 
<!--T:40-->
* Add a new version to Bugzilla (bugs.kde.org)
** ''Edit Products -> KPhotoAlbum -> Add version''
 
<!--T:41-->
* Update the KPA web pages to point to proper source file, you get a link to the mirroring system as when the uploaded tar to KDE FTP server has been processed.
 
<!--T:42-->
* Publish the release information on mailing list, KPA web site, google+.
 
<!--T:43-->
* Create a video of the cool new features and publish on Youtube.
 
<!--T:44-->
* Notify people building the binary packages for different distributions


==Building a Release== <!--T:26-->
== Known Bugs and feature requests == <!--T:17-->
 
<!--T:27-->
Building a snapshot tar ball is rather straight forward. Install
releaseme building tool and run a command to generate the source
package.
 
<!--T:28-->
{{Input|1=<nowiki>git clone git://anongit.kde.org/releaseme
cd releaseme
./kphotoalbum.rb --version `date +%Y%m%d`</nowiki>}}
 
<!--T:29-->
This requires one to have proper [https://mail.kdab.com/pipermail/kphotoalbum/attachments/20120303/1b9455ee/attachment.rb kphotoalbum.rb] and [https://mail.kdab.com/pipermail/kphotoalbum/attachments/20120303/1b9455ee/attachment.obj kphotoalbumrc] files available on the releaseme sources.
 
==Known Bugs== <!--T:17-->


<!--T:18-->
<!--T:18-->
See the list of [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|Known Bugs] and workarounds in KPhotoAlbum.
See the list of [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum Known Bugs] and workarounds in KPhotoAlbum.


==Feature Requests== <!--T:19-->
<!--T:20-->
Please use [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum bugs.kde.org] marking the report as a "Wish".


<!--T:20-->
=== New Ideas for Future Versions === <!--T:23-->
Please use [https://bugs.kde.org/ bugs.kde.org] marking the report as a "Wish".


==Video Support== <!--T:21-->
<!--T:24-->
If you have a new idea for KPhotoAlbum and think that [https://bugs.kde.org/ bugs.kde.org] is not the right place for it, use one of the [https://www.kphotoalbum.org/communication/ communication channels] listed on the pages.


<!--T:22-->
== More Information == <!--T:70-->
'''KPhotoAlbum''' now supports videos as of version 3. This can be a bit tricky to get working, as it requires certain features from your KDE software setup. [[Special:myLanguage/KPhotoAlbum Video Support|KPhotoAlbum Video Support]] will tell you how to get it working.


==New Ideas for Future Versions== <!--T:23-->
<!--T:71-->
* [https://docs.kde.org/trunk5/en/extragear-graphics/kphotoalbum/index.html KDE official documentation]
* [https://www.kphotoalbum.org/ KPhotoAlbum homepage]
* [https://www.kphotoalbum.org/news KPhotoAlbum news]
* [https://en.wikipedia.org/wiki/KPhotoAlbum Wikipedia article]
* [https://phabricator.kde.org/project/view/255/ KPhotoAlbum phabricator project]
* [https://phabricator.kde.org/source/kphotoalbum/ KPhotoAlbum git repository]


<!--T:24-->
== References == <!--T:72-->
If you have a new idea for KPhotoAlbum and think that [https://bugs.kde.org/ bugs.kde.org] is not the right place for it, use one of the [http://www.kphotoalbum.org/index.php?page=communication-media communication channels] listed on the pages.


<!--T:25-->
<!--T:25-->
[[Category:Graphics]]
[[Category:Graphics]]
</translate>
</translate>

Revision as of 12:19, 16 July 2019

KPhotoAlbum is a tool which you can use to easily sort your images. It provides many capabilities to make sorting and viewing images easy.

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.

Using KPhotoAlbum

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.

Getting 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.


KPhotoAlbum on Live systems

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

  • Image::Kimdaba is a perl module available on CPAN which parses the index.xml database.
  • Another way to extend KPhotoAlbum is to write 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 Wes Hardaker's site


  • Patches and features awaiting approval or implementation - Please use bugs.kde.org for that.

Help develop KPhotoAlbum

If you are interested in helping the KPhotoAlbum development or related projects, please look at this project page. Or, if you have an idea for a feature, please see the Feature Requests section, below.

Known Bugs and feature requests

See the list of Known Bugs and workarounds in KPhotoAlbum.

Please use bugs.kde.org marking the report as a "Wish".

New Ideas for Future Versions

If you have a new idea for KPhotoAlbum and think that bugs.kde.org is not the right place for it, use one of the communication channels listed on the pages.

More Information

References