BAC.KWARD

png2elk

A command line utility in Rust that converts full colour (RGBA) PNG files to Electron / BBC screen dump files.

Currently supports mode 5 (4 colour 160x256) only.

You can supply an image with smaller height as long as it's a whole number of lines (8 pixels)

It's pretty limited, but you never know, somebody else might want to make a sprite atlas for a new Elk game.

Install and use

png2elk --mode 5 <IN.PNG> <OUT.ELK>

Plans