KPhotoAlbum

From KDE UserBase Wiki
Revision as of 06:30, 14 December 2016 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
KPhotoAlbum è uno strumento che puoi utilizzare per ordinare facilmente le tue immagini. Fornisce molte funzionalità per rendere facile l'ordinamento e la visualizzazione delle immagini.

Earlier versions of KPhotoAlbum were released under the name "KimDaBa". The current stable release is KPhotoAlbum version 4.7.2 (as of December 2016), and the current beta version is 5.0.1.

Per un'introduzione segui il tour di KPhotoAlbum in 3 minuti o guarda i video sulla Pagina principale di KPhotoAlbum. Per saperne di più e per vedere alcune schermate, leggi le Domande frequenti.

KPhotoAlbum supporta tutti i normali formati immagine inclusi i formati raw prodotti dalla maggior parte delle fotocamere digitali e dagli scanner (utilizzando dcraw per eseguire la decodifica). È anche possibile utilizzare le anteprime integrate nelle immagini raw (che di solito hanno dimensioni e qualità accettabili) per una veloce visualizzazione, così non c'è bisogno di decodificare l'intera immagine raw.

Documentazione

Sono disponibili sul sito del progetto un tour di 3 minuti e varie video guide. È inoltre disponibile il manuale di KPhotoAlbum in PDF e on-line.

Getting KPhotoAlbum

I pacchetti sorgente, binari per varie distro e snapshot sono disponibili nella pagina Download del progetto.

KPhotoAlbum su un sistema live come Knoppix

Puoi utilizzare un file immagine (o crearne uno) che integri KPhotoAlbum in un CD/DVD di Knoppix se manca KPhotoAlbum. I dettagli possono essere reperiti sulla pagina KPhotoAlbum su Knoppix.

Building KPhotoAlbum

Step-by-step guide to build KPhotoAlbum from source code on Debian or Ubuntu are available on page Building KPhotoAlbum.

Estendere 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
  • With 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 here
  • Patches and features awaiting approval or implementation - Please use bugs.kde.org for that.


Con pse3tokimdaba.pl è possibile estrarre informazioni dal tuo database di Photoshop Elements 3 per creare un file index.xml. Ci sono alcune limitazioni, vedi le pagine sopra per maggiori dettagli.

djKPA è un sito web Django progettato per essere l'interfaccia web del tuo catalogo di foto di KPhotoAlbum. La filosofia di djKPA è essere il più possibile completamente automatico: etichette, descrizioni, ... di foto provenienti da KPhotoAlbum. Tuttavia djKPA è un'applicazione molto interattiva che permette ai tuoi visitatori di votare, aggiungere commenti, mostrare exif, ... e vedere le tue foto navigando tra le tue etichette.

Help develop KPhotoAlbum

Se sei interessato ad aiutare lo sviluppo di KPhotoAlbum o di progetti correlati, guarda la nostra pagina del progetto. O, se hai un'idea per una funzione, guarda la sezione Richiesta di funzioni qui sotto.

Developer documentation

KPA Release Steps

  • Update CMakeLists.txt with the new version number you are just about to tag (alas, our automatic versionning doesn't work anymore ;-)
  • 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
  • Update doc/index.docbook to reflect the new release (if the documentation has been updated)
<releaseinfo>4.5</releaseinfo>
  • Commit the last changes
git commit -v -a
  • Tag the new release and push it out
git tag -a -m "kpa 4.5 released" v4.5
git push
git push --tags
  • Create a tar ball of the released sources using the instructions on the following section (kphotoalbum.rb --version 4.5)
  • Upload the created tar ball to the incoming directory of upload.kde.org using an FTP client. 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.
  • Add a new version to Bugzilla (bugs.kde.org, you have to have administrator rights to do this): Edit Products → KPhotoAlbum → Add version
  • Publish the release information (KPA's web site, mailing lists, distributor's bugtracking system, social media etc.).
  • Don't forget to post on the kde-distro-packagers mailing list, and make sure to mention any changes in dependencies
  • Create a video of the cool new features and publish it on Youtube. A nice tool for doing so is recordmydesktop. If you uploaded such a video, don't forget to add it to the Videos page on the homepage (cf. the README_new_video.txt file).
  • Notify people building the binary packages for different distributions

Compilare un rilascio

Building a snapshot tar ball is rather straight forward. Install the releaseme building tool and run a command to generate the source package. As long as KPhotoAlbum is based on KDE 4, it's necessary to use the kdelibs4 branch.

git clone git://anongit.kde.org/releaseme
cd releaseme
git checkout kdelibs4

To create the source package, run e. g.:

./kphotoalbum.rb --version `date +%Y%m%d`

If a source package for a specific tagged version should be built, use that version number instead, e. g.:

./kphotoalbum.rb --version 4.6.2

Bug noti

Guarda l'elenco dei noti e delle soluzioni per KPhotoAlbum.

Please use [1] marking the report as a "Wish".

New Ideas for Future Versions

Se hai una nuova idea per KPhotoAlbum e pensi che bugs.kde.org non sia il posto giusto per essa, utilizza uno dei canali di comunicazione elencati in queste pagine.