Archives For November 30, 1999

digiKam 5.6.0

Prefer installing digiKam photo manager via apt repository rather than the containerized Flatpak package? There’s a third-party PPA maintains the latest packages for all current Ubuntu releases.

Open terminal either by pressing Ctrl+Alt+T on keyboard, or by searching for ‘terminal’ from system application launcher. When it opens, do following steps one by one to add the PPA and install the latest digiKam deb packages.

1. Add the Rob Savoury’s digiKam PPA via command:

sudo add-apt-repository ppa:savoury1/digikam

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. (Optional) The PPA package for Ubuntu 18.04 require updated FFMpeg package, which is available by adding another PPA:

sudo add-apt-repository ppa:savoury1/ffmpeg4

The PPA also contains the latest digiKam for Ubuntu 16.04, it is however requires more dependency PPAs. See the PPA link for detail.

3. Finally run 2 commands one by one to refresh system package cache and install the photo manager:

sudo apt update

sudo apt install digikam

If an old version of digiKam .deb package was installed on your system, simply launch Software Updater and upgrade the software along with other system updates.

Uninstall:

To remove digiKam photo manager, open terminal and run command:

sudo apt remove --autoremove digikam

To remove the PPA, open Software & Updates and remove the repository lines from Other Software tab.

digiKam photo management software 7.0 was released a few days ago with greatly improved face detection and recognition.

digiKam 7.0 was released after one year of development. It features new deep learning faces management. No learning stage is required to perform face detection and recognition. And face detection reaches 97% of true positives.

The improved face detection and recognition also supports non-human faces, blurred faces, covered faces, profiles of faces, printed faces, faces turned away, partial faces, etc.

And it supports multiple cores to speed-up computations.

Other changes include:

  • Improved HEIF image format support
  • A new tool Image Mosaic Wall.
  • The SlideShow tool ported as plugin.
  • New RAW files support including the famous Canon CR3, Sony A7R4, and more:
    • Canon: PowerShot G5 X Mark II, G7 X Mark III, SX70 HS, EOS R, EOS RP, EOS 90D, EOS 250D, EOS M6 Mark II, EOS M50, EOS M200
    • DJI Mavic Air, Osmo Action
    • FujiFilm GFX 100, X-A7, X-Pro3
    • GoPro Fusion, HERO5, HERO6, HERO7
    • Hasselblad L1D-20c, X1D II 50C
    • Leica D-LUX7, Q-P, Q2, V-LUX5, C-Lux / CAM-DC25
    • Olympus TG-6, E-M5 Mark III.
    • Panasonic DC-FZ1000 II, DC-G90, DC-S1, DC-S1R, DC-TZ95
    • PhaseOne IQ4 150MP
    • Ricoh GR III
    • Sony A7R IV, ILCE-6100, ILCE-6600, RX0 II, RX100 VII
    • Zenit M
    • and multiple smartphones…

Download / Install digiKam:

1. Non-install single executable Linux Appimage is available in the official download page.

2. digiKam is also available as Flatpak package, you can get it from flathub repository.

3. For those prefer Ubuntu PPA, keep an eye on this launchpad page.

digiKam Software Collection 4.12.0 has been released recently with a huge bugs fixed. KDE Frameworks 5 port is planed to be completed before end of this year.

Philip Johnsson is maintaining PPAs with latest digiKam packages for current Ubuntu releases (e.g., Ubuntu 14.04, Ubuntu 15.04). It’s easy to install or upgrade the software in supported Ubuntu releases via below steps:

1. For (K)Ubuntu 15.04 and (K)Ubuntu 14.04 with default KDE, open terminal emulator from app launcher and run below command to add PPA:

sudo add-apt-repository ppa:philip5/extra

2. For (K)Ubuntu 14.04 who has upgrade to KDE 4.14 via Kubuntu Backports PPA, add another PPA instead:

sudo add-apt-repository ppa:philip5/kubuntu-backports

3. After adding one of previous PPAs, upgrade digiKam through your package manager after reload system cache. Or run below commands one by one in terminal:

sudo apt-get update

sudo apt-get install digikam

4. (Optional) To downgrade digiKam to the default version available in system repository, install ppa-purge and purge the PPA:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:philip5/extra

Install digiKam 4.0 Beta3 in Ubuntu 13.10 Saucy

Last updated: February 26, 2014

The photo management software digiKam 4.0.0 has reached its third beta release just a few hours ago. There will be also beta4 and RC releases, and the digiKam 4.0.0 final will be released on May 11.

According to the release notes, following new features will be added in this version:

  • A new tool dedicated to organize whole tag hierarchies. This new feature is relevant of GoSC-2013 project from Veaceslav Munteanu. This project include also a back of Nepomuk support in digiKam broken since a while due to important KDE API changes. Veaceslav has also implemented multiple selection and multiple drag-n-drop capabilities on Tags Manager and Tags View from sidebars, and the support for writing face rectangles metadata in Windows Live Photo format.
  • A new maintenance tool dedicated to parse image quality and auto-tags items automatically using Pick Labels. This tool is relevant to anotherGoSC-2013 project from Gowtham Ashok. This tool require feedback and hack to be finalized for this release.
  • Showfoto thumbbar is now ported to Qt model/view in order to switch later full digiKam code to Qt5. This project is relevant to another GoSC-2013 project from Mohamed Anwer.
  • A lots of work have been done into Import tool to fix several dysfunctions reported since a very long time. For example, The status to indicate which item have been already downloaded from the device is back. Thanks to Teemu Rytilahti and Islam Wazery to contribute. All fixes are not yet completed and the game continue until the next beta release.
  • This release is now fully ported to Qt4 model-view and drop last Q3-Support classes. The last pending part was Image Editor Canvas ported and completed by Yiou Wang through this GoSC-2013 project. In the future, port to Qt5 will be easy and quickly done, when KDE 5 API will stabilized and released.
  •  
    Install:
    Besides building digiKam 4.0 from the source tarball. Ubuntu 13.10 Saucy users can install the beta release from the third-party PPA.

    Press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, run the commands below to add the digiKam Beta repository:

    sudo add-apt-repository ppa:msylwester/digikam-beta

    There’s also a stable PPA created by the maintainer. It will provide the digiKam 4.0.0 final build for Ubuntu 13.10 Saucy and Ubuntu 14.04 Trusty. To add this PPA, run:

    sudo add-apt-repository ppa:msylwester/digikam

    After adding the PPA, run the commands below to update package lists and install digiKam:

    sudo apt-get update 
    
    sudo apt-get install digikam

    That’s it. Check out the PPA packages on Launchpad page.