V2.3 - Imageconverter 565

  • Adjust dimensions (optional)

  • Convert
    Click Convert → Save as C array or press Ctrl+S. imageconverter 565 v2.3

  • Example output (excerpt)

    const unsigned short image_data[153600] = 
      0x8410, 0x8C31, 0x8C31, 0x8C31, ...
    ;
    
  • | Format | Bits per pixel | Use case | |--------|---------------|-----------| | RGB565 | 16 | Standard color TFTs (ILI9341, ST7735) | | ARGB1555 | 16 | 1-bit transparency | | ARGB4444 | 16 | 4-bit transparency | | RGB888 | 24 | Higher color fidelity (rare for small MCUs) | Adjust dimensions (optional)

    At its core, ImageConverter 565 v2.3 is a lightweight desktop application (typically designed for Windows, though it runs well under Wine on Linux/Mac) that transforms standard image file formats—such as BMP, PNG, and JPEG—into a flat binary or C-array representation of RGB 565 pixel data. Convert Click Convert → Save as C array

    v2.3 introduces a Command Line Interface (CLI) mode, allowing the tool to be integrated into Continuous Integration (CI) pipelines.