Skip to content

Commit

Permalink
update: 更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Nov 15, 2024
1 parent e19c3e6 commit 48dfd2e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Image2Display/Image2Display/Image2Display.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>chenxuuu</Authors>
<Company>https://github.com/chenxuuu/image2display</Company>
<Description>Image data conversion tool</Description>
<Version>1.0.0.0</Version>
<Version>1.1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
支持Win10+、linux、OSX

![image2display](Assets/zh.gif)
![font](Assets/font.png)

## 下载

Expand All @@ -39,7 +40,10 @@ CI快照版:[GitHub Action](https://nightly.link/chenxuuu/image2display/workfl
- 导出数据的字节序,支持大端、小端
- 颜色内部的位序,支持倒序
- 支持导出为C语言数组、Bin文件
- 字体处理
- TBD
- 字体取模导出
- TBD
- 字体取模
- 使用系统字体或者TTF/OTF字体
- 支持自定义字体大小、字体样式、偏移、字体灰度、反色
- 预置常用字符集,支持自定义字符
- 可配置字节顺序、位序
- 实时预览当前的处理效果
- 支持导出为C语言数组、复制到剪贴板
12 changes: 8 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ A cross-platform image and font data processing tool for generating data usable
Supports Win10+, Linux, OSX

![image2display](Assets/en.gif)
![font](Assets/font.png)

## Download

Expand All @@ -39,7 +40,10 @@ CI snapshot version: [GitHub Action](https://nightly.link/chenxuuu/image2display
- Export data endianness, supporting big-endian and little-endian
- Bit order within colors, supporting reverse order
- Support export as C language arrays and Bin files
- Font Processing
- TBD
- Font Modulation Export
- TBD
- Font Rasterization
- Use system fonts or TTF/OTF fonts
- Supports custom font size, style, offset, font grayscale, and inversion
- Preset common character sets, supports custom characters
- Configurable byte order and bit order
- Real-time preview of current processing effects
- Supports exporting as C language arrays and copying to clipboard

0 comments on commit 48dfd2e

Please sign in to comment.