timewall 0.2.0

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