/png2scr

PNG to ZX Spectrum SCR converter

Primary LanguagePython

png2scr.py

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.

Requirements

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.

License

The tool is distribute under MIT license (read the begining of the script for a copy of the license).