Setting animated wallpapers, using image files (crossfading)?
Setting animated wallpapers, using image files (crossfading)? - Lemmy.World
I want to sort of recreate macOS 15’s dynamic wallpaper [https://www.reddit.com/r/MacOSBeta/comments/1e0mtu2/with_beta_3_the_sequoia_wallpaper_is_now_dynamic/], and downloaded this set [https://drive.google.com/drive/folders/1tDEftRNxmG1_ZyK7gDG0D_-wd2ZvzQpe] of 8 wallpapers which are most / all the colors it cycles through. On Hyprland, I want to cycle through them throughout the day, but also slowly transition between them: crossfading / blending them. I did some searching, and neither timewall or adi1090x/dynamic-wallpaper can do it. I looked at making my own script to blend images once every 60 secs, but I’m not sure how to quickly crossfade images. This command takes ~15 secs, I feel this should possible much faster with or without imagemagick: magick composite -blend 50 wallpaper1.png wallpaper2.png output.png.