This is a simple tool to convert a 24 or 32 bit PNG image to ZX Spectrum SCR format.
For example:
$ png2scr.py image.png
Will generate image.png.scr
.
The tool requires PIL
library (or Pillow
) and argparse
if
you're using Python 2 < 2.7.
It should work both in Python 2 and Python 3.
The tool is distribute under MIT license (read the begining of the script for a copy of the license).