Skip to content

Image to LCD Converter

Link to forum thread

INTRO

Description This code utilizes a variety of dithering methods to convert each image pixel from a 24 bit color into a 9 bit color. By reducing the number of colors in an image, we can use the color pixels in the Monospace font in Space Engineers to “draw” the image on a text panel without the need for mods.

Link to program (github)

![[WhipsImageConvert_Screenshot.png]]

HOW TO USE

  1. Browse for your desired image file.
  2. Select resizing option.
  3. Select dithering option.
  4. Click “Convert”.
  5. Copy and Paste all of the text in the “Converted String” output into your in-game LCD panel. Make the font size 0.1 and the font MONOSPACED.

Examples here