KPhotoAlbum/da: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Updating to match new version of source page)
    Line 5: Line 5:
    |}
    |}


    [[File:KPhotoAlbum_main_windows.png]]
    == History ==


    Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
    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.
     
    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 2014, an android version was released<ref>https://www.kphotoalbum.org/news/?item=0087</ref>. A video of the android version in 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>.
     
    Stable releases are always announced on our [https://www.kphotoalbum.org/news/ news page].
     
     
    [[File:KPhotoAlbum_main_windows.png|500px|center]]
     
    == Getting started ==


    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 [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]].


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


    ==Brug af KPhotoAlbum==
    ==Brug af KPhotoAlbum==
    Line 34: Line 45:
    == Udvidelse af KPhotoAlbum ==
    == Udvidelse af KPhotoAlbum ==


    * '''Image::Kimdaba''' er et perl-modul, som kan læse "index.xml" databasen; det kan findes på [http://cpan.org CPAN].
    * '''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 Lav din egen udvidelse] til '''KPhotoAlbum'''
    ** [http://search.cpan.org/~jmfayard/Image-Kimdaba/lib/Image/Kimdaba.pm Write your own extensions] to '''KPhotoAlbum'''
    ** Læs [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] for at downloade det og se tilgængelige scripts
    ** Read [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] to download it and to see available scripts
    * En anden måde at udvide KPhotoAlbum er at skrive [[Special:myLanguage/KIPI|KIPI plugins]] (som også bruges af KDEs andre fotoprogrammer). Disse plugins giver funktionalitet som eksport af billeder til Flickr, Picasa, Facebook,..., korrektion af exif-tidstempler eller en form for billedmanipulation. ('''KPhotoAlbum''' selv ændrer ikke de opridelige billeder).
    * 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).
    * Andre nyttige scripts fildes på [http://www.hardakers.net/kphotoalbum/#sec-5 Wes Hardakers websted]
    * Other useful scripts are available from [http://www.hardakers.net/kphotoalbum/#sec-5 Wes Hardaker's site]
    * Med [http://wersdoerfer.com/wicked/Kimdaba2Mysql Kimdaba2Mysql] kan du
    <br />
    ** indføre dine index.xml metadata i en mysql-database
    ** generere en søgeformular på dit websted med dine kimdaba-nøgleord, se for eksempel [http://wersdoerfer.com/bilder her]


    * Problemløsninger og funktioner, som venter på godkendelse eller implementering - Brug venligst [https://bugs.kde.org/ bugs.kde.org] til dette.
    * Problemløsninger og funktioner, som venter på godkendelse eller implementering - Brug venligst [https://bugs.kde.org/ bugs.kde.org] til dette.


    == Hjælp med udviklingen af KPhotoAlbum ==
    == Hjælp med udviklingen af KPhotoAlbum ==


    Hvis du gerne vil hjælpe med udviklingen af '''KPhotoAlbum''' eller et relateret projekt, så se venligst vores [http://www.kphotoalbum.org/index.php?page=getting-involved denne projektside]; og hvis du har en ide til en funktion, så se afsnittet Forslag til funktioner herunder.
    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.


    == Kendte fejl og ønskede funktioner ==
    == Kendte fejl og ønskede funktioner ==


    Se listen over [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|Kendte fejl] og hvordan du omgår dem.
    See the list of [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum Known Bugs] and workarounds in KPhotoAlbum.


    Brug [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|bugs.kde.org] til dette; markér rapporten som et "Wish".
    Please use [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum bugs.kde.org] marking the report as a "Wish".


    == Nye ideer til fremtidige versioner ==
    == Nye ideer til fremtidige versioner ==


    Hvis du har en ny idé til KPhotoAlbum og ikke mener, at [https://bugs.kde.org/ bugs.kde.org] er det rette sted at fremføre dem, så brug en af [https://www.kphotoalbum.org/communication/ disse kommunikationskanaler].
    Hvis du har en ny idé til KPhotoAlbum og ikke mener, at [https://bugs.kde.org/ bugs.kde.org] er det rette sted at fremføre dem, så brug en af [https://www.kphotoalbum.org/communication/ disse kommunikationskanaler].
    == More Information ==
    * [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]
    == References ==


    [[Category:Grafik/da]]
    [[Category:Grafik/da]]

    Revision as of 11:30, 9 February 2019

    Med KPhotoAlbum kan du let sortere dine fotos. Det har mange funktioner, som gør sortering og fremvisning let.

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

    Brug af 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.

    Dowload 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 på Live systemer

    KPhotoAlbum er tilgængelig i Neon:

    • User Edition har den seneste udgivelse
    • Developer Edition (stable branch) har "5.x"-grenen.
      For det meste er det det samme som 'unstable', men når nye funktioner udvikles, så kommer de kun til 'stable' efter at de værste knaster er blevet slebet af.
    • Developer Edition (unstable branch) har 'master'-grenen af KPhotoAlbum.

    Udvidelse af 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


    • Problemløsninger og funktioner, som venter på godkendelse eller implementering - Brug venligst bugs.kde.org til dette.

    Hjælp med udviklingen af 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.

    Kendte fejl og ønskede funktioner

    See the list of Known Bugs and workarounds in KPhotoAlbum.

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

    Nye ideer til fremtidige versioner

    Hvis du har en ny idé til KPhotoAlbum og ikke mener, at bugs.kde.org er det rette sted at fremføre dem, så brug en af disse kommunikationskanaler.

    More Information

    References