From 48dfd2e4c4cb3137b2f041f5eec4afb757b1a608 Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Fri, 15 Nov 2024 15:40:29 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Image2Display/Image2Display/Image2Display.csproj | 2 +- README.md | 12 ++++++++---- README_EN.md | 12 ++++++++---- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Image2Display/Image2Display/Image2Display.csproj b/Image2Display/Image2Display/Image2Display.csproj index 2857200..6bd2590 100644 --- a/Image2Display/Image2Display/Image2Display.csproj +++ b/Image2Display/Image2Display/Image2Display.csproj @@ -10,7 +10,7 @@ chenxuuu https://github.com/chenxuuu/image2display Image data conversion tool - 1.0.0.0 + 1.1.0.0 diff --git a/README.md b/README.md index acd6eba..7ae1ee9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 支持Win10+、linux、OSX ![image2display](Assets/zh.gif) +![font](Assets/font.png) ## 下载 @@ -39,7 +40,10 @@ CI快照版:[GitHub Action](https://nightly.link/chenxuuu/image2display/workfl - 导出数据的字节序,支持大端、小端 - 颜色内部的位序,支持倒序 - 支持导出为C语言数组、Bin文件 -- 字体处理 - - TBD -- 字体取模导出 - - TBD +- 字体取模 + - 使用系统字体或者TTF/OTF字体 + - 支持自定义字体大小、字体样式、偏移、字体灰度、反色 + - 预置常用字符集,支持自定义字符 + - 可配置字节顺序、位序 + - 实时预览当前的处理效果 + - 支持导出为C语言数组、复制到剪贴板 diff --git a/README_EN.md b/README_EN.md index 988da0b..15bf07a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 @@ -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