Converts images into C64, Amiga and PC retro lookalikes. See /readme/readme.html or my website for detailed instructions.
GNU General Public License v3.0
- PC: SVGA, VGA, MCGA, EGA (hires/normal), CGA (composite, RGBI)
- Amiga: HAM8, HAM6, EHB (sliced/normal), OCS (hires/lowres)
- Commodore 64
- Nintendo Gameboy
Python 3.4 or newer, Pillow (tested on version 8.1.0).
Below are some examples how to convert image into various modes. I use varying bit depths -b
to adjust the brightness of the image.
python main.py -f tropic.png -m EGA --multiplier 2 --rasterize -b 10
python main.py -f tropic.png -m EGA -r 640 350 -b 14
python main.py -f tropic.png -m CGA -H -S -c 3 --palette 1
python main.py -f tropic.png -m MCGA -r 640 480
main.py -f tropic.png -m C64 -b 12 --rasterize -H
python main.py -f tropic.png -m EHB
python main.py -f tropic.png -m HAM -r 320 256
python main.py -f tropic.png -m Gameboy -S -b 5 --rasterize --multiplier=2