Conversion utilities for the Commander x16
Project description
cx16-conv
Conversion utilities for the Commander X16.
Currently supported conversions:
- Graphics
- Palettes
Installation
Requires Python 3.8 or later.
pip install cx16_conv
Usage
Generating a palette
cx16-conv pal generate <image> <palette_file>
This command will extract all colors from the given image and save them to the palette file.
- If the palette file already exists, new colors will be added as needed.
- If the palette file does not already exist, an empty palette is created
Exporting a palette
cx16-conv pal export [-p palette_file] [-f format_spec] <output file> <symbol name>
Converts a palette file to various supported formats:
C-array
(default)GPL
(GIMP-formatted palette file)
If no palette file is specified, the system default palette is used.
Converting graphics
cx16-conv gfx [-p palette_file] [-f format] <image file> <output file> <symbol name>
Converts an image file to various supported formats:
C-array
(default)
If no palette file is specified, the system default palette is used.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cx16_conv-0.1.0.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for cx16_conv-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 977430812dbc8df13545b3ce37b48b9403cfaf0af82b430f3b3172784fae1847 |
|
MD5 | 4a173a2230ab1fdb4c79d59b9e258d35 |
|
BLAKE2b-256 | f38b37d45780267baccebc8166687bceb5442fbc110e65154a7b4229c45156d2 |