@@ -18,6 +18,8 @@ A cross-platform image and font data processing tool for generating data usable
18
18
19
19
Supports Win10+, Linux, OSX
20
20
21
+ ![ image2display] ( Assets/en.gif )
22
+
21
23
## Download
22
24
23
25
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
26
28
27
29
## Features
28
30
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