ii-pix
ii-pix copied to clipboard
Convert images to Apple II graphics formats
Hi Kris, Running the command ``` python precompute_conversion.py ``` with Python 3.10 on Windows gave me 1. ``` ModuleNotFoundError: No module named 'networkx' ``` https://www.colour-science.org/installation-guide/ describes `networkx` as optional dependency....
The [version history in the readme](https://github.com/KrisKennaway/ii-pix/blob/7a4e27e0dac5d5e9444624da68c67e6b851ee960/README.md#version-history) says versions 1.0, 1.1, 2.0, 2.1, and 2.2 have been released, but the only [tag](https://github.com/KrisKennaway/ii-pix/tags) and [release](https://github.com/KrisKennaway/ii-pix/releases) is for 1.1. Please add tags and...
The README.md has a conflicting story about the command line flags. In the lower body of the .md file, there is an example that shows `--lookahead 8` but that flag...
You mentioned in your documentation that you were looking for a color ordered-dithering algorithm, but had reservations about one that took NTSC bleed into account. I'm not sure you'll find...