1 个不稳定版本
0.1.0 | 2022年11月23日 |
---|
#842 在 图像
20KB
574 行
tep 允许你在文件中创建小像素艺术图像,然后将它们编译成图像。请参阅
w: #FFF
b: #000
w b w b w b
b w b w b w
w b w b w b
b w b w b w
w b w b w b
b w b w b w
空格是可选的,但请确保它比这个字体中的任何其他东西至少要稍微宽一些。
使用以下命令安装它
cargo install tepimg
或者克隆下来并
cargo install --path tep
使用方法
tepimg tests/standard.tep tests/standard.png
或者,如果您想在图像之间共享调色板,您可以在单独的位置传递它。通过 -
提供的调色板将替换图像中的任何调色板。
tepimg -p tests/standard_palette tests/standard.tep tests/standard.png
有效的颜色定义
短灰:#1
变为 #111111
长灰:#12
变为 #121212
短rgb:#abc
变为 #aabbcc
短rgba:#abcd
变为 #aabbccdd
长rgb:#abcdef
长rgba:#abcdef12
rgb(...)
和 rgba(...)
使用字节。例如,rgb(51,170,136)
依赖项
~1.7–2.4MB
~42K SLoC