Skip to content

Commit 605472f

Browse files
committed
add: readme加上介绍内容
1 parent d26c6d2 commit 605472f

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

Assets/en.gif

417 KB
Loading

Assets/zh.gif

359 KB
Loading

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
支持Win10+、linux、OSX
2020

21+
![image2display](Assets/zh.gif)
22+
2123
## 下载
2224

2325
所有正式版本:[GitHub Releases](https://github.com/chenxuuu/image2display/releases/latest)
@@ -26,4 +28,18 @@ CI快照版:[GitHub Action](https://nightly.link/chenxuuu/image2display/workfl
2628

2729
## 功能
2830

29-
[待定,开发中,欢迎参与](https://github.com/chenxuuu/image2display/issues/1)
31+
- 图片预处理
32+
- 提前裁剪、缩放、旋转图片
33+
- 修改图片的亮度、对比度、饱和度、替换透明背景色
34+
- 二值化图片,支持自定义阈值、抖动算法
35+
- 量化颜色,减少调色板颜色数量,支持自定义量化颜色抖动算法
36+
- 图片取模导出
37+
- 自定义取模方式,支持调色板与RGB565、RGB888、ARGB8888等格式
38+
- 自定义遍历方式,支持从左到右、从上到下、从右到左、从下到上等方式
39+
- 导出数据的字节序,支持大端、小端
40+
- 颜色内部的位序,支持倒序
41+
- 支持导出为C语言数组、Bin文件
42+
- 字体处理
43+
- TBD
44+
- 字体取模导出
45+
- TBD

README_EN.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ A cross-platform image and font data processing tool for generating data usable
1818

1919
Supports Win10+, Linux, OSX
2020

21+
![image2display](Assets/en.gif)
22+
2123
## Download
2224

2325
All official versions: [GitHub Releases](https://github.com/chenxuuu/image2display/releases/latest)
@@ -26,4 +28,18 @@ CI snapshot version: [GitHub Action](https://nightly.link/chenxuuu/image2display
2628

2729
## Features
2830

29-
[TBD, in development, contributions welcome](https://github.com/chenxuuu/image2display/issues/1)
31+
- Image Preprocessing
32+
- Pre-crop, scale, and rotate images
33+
- Adjust image brightness, contrast, saturation, and replace transparent backgrounds
34+
- Binarize images with customizable thresholds and dithering algorithms
35+
- Quantize colors to reduce the number of palette colors, with support for custom color quantization dithering algorithms
36+
- Image Modulation Export
37+
- Customize modulation methods, supporting palette and formats like RGB565, RGB888, ARGB8888, etc.
38+
- Customize traversal methods, supporting left-to-right, top-to-bottom, right-to-left, bottom-to-top, etc.
39+
- Export data endianness, supporting big-endian and little-endian
40+
- Bit order within colors, supporting reverse order
41+
- Support export as C language arrays and Bin files
42+
- Font Processing
43+
- TBD
44+
- Font Modulation Export
45+
- TBD

0 commit comments

Comments
 (0)