Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.18 KB

README_EN.md

File metadata and controls

50 lines (40 loc) · 2.18 KB

Image2display

Chinese | English



GitHub GitHub release (latest by date) GitHub top language GitHub Test

A cross-platform image and font data processing tool for generating data usable by microcontrollers.

Supports Win10+, Linux, OSX

Image Modulation Font Rasterization
image2display font

Download

All official versions: GitHub Releases

CI snapshot version: GitHub Action

Features

  • Image Preprocessing
    • Pre-crop, scale, and rotate images
    • Adjust image brightness, contrast, saturation, and replace transparent backgrounds
    • Binarize images with customizable thresholds and dithering algorithms
    • Quantize colors to reduce the number of palette colors, with support for custom color quantization dithering algorithms
  • Image Modulation Export
    • Customize modulation methods, supporting palette and formats like RGB565, RGB888, ARGB8888, etc.
    • Customize traversal methods, supporting left-to-right, top-to-bottom, right-to-left, bottom-to-top, etc.
    • 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 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