diff --git a/README.md b/README.md index 1bf48ac..1b55da7 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,6 @@ TODO + ~~add cache for album art colors~~ + ~~add spotify link fetching~~ + ~~add arbitrary spotify searching~~ ++ ~~use static seed for kmeans~~ + make various parameters user-configurable + use tiny-skia instead of magick-rust? diff --git a/src/main.rs b/src/main.rs index fd9892c..24231d2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,7 @@ extern crate magick_rust; use magick_rust::{ ColorspaceType, CompositeOperator, FilterType, MagickWand, PixelWand, magick_wand_genesis, }; +use magick_rust::bindings::MagickSetSeed; use std::env; use std::collections::HashMap; @@ -266,6 +267,7 @@ async fn fmi(ctx: &Context, arg: Option<&str>, id: UserId, avatar: Option