digiKam - Professional Photo Management with the Power of Open Source
If you are reading this on Github, be aware that this is just a mirror. Our real code repository is located here
Developers, if you want to contribute, see the online API documentation here
digiKam is an advanced open-source digital photo management application that runs on Linux, Windows, and MacOS. The application provides a comprehensive set of tools for importing, managing, editing, and sharing photos and RAW files.
You can use digiKam's import capabilities to easily transfer photos, RAW files, and videos directly from your camera and external storage devices (SD cards, USB disks, etc.). The application allows you to configure import settings and rules that process and organize imported items on-the-fly.
digiKam organizes photos, RAW files, and videos into albums. But the application also features powerful tagging tools that allow you to assign tags, ratings, and labels to photos and raw files. You can then use filtering functionality to quickly find items that match specific criteria.
In addition to filtering functionality, digiKam features powerful searching capabilities that let you search the photo library by a wide range of criteria. You can search photos by tags, labels, rating, data, location, and even specific EXIF, IPTC, or XMP metadata.
You can also combine several criteria for more advanced searches. digiKam rely on Exiv2 library to handle metadata tag contents from files to populate the photo library.
digiKam can handle RAW files, and the application uses the excellent LibRaw library for decoding raw files. The library is actively maintained and regularly updated to include support for the latest camera models.
The application provides a comprehensive set of editing tools. This includes basic tools for adjusting colors, cropping, and sharpening as well as advanced tools for, curves adjustment, panorama stitching, and much more. A special tool based on Lensfun library permit to apply lens corrections automatically on images.
Extended functionality in digiKam is implemented via a set of tools, dedicated especially to import and export contents to remote web-services.
digiKam is based in part on the work of the Independent JPEG Group.
See AUTHORS file for details.
If you have questions, comments, suggestions to make do email at :
If you want contribute to digiKam developments do email at :
IRC channel from irc.freenode.org server: #digikam
IMPORTANT : the bug reports and wishlist entries are hosted by the Bugzilla system which can be reached from the standard Help menu of digiKam. A mail will automatically be sent to the digiKam development mailing list. There is no need to contact directly the digiKam mailing list for a bug report or a devel wish.
The current bugs and devel wishes reported to the bugzilla servers can be seen at these urls :
Extra Bugzilla servers for shared libs used by digiKam :
See the online Dependencies list for details.
See the online Configuration rules for details.
In order to compile, just use something like that:
export VERBOSE=1
export QTDIR=/usr/lib/qt5
export PATH=$QTDIR/bin:$PATH
cmake .
make
sudo make install
Usual CMake options :
-DCMAKE_INSTALL_PREFIX
: decide where the program will be install on your computer.-DCMAKE_BUILD_TYPE
: decide which type of build you want. You can chose between:debugfull
. : for hacking. Include all debug information.debug
.profile
.relwithdebinfo
: default. use gcc-O2
-g
options.release
: generate stripped and optimized bin files. For packaging.
Compared to old autoconf options:
cmake . -DCMAKE_BUILD_TYPE=debugfull
is equivalent to./configure --enable-debug=full
cmake . -DCMAKE_INSTALL_PREFIX=/usr
is equivalent to./configure --prefix=/usr
More details can be found at this url
Note: To know KDE install path on your computer, use kf5-config --prefix
command line like this (with full debug object enabled):
cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix)
If you love digiKam, you can help developers to buy new photo devices to test and implement new features. Thanks in advance for your generous donations.
For more information, look at this url