zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
329 stars 18 forks source link

Dynamic wallpaper editor tool #62

Open zzag opened 4 years ago

zzag commented 4 years ago

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.