5 个版本
0.0.4 | 2022年7月30日 |
---|---|
0.0.3 | 2022年7月29日 |
0.0.2 | 2022年7月28日 |
0.0.1 | 2022年7月28日 |
0.0.0 | 2020年4月21日 |
1 in #true-color
每月31次下载
在kimono中使用
5.5MB
148 行代码(不含注释)
ukiyoe
使用真彩色和 Unicode 将图像渲染到终端。
此包原本是为其姐妹包 kimono 使用的。
cargo add ukiyoe
示例
以宽度和高度渲染到终端。
use ukiyoe::Image;
fn main() {
let mut image = Image::new("examples/test.png");
image.render(100, 40);
}
在特定位置渲染。
use ukiyoe::Image;
fn main() {
let mut image = Image::new("examples/test.png");
image.render_at_position(0, 0, 100, 40);
}
艺术
许可证
此项目根据您的选择受以下任一许可证的约束:
- Apache 许可证 2.0 版,(LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确声明,否则根据 Apache-2.0 许可证定义,您有意提交给 ukiyoe
的任何贡献,将按照上述双重许可,不附加任何额外条款或条件。
依赖项
~5–14MB
~102K SLoC