KPhotoAlbum/ca: Difference between revisions

From KDE UserBase Wiki
(Created page with "==Ajuda al desenvolupament de KPhotoAlbum==")
(Updating to match new version of source page)
(53 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
|[[Image:Kphotoalbum_splash.png]] || '''KPhotoAlbum is a tool which you can use to easily sort your images. It provides many capabilities to make sorting and viewing images easy'''.<br />  
|[[Image:Kphotoalbum_splash.png]] || '''KPhotoAlbum és una eina que podeu utilitzar per ordenar fàcilment les vostres imatges. Proporciona moltes capacitats per ordenar i visualitzar imatges amb facilitat.'''<br />  
|}
|}
Earlier versions of '''KPhotoAlbum''' were released under the name "KimDaBa". The current release is '''KPhotoAlbum''' version 4.2 (as of April 2012).


__TOC__
== History ==
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]].
 
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 is available in [https://www.youtube.com/watch?v=TxtD7BG61Ro youtube].  


'''KPhotoAlbum''' supports all the normal image formats including raw
In 2016, '''KPhotoAlbum''' was ported to qt5/kf5<ref>https://www.kphotoalbum.org/news/?item=0092</ref>.  
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.


==Documentació==
<div class="mw-translate-fuzzy">
Les versions anteriors de '''KPhotoAlbum''' es van llançar sota el nom de «KimDaBa». La versió actual és '''KPhotoAlbum''' versió 4.4 (d'abril de 2014).
</div>


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


== Descarregar KPhotoAlbum ==
[[File:KPhotoAlbum_main_windows.png|500px|center]]


Source packages, binaries for various distros, and snapshots are available from [http://www.kphotoalbum.org/index.php?page=download the project Download page].
== Getting started ==


== KPhotoAlbum sobre sistemes Live com Knoppix ==
<div class="mw-translate-fuzzy">
__TOC__
Per a una introducció, visiteu el [http://kphotoalbum.org/index.php?page=3-minute-tour tour de 3 minuts de KPhotoAlbum] o mireu els  [http://kphotoalbum.org/index.php?page=videos vídeos] a la [http://kphotoalbum.org/ la pàgina inicial de KPhotoAlbum]. Per aprendre més i veure algunes captures de pantalla llegiu la [[Special:myLanguage/KPhotoAlbum FAQ|PMF]].
</div>


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]].
<div class="mw-translate-fuzzy">
'''KPhotoAlbum''' és compatible amb tots els formats d'imatge normals, incloent els formats raw produïts per la majoria de càmeres digitals i escàners (utilitzant dcraw per fer la descodificació). També és possible utilitzar les miniatures incrustades en les imatges raw
(que normalment tenen una grandària i qualitat decents) per a una visualització ràpida, per la qual cosa no hi ha necessitat de descodificar la imatge raw completa.
</div>


== Estendre KPhotoAlbum ==
<div class="mw-translate-fuzzy">
==Documentació==
</div>


* '''Image::Kimdaba''' is a perl module available on [http://cpan.org CPAN] which parses the ''index.xml'' database.
<div class="mw-translate-fuzzy">
[http://search.cpan.org/~jmfayard/Image-Kimdaba/lib/Image/Kimdaba.pm Write your own extensions] to '''KPhotoAlbum'''
Al lloc del projecte hi ha disponibles una [http://www.kphotoalbum.org/index.php?page=3-minute-tour gira de 3 minuts] i un joc de [http://www.kphotoalbum.org/index.php?page=videos vídeos sobre com es fa]. També hi ha disponible en línia un manual de '''KPhotoAlbum''' en versions [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/kphotoalbum.pdf PDF] i [http://docs.kde.org/development/en/extragear-graphics/kphotoalbum/index.html HTML].
* 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).
</div>
* Read [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] to download it and to see available scripts
* 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:
** 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 />
{{Note|1='''KPhotoAlbum''' 3 supports MySQL and SQLite databases for storing image data.}}
* Patches and features awaiting approval or implementation - Please use [https://bugs.kde.org/ bugs.kde.org] for that.


<div class="mw-translate-fuzzy">
== Descarregar KPhotoAlbum ==
</div>


<div class="mw-translate-fuzzy">
Els paquets amb el codi font, binaris per a diverses distribucions i instantànies del codi estan disponibles des de [http://www.kphotoalbum.org/index.php?page=download la pàgina «Download» del projecte].
</div>


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.
{{Install|KPhotoAlbum}}


[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.
<div class="mw-translate-fuzzy">
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.
== KPhotoAlbum sobre sistemes Live com Knoppix ==
</div>


==Ajuda al desenvolupament de KPhotoAlbum==
<div class="mw-translate-fuzzy">
Podeu utilitzar un fitxer imatge (o crear-ne un) que integri '''KPhotoAlbum''' en un CD/DVD de Knoppix si hi falta '''KPhotoAlbum'''. Podreu trobar els detalls a la pàgina [[Special:myLanguage/KPhotoAlbum on Knoppix|KPhotoAlbum a Knoppix]].
</div>


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.
== Estendre KPhotoAlbum ==


==Building a Release==
<div class="mw-translate-fuzzy">
* '''Image::Kimdaba''' és un mòdul perl disponible a [http://cpan.org CPAN] que analitza la base de dades ''index.xml''.
** [http://search.cpan.org/~jmfayard/Image-Kimdaba/lib/Image/Kimdaba.pm Escriviu les vostres extensions] per '''KPhotoAlbum'''.
** Llegiu [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] per descarregar-lo i veure els scripts disponibles.
* Una altra manera per estendre '''KPhotoAlbum''' és escriure [[Special:myLanguage/KIPI|connectors KIPI]] (també són utilitzats per altres aplicacions fotogràfiques del KDE). Aquests connectors proporcionen característiques com l'exportació d'imatges a llocs web com Flickr, Picasa, Facebook... corregint les marques horàries EXIF o realitzant algunes altres manipulacions de les imatges ('''KPhotoAlbum''' no toca els fitxers originals, sinó que els preserva intactes).
* Llegiu [[Special:myLanguage/Image_Kimdaba|Image::Kimdaba]] per descarregar-lo i veure els scripts disponibles.
* Hi ha disponibles altres scripts des del [http://www.hardakers.net/kphotoalbum/#sec-5 lloc web de Hardaker].
* Amb [http://wersdoerfer.com/wicked/Kimdaba2Mysql Kimdaba2Mysql] es pot:
** inserir les vostres metadades index.xml en una base de dades mysql
** generar un formulari de cerca sobre el vostre lloc web amb les vostres paraules clau de kimdaba, per exemple [http://wersdoerfer.com/bilder here]<br />
</div>


Building a snapshot tar ball is rather straight forward. Install
* Per a pedaços i característiques en espera d'aprovació o implementacions: Si us plau, utilitzeu [https://bugs.kde.org/ bugs.kde.org].
releaseme building tool and run a command to generate the source
package.


{{Input|1=<nowiki>git clone git://anongit.kde.org/releaseme
<div class="mw-translate-fuzzy">
cd releaseme
==Ajuda al desenvolupament de KPhotoAlbum==
./kphotoalbum.rb --version `date +%Y%m%d`</nowiki>}}
</div>


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.
<div class="mw-translate-fuzzy">
Si esteu interessat en ajudar al desenvolupament de '''KPhotoAlbum''' o als projectes relacionats, si us plau, mireu la nostra [http://www.kphotoalbum.org/index.php?page=getting-involved pàgina del projecte]. O, si teniu una idea per a una característica, mireu la secció «Peticions de característiques» tot seguit.
</div>


==Known Bugs==
<div class="mw-translate-fuzzy">
==Errors coneguts==
</div>


See the list of [https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum|Known Bugs] and workarounds in KPhotoAlbum.
<div class="mw-translate-fuzzy">
Podeu veure la llista d'[https://bugs.kde.org/enter_bug.cgi?product=kphotoalbum errors coneguts] i solucions a KPhotoAlbum.
</div>


==Feature Requests==
<div class="mw-translate-fuzzy">
Si us plau, utilitzeu [https://bugs.kde.org/ bugs.kde.org] indicant que es tracta d'un desig («Wish»).
</div>


Please use [https://bugs.kde.org/ bugs.kde.org] marking the report as a "Wish".
<div class="mw-translate-fuzzy">
==Idees noves per a versions futures==
</div>


==Video Support==
<div class="mw-translate-fuzzy">
Si teniu una nova idea per a KPhotoAlbum i penseu que [https://bugs.kde.org/ bugs.kde.org] no és el lloc adequat, utilitzeu un dels [http://www.kphotoalbum.org/index.php?page=communication-media canals de comunicació] que es llisten a les pàgines.
</div>


'''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.
== More Information ==


==New Ideas for Future Versions==
* [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]


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.
== References ==


[[Category:Graphics]]
[[Category:Gràfics/ca]]

Revision as of 08:23, 24 July 2019

KPhotoAlbum és una eina que podeu utilitzar per ordenar fàcilment les vostres imatges. Proporciona moltes capacitats per ordenar i visualitzar imatges amb facilitat.

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

Les versions anteriors de KPhotoAlbum es van llançar sota el nom de «KimDaBa». La versió actual és KPhotoAlbum versió 4.4 (d'abril de 2014).


Getting started

Per a una introducció, visiteu el tour de 3 minuts de KPhotoAlbum o mireu els vídeos a la la pàgina inicial de KPhotoAlbum. Per aprendre més i veure algunes captures de pantalla llegiu la PMF.

KPhotoAlbum és compatible amb tots els formats d'imatge normals, incloent els formats raw produïts per la majoria de càmeres digitals i escàners (utilitzant dcraw per fer la descodificació). També és possible utilitzar les miniatures incrustades en les imatges raw (que normalment tenen una grandària i qualitat decents) per a una visualització ràpida, per la qual cosa no hi ha necessitat de descodificar la imatge raw completa.

Documentació

Al lloc del projecte hi ha disponibles una gira de 3 minuts i un joc de vídeos sobre com es fa. També hi ha disponible en línia un manual de KPhotoAlbum en versions PDF i HTML.

Descarregar KPhotoAlbum

Els paquets amb el codi font, binaris per a diverses distribucions i instantànies del codi estan disponibles des de la pàgina «Download» del projecte.

Installation Instructions

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


KPhotoAlbum sobre sistemes Live com Knoppix

Podeu utilitzar un fitxer imatge (o crear-ne un) que integri KPhotoAlbum en un CD/DVD de Knoppix si hi falta KPhotoAlbum. Podreu trobar els detalls a la pàgina KPhotoAlbum a Knoppix.

Estendre KPhotoAlbum

  • Image::Kimdaba és un mòdul perl disponible a CPAN que analitza la base de dades index.xml.
  • Una altra manera per estendre KPhotoAlbum és escriure connectors KIPI (també són utilitzats per altres aplicacions fotogràfiques del KDE). Aquests connectors proporcionen característiques com l'exportació d'imatges a llocs web com Flickr, Picasa, Facebook... corregint les marques horàries EXIF o realitzant algunes altres manipulacions de les imatges (KPhotoAlbum no toca els fitxers originals, sinó que els preserva intactes).
  • Llegiu Image::Kimdaba per descarregar-lo i veure els scripts disponibles.
  • Hi ha disponibles altres scripts des del lloc web de Hardaker.
  • Amb Kimdaba2Mysql es pot:
    • inserir les vostres metadades index.xml en una base de dades mysql
    • generar un formulari de cerca sobre el vostre lloc web amb les vostres paraules clau de kimdaba, per exemple here
  • Per a pedaços i característiques en espera d'aprovació o implementacions: Si us plau, utilitzeu bugs.kde.org.

Ajuda al desenvolupament de KPhotoAlbum

Si esteu interessat en ajudar al desenvolupament de KPhotoAlbum o als projectes relacionats, si us plau, mireu la nostra pàgina del projecte. O, si teniu una idea per a una característica, mireu la secció «Peticions de característiques» tot seguit.

Errors coneguts

Podeu veure la llista d'errors coneguts i solucions a KPhotoAlbum.

Si us plau, utilitzeu bugs.kde.org indicant que es tracta d'un desig («Wish»).

Idees noves per a versions futures

Si teniu una nova idea per a KPhotoAlbum i penseu que bugs.kde.org no és el lloc adequat, utilitzeu un dels canals de comunicació que es llisten a les pàgines.

More Information

References