Exploring digiKam

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Exploring digiKam

Swati Lodha
Hello.

To start exploring the functionalities of digiKam and getting familiar with the code base , what would be the best way to do this? Where should I begin with?

Regards
Swati 


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Exploring digiKam

Gilles Caulier-4
The digiKam source code is huge.

start to use the application before to play with code. Import image and look how metadata are parsed and stored in database. It's mostly done in imagescanner.cpp

Look also the properties of items registered in DB. It's mostly available through imageinfo.cpp.

The items info from DB are visible by right sidebar from AlbumGUI. Look properties tabs.

The main features of digiKam is the capability to search items, all based on DB. From left sidebar of album GUI, look Date view, TimeLine, Geolocation, and Advanced search (which is the most powerfull tool).

All these view are implemented in core/utilities.

Gilles Caulier

2016-05-06 20:18 GMT+02:00 Swati Lodha <[hidden email]>:
Hello.

To start exploring the functionalities of digiKam and getting familiar with the code base , what would be the best way to do this? Where should I begin with?

Regards
Swati 


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel