Currently, this project ships a command line tool that one could use to create a dynamic wallpaper from a collection of jpg or png images. However, not all people are good with CLI. We need a GUI editor.
KDynamicWallpaperReader and KDynamicWallpaperWriter can be used for reading and writing dynamic wallpapers, respectively. For computing the position of the Sun from Exif metadata, there is the DynamicWallpaperExifMetaData class. It probably has to be moved to the library.
The tricky part is the UI. I would really appreciate any help on that one.
Currently, this project ships a command line tool that one could use to create a dynamic wallpaper from a collection of jpg or png images. However, not all people are good with CLI. We need a GUI editor.
KDynamicWallpaperReader and KDynamicWallpaperWriter can be used for reading and writing dynamic wallpapers, respectively. For computing the position of the Sun from Exif metadata, there is the DynamicWallpaperExifMetaData class. It probably has to be moved to the library.
The tricky part is the UI. I would really appreciate any help on that one.