An open API service indexing awesome lists of open source software.

https://github.com/dere3046/monet_rust

monet rust
https://github.com/dere3046/monet_rust

cli library monet rust

Last synced: 19 days ago
JSON representation

monet rust

Awesome Lists containing this project

README

          

# Monet

Generate Material You themes from wallpaper images. Rust port of Android's wallpaper color extraction.

[δΈ­ζ–‡η‰ˆ](README.zh.md)

## Usage

```bash
monet [options]
--strategy material|java Scoring strategy (default: material)
--output, -o Save output to file instead of stdout
--seed-only Output only the seed color hex
```

## References

- [WallpaperColors.java](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/app/WallpaperColors.java)
- [WallpaperColors.java](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/app/WallpaperColors.java)

## License

Dual-licensed under MIT and Apache-2.0. See [LICENSE](LICENSE).