timewall 2.1.0

All-in-one tool for Apple dynamic HEIF wallpapers on GNU/Linux
1
2
3
4
5
6
mod context;
mod convert;
mod read;
pub use context::from_file;
pub use convert::unpack_images;
pub use read::{get_xmp_metadata, validate_file};