Skip to content
forked from KDE/digikam

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.

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING-CMAKE-SCRIPTS
Notifications You must be signed in to change notification settings

JLZIMMERMANN/digikam

This branch is up to date with KDE/digikam:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 7, 2019
33d0457 · Aug 7, 2019
Apr 21, 2019
Aug 7, 2019
Aug 2, 2019
May 21, 2018
Oct 14, 2018
Sep 1, 2018
Mar 20, 2018
Jul 7, 2018
Feb 11, 2019
Mar 15, 2015
Jul 30, 2019
Apr 14, 2019
Sep 5, 2018
Feb 10, 2016
Mar 1, 2012
Feb 10, 2016
Jul 31, 2019
Aug 28, 2018
Jul 23, 2019
Dec 12, 2018
Aug 7, 2019
Jul 31, 2019
Jul 11, 2018
May 4, 2019
Apr 22, 2019
Jun 1, 2019
Jan 13, 2019
Jun 2, 2019
May 29, 2019
Apr 14, 2019
Dec 28, 2018
Aug 16, 2018
Mar 20, 2018
Mar 20, 2018

digiKam - Professional Photo Management with the Power of Open Source

Phabricator Build Status

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

About

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.

Authors

See AUTHORS file for details.

Related URLs

http://www.digikam.org

Contact

If you have questions, comments, suggestions to make do email at :

[email protected]

If you want contribute to digiKam developments do email at :

[email protected]

IRC channel from irc.freenode.org server: #digikam

Bug reports

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 :

External Dependencies

See the online Dependencies list for details.

Cmake Configuration

See the online Configuration rules for details.

Installation

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)

Donate Money

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

About

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.

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING-CMAKE-SCRIPTS

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.5%
  • CMake 1.6%
  • C 1.3%
  • XSLT 0.5%
  • Shell 0.5%
  • Perl 0.3%
  • Other 1.3%