A pure Rust library for encoding Freedesktop Icon Themes.
An icon theme is a set of icons that share a common look and feel. The user can then select the icon theme that they want to use, and all apps use icons from the theme. The initial user of icon themes is the icon field of the desktop file specification, but in the future it can have other uses (such as mimetype icons).
From a programmer perspective an icon theme is just a mapping. Given a set of directories to look for icons in and a theme name it maps from icon name and nominal icon size to an icon filename.
| Format | Supported? |
|--------|------------------------------------------------------------------------|
| png
| All supported color types |
| jpeg
| Baseline and progressive |
| gif
| Yes |
| bmp
| Yes |
| webp
| Lossy(Luma channel only) |
| svg
| Static SVG Full 1.1 |
Freek
relies on harfbuzz_rs
, wich
means CMake is required to be installed for it build.
Freek
is made available under the
GPLv3 License.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.
Feel free to help out! Contributions are welcomed 😃