This repository guest some demo codes to write new external digiKam plugins (Digikam::DPlugin). It provides 4 "Hello World" plugins as:
-
Raw Import for Image Editor. This plugin open RAW file in editor with a simple command line call using dcraw tool.
- CMake >= 3.16 (https://cmake.org/) All plugin types
- Qt5 >= 5.15.0 (https://www.qt.io/) All plugin types
- Qt6 >= 6.5.0 (https://www.qt.io/) All plugin types
- DigikamCore >= 8.2.0 (https://www.digikam.org) Generic, Editor, and RawImport plugins
- DigikamDatabase >= 8.2.0 (https://www.digikam.org) BQM plugin only
- DigikamGui >= 8.2.0 (https://www.digikam.org) BQM plugin only
Notes:
- Plugins do not depend on KDE framework.
- Plugins can be compiled with Qt5 or Qt6.
# ./bootstrap.sh
# cd build
# make
# cd build
# sudo make install/fast
# cd build
# sudo make uninstall