Skip to main content

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


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)

Uploaded Source

Built Distribution

cx16_conv-0.1.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page