Skip to content

cgilles/digikam-plugins-demo

Repository files navigation

Description:

This repository guest some demo codes to write new external digiKam plugins (Digikam::DPlugin). It provides 4 "Hello World" plugins as:

  • Generic tool.

  • Image Editor tool.

  • Batch Queue Manager tool.

  • Raw Import for Image Editor. This plugin open RAW file in editor with a simple command line call using dcraw tool.

Dependencies:

Notes:

  • Plugins do not depend on KDE framework.
  • Plugins can be compiled with Qt5 or Qt6.

Compilation:

# ./bootstrap.sh
# cd build
# make

Install:

# cd build
# sudo make install/fast

Uninstall:

# cd build
# sudo make uninstall