feat(wallpaper): scaling methods

This commit is contained in:
Michael Aaron Murphy 2023-05-31 02:13:40 +02:00
parent a3802021b6
commit 9fb0bcdac9
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 54 additions and 11 deletions

View file

@ -1,4 +1,4 @@
pub use cosmic_bg_config::{Config, Entry, Output};
pub use cosmic_bg_config::{Config, Entry, Output, ScalingMode};
use image::RgbaImage;
use std::{
collections::hash_map::DefaultHasher,